summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/director_profile_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/director_profile_runme.php')
-rw-r--r--Examples/test-suite/php/director_profile_runme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/php/director_profile_runme.php b/Examples/test-suite/php/director_profile_runme.php
index c72421341..c6f4c3c94 100644
--- a/Examples/test-suite/php/director_profile_runme.php
+++ b/Examples/test-suite/php/director_profile_runme.php
@@ -4,9 +4,9 @@ require "tests.php";
require "director_profile.php";
// No new functions
-check::functions(array(b_fn,b_vfi,b_fi,b_fj,b_fk,b_fl,b_get_self,b_vfs,b_fs));
+check::functions(array('b_fn','b_vfi','b_fi','b_fj','b_fk','b_fl','b_get_self','b_vfs','b_fs'));
// No new classes
-check::classes(array(A,B));
+check::classes(array('A','B'));
// now new vars
check::globals(array());