summaryrefslogtreecommitdiff
path: root/tests/test_simple/code.php
blob: e68faacebc0a1e03e43dd37c09b033235fa3b28f (plain)
1
2
3
4
5
<?php

function test_func($ste) {
    $ste->vars["foo"] = "World";
}