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

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