aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/threads_exception_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/threads_exception_runme.php')
-rw-r--r--Examples/test-suite/php/threads_exception_runme.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/test-suite/php/threads_exception_runme.php b/Examples/test-suite/php/threads_exception_runme.php
index 9e4d04e10..80717eb88 100644
--- a/Examples/test-suite/php/threads_exception_runme.php
+++ b/Examples/test-suite/php/threads_exception_runme.php
@@ -4,11 +4,11 @@ require "tests.php";
require "threads_exception.php";
// Check functions
-check::functions(array(test_simple,test_message,test_hosed,test_unknown,test_multi,is_python_builtin));
+check::functions(array('test_simple','test_message','test_hosed','test_unknown','test_multi','is_python_builtin'));
// Check classes.
-check::classes(array(Exc,Test,threads_exception));
-// Chek globals.
-check::globals(array(exc_code,exc_msg));
+check::classes(array('Exc','Test','threads_exception'));
+// Check globals.
+check::globals(array('exc_code','exc_msg'));
$t = new Test();
try {