aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/sym_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/sym_runme.php')
-rw-r--r--Examples/test-suite/php/sym_runme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/php/sym_runme.php b/Examples/test-suite/php/sym_runme.php
index 483aaa980..127d28fd9 100644
--- a/Examples/test-suite/php/sym_runme.php
+++ b/Examples/test-suite/php/sym_runme.php
@@ -6,7 +6,7 @@ require "sym.php";
// No new functions
check::functions(array());
// No new classes
-check::classes(array(flim,flam));
+check::classes(array('flim','flam'));
// now new vars
check::globals(array());