summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/director_stl_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/director_stl_runme.php')
-rw-r--r--Examples/test-suite/php/director_stl_runme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/php/director_stl_runme.php b/Examples/test-suite/php/director_stl_runme.php
index 29addd261..f7a5c0aa0 100644
--- a/Examples/test-suite/php/director_stl_runme.php
+++ b/Examples/test-suite/php/director_stl_runme.php
@@ -4,9 +4,9 @@ require "tests.php";
require "director_stl.php";
// No new functions
-check::functions(array(foo_bar,foo_ping,foo_pong,foo_tping,foo_tpong,foo_pident,foo_vident,foo_vsecond,foo_tpident,foo_tvident,foo_tvsecond,foo_vidents,foo_tvidents));
+check::functions(array('foo_bar','foo_ping','foo_pong','foo_tping','foo_tpong','foo_pident','foo_vident','foo_vsecond','foo_tpident','foo_tvident','foo_tvsecond','foo_vidents','foo_tvidents'));
// No new classes
-check::classes(array(Foo));
+check::classes(array('Foo'));
// now new vars
check::globals(array());