summaryrefslogtreecommitdiff
path: root/tests/test_getset/code.php
blob: 722af1e79e787f12ba4368603c3cbf90445dcb4f (plain)
1
2
3
4
5
6
<?php

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