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

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