diff options
-rw-r--r-- | Zend/tests/exception_011.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/exception_012.phpt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Zend/tests/exception_011.phpt b/Zend/tests/exception_011.phpt index 86e10262d1..e02a75a2b0 100644 --- a/Zend/tests/exception_011.phpt +++ b/Zend/tests/exception_011.phpt @@ -10,6 +10,8 @@ define ("XXXXX", 1); assert(false); ?> +--EXPECTHEADERS-- +Content-type: text/html; charset=UTF-8 --EXPECTF-- Fatal error: Uncaught exception 'AssertionException' with message 'assert(false)' in %sexception_011.php:%d Stack trace: diff --git a/Zend/tests/exception_012.phpt b/Zend/tests/exception_012.phpt index 91ea84b2e9..6493e2ccf7 100644 --- a/Zend/tests/exception_012.phpt +++ b/Zend/tests/exception_012.phpt @@ -10,6 +10,8 @@ $func = create_function('', 'define("Mommy", 1); assert(false);'); $func(); ?> +--EXPECTHEADERS-- +Content-type: text/html; charset=UTF-8 --EXPECTF-- Fatal error: Uncaught exception 'AssertionException' with message 'assert(false)' in %sexception_012.php(%d) : runtime-created function:%d Stack trace: |