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

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