summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/exception_order_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/exception_order_runme.php')
-rw-r--r--Examples/test-suite/php/exception_order_runme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/php/exception_order_runme.php b/Examples/test-suite/php/exception_order_runme.php
index a83598170..acb83561a 100644
--- a/Examples/test-suite/php/exception_order_runme.php
+++ b/Examples/test-suite/php/exception_order_runme.php
@@ -2,7 +2,7 @@
require "tests.php";
require "exception_order.php";
-check::functions(array(a_foo,a_bar,a_foobar,a_barfoo));
+check::functions(array(a_foo,a_bar,a_foobar,a_barfoo,is_python_builtin));
check::classes(array(A,E1,E2,E3,exception_order,ET_i,ET_d));
check::globals(array(efoovar,foovar,cfoovar,a_sfoovar,a_foovar,a_efoovar));