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

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