]> granicus.if.org Git - php/commitdiff
Tweak uncaught exception message display
authorNikita Popov <nikic@php.net>
Sun, 17 May 2015 16:35:18 +0000 (18:35 +0200)
committerNikita Popov <nikic@php.net>
Sun, 17 May 2015 16:47:06 +0000 (18:47 +0200)
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.

366 files changed:
Zend/tests/028.phpt
Zend/tests/037.phpt
Zend/tests/access_modifiers_010.phpt
Zend/tests/add_002.phpt
Zend/tests/add_003.phpt
Zend/tests/add_004.phpt
Zend/tests/add_007.phpt
Zend/tests/assert/expect_002.phpt
Zend/tests/assert/expect_007.phpt
Zend/tests/assert/expect_009.phpt
Zend/tests/assert/expect_010.phpt
Zend/tests/assert/expect_011.phpt
Zend/tests/bug24773.phpt
Zend/tests/bug29015.phpt
Zend/tests/bug29674.phpt
Zend/tests/bug31102.phpt
Zend/tests/bug32660.phpt
Zend/tests/bug33318.phpt
Zend/tests/bug34064.phpt
Zend/tests/bug36071.phpt
Zend/tests/bug36268.phpt
Zend/tests/bug37632.phpt
Zend/tests/bug38624.phpt
Zend/tests/bug40621.phpt
Zend/tests/bug41209.phpt
Zend/tests/bug41421.phpt
Zend/tests/bug41633_2.phpt
Zend/tests/bug41633_3.phpt
Zend/tests/bug41813.phpt
Zend/tests/bug41919.phpt
Zend/tests/bug42817.phpt
Zend/tests/bug42818.phpt
Zend/tests/bug42819.phpt
Zend/tests/bug42937.phpt
Zend/tests/bug43344_10.phpt
Zend/tests/bug43344_11.phpt
Zend/tests/bug43344_12.phpt
Zend/tests/bug43344_13.phpt
Zend/tests/bug43344_2.phpt
Zend/tests/bug43344_6.phpt
Zend/tests/bug43344_7.phpt
Zend/tests/bug43344_8.phpt
Zend/tests/bug43344_9.phpt
Zend/tests/bug44141.phpt
Zend/tests/bug45805.phpt
Zend/tests/bug46304.phpt
Zend/tests/bug46381.phpt
Zend/tests/bug47054.phpt
Zend/tests/bug47699.phpt
Zend/tests/bug47704.phpt
Zend/tests/bug48215_2.phpt
Zend/tests/bug48228.phpt
Zend/tests/bug48408.phpt
Zend/tests/bug48693.phpt
Zend/tests/bug49866.phpt
Zend/tests/bug49908.phpt
Zend/tests/bug50005.phpt
Zend/tests/bug50146.phpt
Zend/tests/bug51394.phpt
Zend/tests/bug52361.phpt
Zend/tests/bug52484.phpt
Zend/tests/bug52484_2.phpt
Zend/tests/bug52484_3.phpt
Zend/tests/bug53511.phpt
Zend/tests/bug60738_variation.phpt
Zend/tests/bug60909_1.phpt
Zend/tests/bug61025.phpt
Zend/tests/bug61767.phpt
Zend/tests/bug63111.phpt
Zend/tests/bug63173.phpt
Zend/tests/bug64720.phpt
Zend/tests/bug64821.1.phpt
Zend/tests/bug64821.2.phpt
Zend/tests/bug64821.3.phpt
Zend/tests/bug64960.phpt
Zend/tests/bug64966.phpt
Zend/tests/bug65784.phpt
Zend/tests/bug65911.phpt
Zend/tests/bug68652.phpt
Zend/tests/bug69599.phpt
Zend/tests/call_static_004.phpt
Zend/tests/call_static_006.phpt
Zend/tests/call_user_func_004.phpt
Zend/tests/class_alias_008.phpt
Zend/tests/class_alias_016.phpt
Zend/tests/class_alias_020.phpt
Zend/tests/class_constants_001.phpt
Zend/tests/class_name_as_scalar_error_005.phpt
Zend/tests/class_name_as_scalar_error_006.phpt
Zend/tests/class_name_as_scalar_error_007.phpt
Zend/tests/clone_001.phpt
Zend/tests/clone_003.phpt
Zend/tests/clone_004.phpt
Zend/tests/closure_005.phpt
Zend/tests/closure_019.phpt
Zend/tests/closure_020.phpt
Zend/tests/closure_022.phpt
Zend/tests/closure_033.phpt
Zend/tests/closure_038.phpt
Zend/tests/closure_039.phpt
Zend/tests/constant_expressions_invalid_offset_type_error.phpt
Zend/tests/constant_expressions_self_referencing_array.phpt
Zend/tests/debug_backtrace_with_include_and_this.phpt
Zend/tests/dereference_002.phpt
Zend/tests/dereference_010.phpt
Zend/tests/div_002.phpt
Zend/tests/dynamic_call_001.phpt
Zend/tests/dynamic_call_002.phpt
Zend/tests/dynamic_call_003.phpt
Zend/tests/dynamic_call_004.phpt
Zend/tests/errmsg_044.phpt
Zend/tests/exception_001.phpt
Zend/tests/exception_003.phpt
Zend/tests/exception_004.phpt
Zend/tests/exception_005.phpt
Zend/tests/exception_006.phpt
Zend/tests/exception_007.phpt
Zend/tests/exception_008.phpt
Zend/tests/exception_011.phpt
Zend/tests/exception_012.phpt
Zend/tests/exception_013.phpt
Zend/tests/exception_014.phpt
Zend/tests/exception_015.phpt
Zend/tests/exception_016.phpt
Zend/tests/exception_017.phpt
Zend/tests/exception_handler_002.phpt
Zend/tests/exception_with_by_ref_message.phpt
Zend/tests/gc_030.phpt
Zend/tests/generators/basic_yield_from_exception_handling.phpt
Zend/tests/generators/bug63066.phpt
Zend/tests/generators/bug65161.phpt
Zend/tests/generators/clone.phpt
Zend/tests/generators/errors/generator_instantiate_error.phpt
Zend/tests/generators/errors/non_ref_generator_iterated_by_ref_error.phpt
Zend/tests/generators/errors/resume_running_generator_error.phpt
Zend/tests/generators/errors/serialize_unserialize_error.phpt
Zend/tests/generators/errors/yield_in_force_closed_finally_error.phpt
Zend/tests/generators/finally/throw_yield.phpt
Zend/tests/generators/finally/yield_throw.phpt
Zend/tests/generators/generator_rewind.phpt
Zend/tests/generators/generator_throwing_in_foreach.phpt
Zend/tests/generators/mutli_yield_from_with_exception.phpt
Zend/tests/generators/throw_already_closed.phpt
Zend/tests/generators/throw_caught.phpt
Zend/tests/generators/throw_not_an_exception.phpt
Zend/tests/generators/throw_rethrow.phpt
Zend/tests/generators/throw_uncaught.phpt
Zend/tests/generators/yield_from_already_running.phpt
Zend/tests/generators/yield_from_multi_tree_exception.phpt
Zend/tests/indirect_call_array_001.phpt
Zend/tests/indirect_call_array_002.phpt
Zend/tests/indirect_method_call_002.phpt
Zend/tests/list_005.phpt
Zend/tests/list_007.phpt
Zend/tests/methods-on-non-objects.phpt
Zend/tests/mul_001.phpt
Zend/tests/not_002.phpt
Zend/tests/ns_004.phpt
Zend/tests/ns_026.phpt
Zend/tests/ns_038.phpt
Zend/tests/ns_057.phpt
Zend/tests/ns_058.phpt
Zend/tests/ns_076.phpt
Zend/tests/ns_077_1.phpt
Zend/tests/ns_077_2.phpt
Zend/tests/ns_077_3.phpt
Zend/tests/ns_077_4.phpt
Zend/tests/ns_077_5.phpt
Zend/tests/ns_077_6.phpt
Zend/tests/ns_077_7.phpt
Zend/tests/ns_077_8.phpt
Zend/tests/ns_092.phpt
Zend/tests/objects_017.phpt
Zend/tests/objects_025.phpt
Zend/tests/objects_026.phpt
Zend/tests/objects_029.phpt
Zend/tests/objects_030.phpt
Zend/tests/offset_assign.phpt
Zend/tests/offset_object.phpt
Zend/tests/parent_class_name_without_parent.phpt
Zend/tests/return_types/020.phpt
Zend/tests/str_offset_002.phpt
Zend/tests/sub_001.phpt
Zend/tests/throw_reference.phpt
Zend/tests/traits/bug60173.phpt
Zend/tests/traits/bugs/alias01.phpt
Zend/tests/traits/error_007.phpt
Zend/tests/traits/error_012.phpt
Zend/tests/traits/language008a.phpt
Zend/tests/traits/language008b.phpt
Zend/tests/try_finally_001.phpt
Zend/tests/try_finally_003.phpt
Zend/tests/use_const/no_global_fallback.phpt
Zend/tests/use_function/no_global_fallback.phpt
Zend/tests/use_function/no_global_fallback2.phpt
Zend/tests/varSyntax/method_call_on_string_literal.phpt
Zend/tests/varSyntax/tempDimFetchByRefError.phpt
Zend/tests/varSyntax/tempPropFetchByRefError.phpt
Zend/zend_exceptions.c
ext/curl/tests/curl_file_serialize.phpt
ext/date/tests/DatePeriod_wrong_constructor.phpt
ext/dom/tests/DOMCharacterData_deleteData_error_002.phpt
ext/dom/tests/DOMDocumentFragment_appendXML_error_002.phpt
ext/dom/tests/DOMDocument_saveHTMLFile_error2.phpt
ext/dom/tests/DOMDocument_saveHTML_error2.phpt
ext/dom/tests/DOMDocument_validate_error2.phpt
ext/dom/tests/dom003.phpt
ext/dom/tests/regsiter_node_class.phpt
ext/intl/tests/breakiter___construct.phpt
ext/intl/tests/bug62081.phpt
ext/intl/tests/dateformat_calendars.phpt
ext/intl/tests/dateformat_calendars_variant2.phpt
ext/intl/tests/timezone_getCanonicalID_error.phpt
ext/mysqli/tests/bug33491.phpt
ext/mysqli/tests/bug38003.phpt
ext/mysqli/tests/mysqli_driver_unclonable.phpt
ext/mysqli/tests/mysqli_fetch_object_no_constructor.phpt
ext/mysqli/tests/mysqli_result_unclonable.phpt
ext/mysqli/tests/mysqli_stmt_unclonable.phpt
ext/mysqli/tests/mysqli_unclonable.phpt
ext/pdo/tests/bug47769.phpt
ext/pdo/tests/pdo_025.phpt
ext/pdo/tests/pdo_036.phpt
ext/pdo/tests/pdo_037.phpt
ext/pdo/tests/pdorow.phpt
ext/pdo_mysql/tests/bug_37445.phpt
ext/pdo_mysql/tests/pdo_mysql_attr_statement_class.phpt
ext/pdo_mysql/tests/pdo_mysql_prepare_native_clear_error.phpt
ext/pdo_mysql/tests/pdo_mysql_prepare_native_mixed_style.phpt
ext/pdo_mysql/tests/pdo_mysql_stmt_errorcode.phpt
ext/pdo_mysql/tests/pdo_mysql_stmt_multiquery.phpt
ext/phar/tests/bug46032.phpt
ext/phar/tests/bug69441.phpt
ext/phar/tests/bug69453.phpt
ext/phar/tests/cache_list/frontcontroller11.phpt
ext/phar/tests/cache_list/frontcontroller12.phpt
ext/phar/tests/cache_list/frontcontroller13.phpt
ext/phar/tests/cache_list/frontcontroller18.phpt
ext/phar/tests/cache_list/frontcontroller19.phpt
ext/phar/tests/cache_list/frontcontroller20.phpt
ext/phar/tests/cache_list/frontcontroller29.phpt
ext/phar/tests/frontcontroller11.phpt
ext/phar/tests/frontcontroller12.phpt
ext/phar/tests/frontcontroller13.phpt
ext/phar/tests/frontcontroller18.phpt
ext/phar/tests/frontcontroller19.phpt
ext/phar/tests/frontcontroller20.phpt
ext/phar/tests/frontcontroller29.phpt
ext/phar/tests/tar/frontcontroller11.phar.phpt
ext/phar/tests/tar/frontcontroller12.phar.phpt
ext/phar/tests/tar/frontcontroller13.phar.phpt
ext/phar/tests/tar/frontcontroller18.phar.phpt
ext/phar/tests/tar/frontcontroller19.phar.phpt
ext/phar/tests/tar/frontcontroller20.phar.phpt
ext/phar/tests/zip/frontcontroller11.phar.phpt
ext/phar/tests/zip/frontcontroller12.phar.phpt
ext/phar/tests/zip/frontcontroller13.phar.phpt
ext/phar/tests/zip/frontcontroller18.phar.phpt
ext/phar/tests/zip/frontcontroller19.phar.phpt
ext/phar/tests/zip/frontcontroller20.phar.phpt
ext/reflection/tests/ReflectionClass_CannotClone_basic.phpt
ext/reflection/tests/ReflectionClass_getName_error1.phpt
ext/reflection/tests/ReflectionClass_getStaticPropertyValue_001_2_4.phpt
ext/reflection/tests/ReflectionClass_isCloneable_001.phpt
ext/reflection/tests/ReflectionClass_isIterateable_001.phpt
ext/reflection/tests/ReflectionClass_isSubclassOf_error1.phpt
ext/reflection/tests/ReflectionClass_newInstanceWithoutConstructor.phpt
ext/reflection/tests/ReflectionClass_setStaticPropertyValue_001_2_4.phpt
ext/reflection/tests/ReflectionMethod_constructor_error1.phpt
ext/reflection/tests/ReflectionObject_getName_error1.phpt
ext/reflection/tests/ReflectionObject_isSubclassOf_error.phpt
ext/reflection/tests/ReflectionParameter_export_error3.phpt
ext/reflection/tests/bug64007.phpt
ext/session/tests/bug60634_error_1.phpt
ext/session/tests/bug60634_error_2.phpt
ext/session/tests/bug60634_error_3.phpt
ext/session/tests/bug60634_error_4.phpt
ext/session/tests/bug60634_error_5.phpt
ext/session/tests/session_module_name_variation3.phpt
ext/session/tests/session_set_save_handler_error3.phpt
ext/simplexml/tests/SimpleXMLElement_xpath.phpt
ext/spl/tests/DirectoryIterator_empty_constructor.phpt
ext/spl/tests/DirectoryIterator_getInode_error.phpt
ext/spl/tests/SplDoublyLinkedList_offsetGet_param_array.phpt
ext/spl/tests/SplDoublyLinkedList_offsetGet_param_string.phpt
ext/spl/tests/SplFileInfo_getGroup_error.phpt
ext/spl/tests/SplFileInfo_getInode_error.phpt
ext/spl/tests/SplFileInfo_getOwner_error.phpt
ext/spl/tests/SplFileInfo_getPerms_error.phpt
ext/spl/tests/arrayObject_setFlags_basic2.phpt
ext/spl/tests/bug48023.phpt
ext/spl/tests/bug49972.phpt
ext/spl/tests/bug52238.phpt
ext/spl/tests/bug54281.phpt
ext/spl/tests/bug54291.phpt
ext/spl/tests/iterator_035.phpt
ext/spl/tests/recursiveIteratorIterator_beginchildren_error.phpt
ext/spl/tests/recursiveIteratorIterator_callHasChildren_error.phpt
ext/spl/tests/recursiveIteratorIterator_endchildren_error.phpt
ext/spl/tests/recursiveIteratorIterator_nextelement_error.phpt
ext/spl/tests/spl_autoload_012.phpt
ext/spl/tests/spl_heap_count_basic.phpt
ext/spl/tests/spl_iterator_recursive_getiterator_error.phpt
ext/sqlite3/tests/sqlite3_15_open_error-win.phpt
ext/sqlite3/tests/sqlite3_15_open_error.phpt
ext/sqlite3/tests/sqlite3_21_security.phpt
ext/standard/tests/array/arsort_object1.phpt
ext/standard/tests/array/arsort_object2.phpt
ext/standard/tests/array/bug35821.phpt
ext/standard/tests/file/bug38450_2.phpt
ext/standard/tests/general_functions/bug47857.phpt
ext/standard/tests/serialize/bug69152.phpt
ext/tidy/tests/035.phpt
ext/xmlreader/tests/bug51936.phpt
ext/xsl/tests/bug49634.phpt
sapi/cgi/tests/004.phpt
sapi/cli/tests/008.phpt
sapi/cli/tests/php_cli_server_015.phpt
tests/basic/timeout_variation_6.phpt
tests/classes/abstract.phpt
tests/classes/abstract_class.phpt
tests/classes/abstract_inherit.phpt
tests/classes/abstract_user_call.phpt
tests/classes/array_access_012.phpt
tests/classes/autoload_021.phpt
tests/classes/bug27504.phpt
tests/classes/class_abstract.phpt
tests/classes/constants_basic_001.phpt
tests/classes/ctor_visibility.phpt
tests/classes/destructor_visibility_001.phpt
tests/classes/factory_and_singleton_003.phpt
tests/classes/factory_and_singleton_004.phpt
tests/classes/factory_and_singleton_005.phpt
tests/classes/factory_and_singleton_006.phpt
tests/classes/factory_and_singleton_007.phpt
tests/classes/factory_and_singleton_008.phpt
tests/classes/interface_instantiate.phpt
tests/classes/private_001.phpt
tests/classes/private_002.phpt
tests/classes/private_003.phpt
tests/classes/private_003b.phpt
tests/classes/private_004.phpt
tests/classes/private_004b.phpt
tests/classes/private_005.phpt
tests/classes/private_005b.phpt
tests/classes/private_redeclare.phpt
tests/classes/property_recreate_private.phpt
tests/classes/property_recreate_protected.phpt
tests/classes/protected_001.phpt
tests/classes/protected_001b.phpt
tests/classes/protected_002.phpt
tests/classes/static_properties_003_error1.phpt
tests/classes/static_properties_003_error2.phpt
tests/classes/static_properties_003_error3.phpt
tests/classes/static_properties_003_error4.phpt
tests/classes/static_properties_undeclared_assign.phpt
tests/classes/static_properties_undeclared_assignInc.phpt
tests/classes/static_properties_undeclared_assignRef.phpt
tests/classes/static_properties_undeclared_inc.phpt
tests/classes/static_properties_undeclared_read.phpt
tests/lang/041.phpt
tests/lang/042.phpt
tests/lang/043.phpt
tests/lang/044.phpt
tests/lang/bug32828.phpt
tests/lang/foreachLoopIterator.002.phpt

index 810c091a872a451eb5fda55de83f1a60b3cbc077..7152c991950802205966e239b893237d41042ce8 100644 (file)
@@ -20,7 +20,7 @@ bool(true)
 
 Notice: Undefined offset: 2 in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Function name must be a string' in %s:%d
+Fatal error: Uncaught EngineException: Function name must be a string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index bda491d7e61ddee5a3b6f6b370a7d6ca01989ba9..12ae69b8c609f2f13fe97ed35668180f473cf367 100644 (file)
@@ -16,7 +16,7 @@ var_dump($x::$x);
 --EXPECTF--
 int(1)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: Closure::$x' in %s:%d
+Fatal error: Uncaught EngineException: Access to undeclared static property: Closure::$x in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 5fd65e5bef3cf05ec3902d0e9cdb7adb3907ab76..fe774fefbcf204edb423e0bcab9ea7be142cce8c 100644 (file)
@@ -28,7 +28,7 @@ new c;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method d::test2() from context 'a'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method d::test2() from context 'a' in %s:%d
 Stack trace:
 #0 %s(%d): a->test()
 #1 %s(%d): c->__construct()
index a242f7543eddc40f407884e0ed0f4e2463e29516..8868fca2e2924f14a1a95851a41bbba7a4ff93a4 100644 (file)
@@ -26,7 +26,7 @@ Exception: Unsupported operand types
 
 Notice: Object of class stdClass could not be converted to int in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 4023e24c2a587e40e6013685f00246ba31e21323..7a9391038c2016ee48c47a690e8718af10bf9cf7 100644 (file)
@@ -26,7 +26,7 @@ Exception: Unsupported operand types
 
 Notice: Object of class stdClass could not be converted to int in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index b0a10f82f32c9221a7aac4a025076f4ede2af6a8..cf19f2fc1d52d304f524aee84d8014cf34d03b4b 100644 (file)
@@ -19,7 +19,7 @@ echo "Done\n";
 --EXPECTF--    
 Exception: Unsupported operand types
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 455f664dfaa21aa73b50d3bf7874c60984cfbb50..2616196c908986ceca8e90f16e010223813ae15c 100644 (file)
@@ -21,7 +21,7 @@ echo "Done\n";
 --EXPECTF--    
 Exception: Unsupported operand types
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 2e54b1a45902766e167978fe89972b596014aade..f3062b79976a910fc0e716ac583256be1a503a7a 100644 (file)
@@ -9,7 +9,7 @@ assert(false);
 var_dump(true);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'AssertionException' with message 'assert(false)' in %sexpect_002.php:%d
+Fatal error: Uncaught AssertionException: assert(false) in %sexpect_002.php:%d
 Stack trace:
 #0 %sexpect_002.php(%d): assert(false, 'assert(false)')
 #1 {main}
index 5b6aeffb4a4a39492663bac2cd9213305fb6df30..feed56e84f9c6289a3c263259df12e8b57e4ce81 100644 (file)
@@ -16,7 +16,7 @@ class HeaderMalfunctionException extends AssertionException {}
 assert (preg_match("~^([a-zA-Z0-9-]+)$~", $data["key"]), new HeaderMalfunctionException("malformed key found at {$next} \"{$data["key"]}\""));
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'HeaderMalfunctionException' with message 'malformed key found at 1 "X-HTTP "' in %sexpect_007.php:10
+Fatal error: Uncaught HeaderMalfunctionException: malformed key found at 1 "X-HTTP " in %sexpect_007.php:10
 Stack trace:
 #0 {main}
   thrown in %sexpect_007.php on line 10
index 7e64c64bc78a2dd1628f3ab167b365be2bd665db..a41cba44f4e0afdb9787a261961adbcaed33c23f 100644 (file)
@@ -17,7 +17,7 @@ class Two extends One {
 new Two();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'AssertionException' with message 'assert(false)' in %sexpect_009.php:%d
+Fatal error: Uncaught AssertionException: assert(false) in %sexpect_009.php:%d
 Stack trace:
 #0 %sexpect_009.php(%d): assert(false, 'assert(false)')
 #1 %sexpect_009.php(%d): Two->__construct()
index 8d52f6479b9a529c3919e899b181f1a5bd0858e5..8301d40f72ebdf45d43533b4d88d6890aed05bcf 100644 (file)
@@ -15,7 +15,7 @@ class Two extends One {}
 new Two();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'AssertionException' with message 'assert(false)' in %sexpect_010.php:%d
+Fatal error: Uncaught AssertionException: assert(false) in %sexpect_010.php:%d
 Stack trace:
 #0 %sexpect_010.php(%d): assert(false, 'assert(false)')
 #1 %sexpect_010.php(%d): One->__construct()
index 0b5cf99b432d89badb226d27625e9b4ce217d076..a48aa9f95fd376b9b04d87ab70e044935f0caefa 100644 (file)
@@ -22,7 +22,7 @@ class Two extends One {}
 new Two();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'AssertionException' with message '[Message]: MyExpectations' in %sexpect_011.php:%d
+Fatal error: Uncaught AssertionException: [Message]: MyExpectations in %sexpect_011.php:%d
 Stack trace:
 #0 %sexpect_011.php(%d): assert(false, '[Message]: MyEx...')
 #1 %sexpect_011.php(%d): One->__construct()
index ea08f84c263be6bd7efff809d40f126c32891aec..d2b1db398502a659af8b861d02b27b84f24f1f8f 100644 (file)
@@ -6,7 +6,7 @@ Bug #24773 (unset() of integers treated as arrays causes a crash)
        unset($array["lvl1"]["lvl2"]["b"]);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use string offset as an array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use string offset as an array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index f5a4e0ac412c49fbf028ed5e61b5d1d5b6f89755..2b116383ff4dda08cb0b678f8d205ca4475c0913 100644 (file)
@@ -8,7 +8,7 @@ $a->$x = "string('')";
 var_dump($a);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access empty property' in %sbug29015.php:4
+Fatal error: Uncaught EngineException: Cannot access empty property in %sbug29015.php:4
 Stack trace:
 #0 {main}
   thrown in %sbug29015.php on line 4
index f94c2290b4e11bcb295de1ec6fc840a2f9c7dbc8..7aa7ba1ffc5763ebc91df782016564288aaa73ce 100644 (file)
@@ -38,7 +38,7 @@ NULL
 ===CHILD===
 string(4) "Base"
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property ChildClass::$private_child' in %sbug29674.php:%d
+Fatal error: Uncaught EngineException: Cannot access private property ChildClass::$private_child in %sbug29674.php:%d
 Stack trace:
 #0 %s(%d): BaseClass->printVars()
 #1 {main}
index 0dbfd5a34f6f38602f7a1ec24c77859cb7fd854d..9937d2ad0280f6c4297ffc44c83beef514fdff29 100644 (file)
@@ -45,7 +45,7 @@ __autoload(Test2,2)
 Caught: __autoload
 __autoload(Test3,3)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'Test3' not found' in %sbug31102.php(%d) : eval()'d code:1
+Fatal error: Uncaught EngineException: Class 'Test3' not found in %sbug31102.php(%d) : eval()'d code:1
 Stack trace:
 #0 %s(%d): eval()
 #1 {main}
index d99e2f8e14c54aad50ad9e9bdff874381987b380..e241eed44bc26da394e0125ccf451b11e62dc703 100644 (file)
@@ -36,7 +36,7 @@ A Object
 
 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php on line 23
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot assign by reference to overloaded object' in %sbug32660.php:23
+Fatal error: Uncaught EngineException: Cannot assign by reference to overloaded object in %sbug32660.php:23
 Stack trace:
 #0 {main}
   thrown in %sbug32660.php on line 23
index 4abb90866fae89d4c9dc635d02e705d7464c1398..24752cdccf46f8228ee62986a3ae8655750f675a 100644 (file)
@@ -5,7 +5,7 @@ Bug #33318 (throw 1; results in Invalid opcode 108/1/8)
 throw 1;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Can only throw objects' in %sbug33318.php:2
+Fatal error: Uncaught EngineException: Can only throw objects in %sbug33318.php:2
 Stack trace:
 #0 {main}
   thrown in %sbug33318.php on line 2
\ No newline at end of file
index 91ee3e6f810205d67407b5659af4dec76ed78505..46bbaf8751190e9e659afe4e4387fdd82a090df2 100644 (file)
@@ -31,7 +31,7 @@ array(1) {
   string(2) "ok"
 }
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use [] for reading' in %sbug34064.php:18
+Fatal error: Uncaught EngineException: Cannot use [] for reading in %sbug34064.php:18
 Stack trace:
 #0 %s(%d): XmlTest->run()
 #1 {main}
index 918cea83b2608dd39aefc16f0e86350e375a6e63..08a0ddd94bafa53d63191e78e222349b74bf3d68 100644 (file)
@@ -8,7 +8,7 @@ $a = clone 0;
 $a[0]->b = 0;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %sbug36071.php:2
+Fatal error: Uncaught EngineException: __clone method called on non-object in %sbug36071.php:2
 Stack trace:
 #0 {main}
   thrown in %sbug36071.php on line 2
\ No newline at end of file
index ad652ce01524f651deeac4d9ea273084b5705f8e..42f4b5076fee19e7cbd9434aa5003e6ee5715f79 100644 (file)
@@ -11,7 +11,7 @@ $x = new Foo();
 bar();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function bar()' in %sbug36268.php:8
+Fatal error: Uncaught EngineException: Call to undefined function bar() in %sbug36268.php:8
 Stack trace:
 #0 {main}
   thrown in %sbug36268.php on line 8
index 974471ffd3ef2a7f127fd706610992c0c7a4f146..d97aba0f4ce7e5e8eca98f27f4b307e97f5e0233 100644 (file)
@@ -132,7 +132,7 @@ B2::doTest
 C2::test
 B4::doTest
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected C4::__construct() from context 'B4'' in %sbug37632.php:%d
+Fatal error: Uncaught EngineException: Call to protected C4::__construct() from context 'B4' in %sbug37632.php:%d
 Stack trace:
 #0 %s(%d): B4::doTest()
 #1 {main}
index 081e35c72a80dd16a48a831588f698c34f16418d..322ccc7fb3116761dfb8e52d01fa412a9c9f1e80 100644 (file)
@@ -26,7 +26,7 @@ $impl = new impl();
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'Exception' with message 'doesn't work' in %s:%d
+Fatal error: Uncaught Exception: doesn't work in %s:%d
 Stack trace:
 #0 %s(%d): impl->__get('counter')
 #1 %s(%d): impl->__construct()
index 3180c8c921f9fac6245574a77abedfd33400bb3c..ef1e6c938334392f5380e53ae643cc88ba728d7f 100644 (file)
@@ -17,7 +17,7 @@ echo "Done\n";
 --EXPECTF--    
 Deprecated: Non-static method Foo::get() should not be called statically in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method Foo::__construct() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method Foo::__construct() cannot be called statically in %s:%d
 Stack trace:
 #0 %s(%d): Foo::get()
 #1 {main}
index 5498ede02005231255bd3a5559b00f89a7debfe1..5e61750fa725588e41df4ba25ff94955d2af0ed8 100644 (file)
@@ -39,7 +39,7 @@ var_dump(isset($cache[$id]));
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: id' in %s:%d
+Fatal error: Uncaught ErrorException: Undefined variable: id in %s:%d
 Stack trace:
 #0 %s(%d): env::errorHandler(8, '%s', '%s', 34, Array)
 #1 {main}
index f39fb15ddad7877fcb4eb013903ed0fc26e4bd91..e223e6fc78ade5ba92e79152c80e943987e59896 100644 (file)
@@ -21,7 +21,7 @@ echo "Done\n";
 --EXPECTF--    
 Warning: feof(): wrapper::stream_eof is not implemented! Assuming EOF in %s on line %d
 
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 [internal function]: wrapper->stream_eof()
 #1 %s(%d): feof(Resource id #%d)
index d64092c691fea6faa501e30287d2f3ec79608353..2df51af924ec196980bcdd11fbaa37b94cf1436b 100644 (file)
@@ -8,7 +8,7 @@ class Foo {
 echo Foo::A."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined class constant 'self::B'' in %sbug41633_2.php:5
+Fatal error: Uncaught EngineException: Undefined class constant 'self::B' in %sbug41633_2.php:5
 Stack trace:
 #0 {main}
   thrown in %sbug41633_2.php on line 5
index bf0e95db8101e34ef959ddc4a7489a6bb606b872..beb32e8b8eafdeaa180f288d32e2070ec6baaac5 100644 (file)
@@ -9,7 +9,7 @@ class Foo {
 echo Foo::A;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot declare self-referencing constant 'Foo::B'' in %sbug41633_3.php:%d
+Fatal error: Uncaught EngineException: Cannot declare self-referencing constant 'Foo::B' in %sbug41633_3.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug41633_3.php on line %d
index 5c52051692452e547c1fa921a444b6133c7d17e1..4a38e062e2743df00e69e3818fd8e05e2d61d3ca 100644 (file)
@@ -9,7 +9,7 @@ $foo[0]->bar = "xyz";
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use string offset as an array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use string offset as an array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 4b872b486765cfdedcc61c12993994a0d28815a2..cb6a87e83cedab6b538be408afb322b74f7b6060 100644 (file)
@@ -8,7 +8,7 @@ $foo[3]->bar[1] = "bang";
 echo "ok\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use string offset as an object' in %sbug41919.php:%d
+Fatal error: Uncaught EngineException: Cannot use string offset as an object in %sbug41919.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug41919.php on line %d
index 46d01170a7dbdd91af5be538df51c5aa34a80e8d..0c2c53116934b74c6ccbd9d2f069e0d328ef1a08 100644 (file)
@@ -6,7 +6,7 @@ $a = clone(null);
 array_push($a->b, $c);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %sbug42817.php:2
+Fatal error: Uncaught EngineException: __clone method called on non-object in %sbug42817.php:2
 Stack trace:
 #0 {main}
   thrown in %sbug42817.php on line 2
index ea83ced5fc905f0e3e27d77ffe64bb5155af5df6..11d9895be9b8fa13a768567f8ddc24872c1ab8ad 100644 (file)
@@ -5,7 +5,7 @@ Bug #42818 ($foo = clone(array()); leaks memory)
 $foo = clone(array());
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %sbug42818.php:2
+Fatal error: Uncaught EngineException: __clone method called on non-object in %sbug42818.php:2
 Stack trace:
 #0 {main}
   thrown in %sbug42818.php on line 2
index e6bdba715b13c16b90d2d41697cf20a82900a33c..84a3bfb640996a18a142e56999dc3f423a52b06a 100644 (file)
@@ -299,7 +299,7 @@ Array
     [1] => 1
 )
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'foo\foo\unknown'' in %sbug42819.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'foo\foo\unknown' in %sbug42819.php:%d
 Stack trace:
 #0 %s(%d): foo\oops()
 #1 {main}
index 53e6fe7f492a4d3e1aaca9a943e6c87e83282a5e..9d13a79d9344c2801b7421483a3b81412501397d 100644 (file)
@@ -39,7 +39,7 @@ test3
 test4
 test5
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method C::test6()' in %sbug42937.php:21
+Fatal error: Uncaught EngineException: Call to undefined method C::test6() in %sbug42937.php:21
 Stack trace:
 #0 %s(%d): B->test()
 #1 {main}
index 67508d0d69ccd4a58f0521d39b96300c0f48b565..23bb8e9ad69909a978c32219c666c10c80bd490e 100644 (file)
@@ -5,7 +5,7 @@ Bug #43344.10 (Wrong error message for undefined namespace constant)
 echo namespace\bar."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'bar'' in %sbug43344_10.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'bar' in %sbug43344_10.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug43344_10.php on line %d
index d7c51e6361d4933d2ba29421749c0091eb4ac409..9529e7e5821b712feb18759457c2b08f664e2015 100644 (file)
@@ -8,7 +8,7 @@ function f($a=namespace\bar) {
 echo f()."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'bar'' in %sbug43344_11.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'bar' in %sbug43344_11.php:%d
 Stack trace:
 #0 %s(%d): f()
 #1 {main}
index 1d14d4b40bedee81758cef3de2b647dd11a45e40..b487421757724826279c839cfe15fca781918c26 100644 (file)
@@ -8,7 +8,7 @@ function f($a=array(namespace\bar)) {
 echo f()."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'bar'' in %sbug43344_12.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'bar' in %sbug43344_12.php:%d
 Stack trace:
 #0 %s(%d): f()
 #1 {main}
index 83d79864d1f78301924a0f77fcde78d39572a68e..aab7d93da269a0e8263a63266caf1e15f37a1d84 100644 (file)
@@ -9,7 +9,7 @@ function f($a=array(namespace\bar=>0)) {
 echo f()."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'bar'' in %sbug43344_13.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'bar' in %sbug43344_13.php:%d
 Stack trace:
 #0 %s(%d): f()
 #1 {main}
index 094672f3d16fcf5f872cef36ebace91abd05ce82..6b74e76a0b793a2899bf5c19cd6986adc6b3cc83 100644 (file)
@@ -6,7 +6,7 @@ namespace Foo;
 echo Foo::bar."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'Foo\Foo' not found' in %sbug43344_2.php:%d
+Fatal error: Uncaught EngineException: Class 'Foo\Foo' not found in %sbug43344_2.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug43344_2.php on line %d
index ef9eb5886723632928ddbbeb81e099982f85eb17..c5c848f8089b4c793d672bace8a85fda93af4400 100644 (file)
@@ -6,7 +6,7 @@ namespace Foo;
 echo namespace\bar."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'Foo\bar'' in %sbug43344_6.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'Foo\bar' in %sbug43344_6.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug43344_6.php on line %d
index 661e93aea817e7373a6473bfe8c21f631a78229d..6d536c1dd2cba887ef32ef4faf8e17b0ace612dd 100644 (file)
@@ -9,7 +9,7 @@ function f($a=namespace\bar) {
 echo f()."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'Foo\bar'' in %sbug43344_7.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'Foo\bar' in %sbug43344_7.php:%d
 Stack trace:
 #0 %s(%d): Foo\f()
 #1 {main}
index 14aeb7d8afacdb5e2b60d0a2abe3f4b466dbb9d3..7f621f9cbfbe66002cfba155315ed77eecd8e2a3 100644 (file)
@@ -9,7 +9,7 @@ function f($a=array(namespace\bar)) {
 echo f()."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'Foo\bar'' in %sbug43344_8.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'Foo\bar' in %sbug43344_8.php:%d
 Stack trace:
 #0 %s(%d): Foo\f()
 #1 {main}
index 0642dc545a731f22c0e1728a2bcb8d4af84f9893..a6117385b6e9974c753ed8ac75fda77ec91db7c3 100644 (file)
@@ -10,7 +10,7 @@ function f($a=array(namespace\bar=>0)) {
 echo f()."\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'Foo\bar'' in %sbug43344_9.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'Foo\bar' in %sbug43344_9.php:%d
 Stack trace:
 #0 %s(%d): Foo\f()
 #1 {main}
index aa0ae7ed4b4586a8346d7cea77274ca8498cb848..021b4810f476618195b0e7ca0a1dfab69b6734e7 100644 (file)
@@ -22,7 +22,7 @@ class Y extends X
 $y = Y::cheat(5);
 echo $y->x, PHP_EOL;
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private X::__construct() from context 'Y'' in %sbug44141.php:15
+Fatal error: Uncaught EngineException: Call to private X::__construct() from context 'Y' in %sbug44141.php:15
 Stack trace:
 #0 %s(%d): Y::cheat(5)
 #1 {main}
index f8a24844383953afb164f8d3f8e8914cf9853bd8..1bb03e917ef1900bf1abcb77837e56e6b41ce7dd 100644 (file)
@@ -38,7 +38,7 @@ $o = new B;
 $o->bar();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' in %sbug45805.php:%d
+Fatal error: Uncaught RuntimeException in %sbug45805.php:%d
 Stack trace:
 #0 %sbug45805.php(%d): PHPUnit_Util_ErrorHandler::handleError(8, 'Only variables ...', '%s', %d, Array)
 #1 [internal function]: B->foo()
index 43f28775e5f3219fc5b517ae194ebe85f2096c2d..19374047cf846459d8b551d1c7f3b1a59b2c478e 100644 (file)
@@ -62,7 +62,7 @@ value6
 value6
 value6
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'NS1\ns2\coNSt1'' in %sbug46304.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'NS1\ns2\coNSt1' in %sbug46304.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug46304.php on line %d
index c6484a00f5e6139094bb7c1ffee1e57f5b9e60ae..f86b5f07d5a45a2c82d9f7dd8c5b7b14eb3e55e8 100644 (file)
@@ -14,7 +14,7 @@ $test->method();
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method ArrayIterator::current() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method ArrayIterator::current() cannot be called statically in %s:%d
 Stack trace:
 #0 %s(%d): test->method()
 #1 {main}
index 378cae9ba514ebf30b4f7c6e9eccf09a55bd61f7..7433baba24ad33fbc57612b01bfbb7e3ccaa0b1a 100644 (file)
@@ -36,7 +36,7 @@ Warning: get_called_class() called from outside a class in %s on line %d
 
 Deprecated: Non-static method D::m() should not be called statically in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Using $this when not in object context' in %s:%d
+Fatal error: Uncaught EngineException: Using $this when not in object context in %s:%d
 Stack trace:
 #0 %s(%d): D::m()
 #1 {main}
index 6e96c5bb31f6bf55e47e4c2494755b352b6ad1ea..8cb3280bcffbe2d93ff4b5306105beaf4714edf3 100644 (file)
@@ -15,7 +15,7 @@ new X();
 ?>
 --EXPECTF--
 BB
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'X' not found' in %sbug47699.php:%d
+Fatal error: Uncaught EngineException: Class 'X' not found in %sbug47699.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug47699.php on line %d
index db51d9eb20a0034dce6a401c0da74985c5581f3a..306443f8bbaa2d3a4aef6e4d5bec4cb648adfc4b 100644 (file)
@@ -6,7 +6,7 @@ $s = "abd";
 $s[0]->a += 1;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use string offset as an object' in %sbug47704.php:%d
+Fatal error: Uncaught EngineException: Cannot use string offset as an object in %sbug47704.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug47704.php on line %d
index aac5bfd5e27c28c27b30ecf17c68101a44bbea16..034b3f1a4cb1c9e44cfd0ed4b7bae3b5bf5bf034 100644 (file)
@@ -16,7 +16,7 @@ $c = new c();
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method b::b()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method b::b() in %s:%d
 Stack trace:
 #0 %s(%d): c->__construct()
 #1 {main}
index ae8ba617b8819dfd52c6f4dadf713d8fffea2276..1f0d0a54a115db6cd20d0a7db74def87bdb2c8bc 100644 (file)
@@ -24,7 +24,7 @@ $l_aa->dosome();
 ?>
 --EXPECTF--
 
-Fatal error: Uncaught exception 'Exception' in %s
+Fatal error: Uncaught Exception in %s
 Stack trace:
 #0 %s(%d): do_throw()
 #1 %s(%d): aa->dosome()
index 20a019807be31065b2e3f25fe070ee7a35174f37..7ae32a5d48b1fc4d8a1f1e36ad078520f0e247cf 100644 (file)
@@ -23,7 +23,7 @@ catch(Exception $e){
 ?>
 --EXPECTF--
 
-Fatal error: Uncaught exception 'Exception' in %s
+Fatal error: Uncaught Exception in %s
 Stack trace:
 #0 %s(%d): C->generate(0)
 #1 {main}
index d2baf2a695c2e9ea0a2caa993a880f2f14e70a6c..c4fbb4f29792d603b704d04e6596b320f425e98c 100644 (file)
@@ -31,12 +31,12 @@ var_dump(
 
 ?>
 --EXPECTF--
-exception 'ParseException' with message 'syntax error, unexpected '}', expecting end of file' in %sbug48693.php(4) : runtime-created function:1
+ParseException: syntax error, unexpected '}', expecting end of file in %sbug48693.php(4) : runtime-created function:1
 Stack trace:
 #0 %sbug48693.php(4): create_function('', 'return 1; }')
 #1 {main}
 
-exception 'ParseException' with message 'syntax error, unexpected end of file' in %sbug48693.php(14) : runtime-created function:1
+ParseException: syntax error, unexpected end of file in %sbug48693.php(14) : runtime-created function:1
 Stack trace:
 #0 %sbug48693.php(14): create_function('', '{')
 #1 {main}
index 047a162953cbed75850a8efad77a10c0a11a4d62..956367f693c721eb45e1a094bf16805cbb5a632c 100644 (file)
@@ -7,7 +7,7 @@ $b = &$a[1];
 $b = "f";
 echo $a;
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot create references to/from string offsets nor overloaded objects' in %sbug49866.php:3
+Fatal error: Uncaught EngineException: Cannot create references to/from string offsets nor overloaded objects in %sbug49866.php:3
 Stack trace:
 #0 {main}
   thrown in %sbug49866.php on line 3
index 08d6383d8307e44ac2d3c71a45fcbc8674121e31..ea05f2b567516685d648d278c37177700f17479b 100644 (file)
@@ -20,7 +20,7 @@ new Foo;
 %unicode|string%(3) "Foo"
 %unicode|string%(3) "Bar"
 
-Fatal error: Uncaught exception 'Exception' with message 'Bar' in %s:%d
+Fatal error: Uncaught Exception: Bar in %s:%d
 Stack trace:
 #0 %s(7): __autoload('Bar')
 #1 %s(13): __autoload('Foo')
index bf4fbbda68c3343b84f4932bc19eeaf801b18123..2ed055a129e61dfd95ff6ce626172cf8052c34f0 100644 (file)
@@ -13,7 +13,7 @@ throw new a;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'a' in :%d
+Fatal error: Uncaught a in :%d
 Stack trace:
 #0 {main}
   thrown in Unknown on line %d
index f6cdb796dd84b4a5ff1934518aa18bc7da95d6c8..ffd07edbd331a1d6bfcdc2a4cf12c9716e13199d 100644 (file)
@@ -17,7 +17,7 @@ var_dump(isset($obj->a));
 bool(false)
 bool(false)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Closure object cannot have properties' in %s:%d
+Fatal error: Uncaught EngineException: Closure object cannot have properties in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index b0dddffaf82f341ef8b6d0047015e4f85a88e3e8..e2d260b2b24021db8ab3a7646fe545ee10741b27 100644 (file)
@@ -13,7 +13,7 @@ function eh()
 set_error_handler("eh");
 $a = $empty($b);
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'error!' in %sbug51394.php:%d
+Fatal error: Uncaught Exception: error! in %sbug51394.php:%d
 Stack trace:
 #0 %sbug51394.php(%d): eh(8, 'Undefined varia%s', '%s', %d, Array)
 #1 {main}
index e6e891337d1834430d67046b1506af66fbd5fe83..4159ac0b8cc098250da86c0f3657a27d629eea97 100644 (file)
@@ -23,12 +23,12 @@ try {
 }
 ?>
 --EXPECTF--
-1. exception 'Exception' with message 'aaa' in %sbug52361.php:5
+1. Exception: aaa in %sbug52361.php:5
 Stack trace:
 #0 %sbug52361.php(13): aaa->__destruct()
 #1 %sbug52361.php(16): bbb()
 #2 {main}
-2. exception 'Exception' with message 'bbb' in %sbug52361.php:13
+2. Exception: bbb in %sbug52361.php:13
 Stack trace:
 #0 %sbug52361.php(16): bbb()
 #1 {main}
index bf9d494aaa42c2d0f3e6d0bad32d3c406522f2e7..6000418a29deefbac58c5c0682316309e84be57f 100644 (file)
@@ -16,7 +16,7 @@ unset($a->$prop);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access empty property' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access empty property in %s:%d
 Stack trace:
 #0 %s(%d): A->__unset('')
 #1 {main}
index 3ffb2af3e94160f948a14abba15689257f55520b..5181a425f042dff5c6a98d06ec7bf9abc9f0adec 100644 (file)
@@ -16,7 +16,7 @@ $a->$prop = 2;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access empty property' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access empty property in %s:%d
 Stack trace:
 #0 %s(%d): A->__set('', 2)
 #1 {main}
index 877b45d9e3e0afd509b5342ef10645fb9bd2df2b..b7646ab047f2598876e2c280bcaec137061f76fb 100644 (file)
@@ -16,7 +16,7 @@ var_dump($a->$prop);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access empty property' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access empty property in %s:%d
 Stack trace:
 #0 %s(%d): A->__get('')
 #1 {main}
index 88f0cbe8f4482a9a91404716e8713ccdcbd9f3f1..0075655428b8de510699a0ccfd1607510c8ae2c5 100644 (file)
@@ -20,12 +20,12 @@ function test() {
 test();
 echo "bug\n";
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'ops 2' in %sbug53511.php:11
+Fatal error: Uncaught Exception: ops 2 in %sbug53511.php:11
 Stack trace:
 #0 %sbug53511.php(17): test()
 #1 {main}
 
-Next exception 'Exception' with message 'ops 1' in %sbug53511.php:4
+Next Exception: ops 1 in %sbug53511.php:4
 Stack trace:
 #0 %sbug53511.php(12): Foo->__destruct()
 #1 %sbug53511.php(17): test()
index d7cf00ecdbc488627d8b7ec9d253043107b89453..f9e2e734586a1bfb6a9695be48e74727e6eafaca 100644 (file)
@@ -16,7 +16,7 @@ NULL
 object(Closure)#1 (0) {
 }
 
-Fatal error: Uncaught exception 'Exception' with message 'Exception!' in %s:%d
+Fatal error: Uncaught Exception: Exception! in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index cfe42892870798dce2521639ec48ae64a4cf331e..e4c07face1c5fc70de3d58c3d4d03f0613c01923 100644 (file)
@@ -11,7 +11,7 @@ set_error_handler(function($errno, $errstr, $errfile, $errline){
 require 'notfound.php';
 --EXPECTF--
 error(require(notfound.php): failed to open stream: %s)
-Warning: Uncaught exception 'Exception' with message 'Foo' in %sbug60909_1.php:5
+Warning: Uncaught Exception: Foo in %sbug60909_1.php:5
 Stack trace:
 #0 %sbug60909_1.php(8): {closure}(2, 'require(notfoun...', '%s', 8, Array)
 #1 %sbug60909_1.php(8): require()
index 69f64d61e81bcf6019ae1e4edfc6e0b48c308c9d..4b06d7f70448fc60d09fea80ca3df6f5fad09852 100644 (file)
@@ -24,7 +24,7 @@ Warning: The magic method __invoke() must have public visibility and cannot be s
 
 Warning: The magic method __invoke() must have public visibility and cannot be static in %sbug61025.php on line %d
 Bar
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method Bar::__invoke() from context ''' in %sbug61025.php:%d
+Fatal error: Uncaught EngineException: Call to private method Bar::__invoke() from context '' in %sbug61025.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug61025.php on line %d
index 9bd9c907bdc2ccfbb8afda238d0b659f1eee48dd..5e949706e8bab3c7f6315ffa1b3ec8445a37beea 100644 (file)
@@ -17,7 +17,7 @@ $undefined->foo();
 --EXPECTF--
 Error handler called (Undefined variable: undefined)
 
-Fatal error: Uncaught exception 'ErrorException' with message 'Undefined variable: undefined' in %sbug61767.php:%d
+Fatal error: Uncaught ErrorException: Undefined variable: undefined in %sbug61767.php:%d
 Stack trace:
 #0 %sbug61767.php(%d): {closure}(%s, 'Undefined varia...', '%s', %d, Array)
 #1 {main}
index 92b3a5e93a36d58dd9158ea996e005ccd1280833..38d6fafefc2310b25862de1d19c5bc3a4f313ebb 100644 (file)
@@ -31,7 +31,7 @@ bool(true)
 bool(true)
 ok
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot call abstract method Foo::bar()' in %sbug63111.php:20
+Fatal error: Uncaught EngineException: Cannot call abstract method Foo::bar() in %sbug63111.php:20
 Stack trace:
 #0 {main}
   thrown in %sbug63111.php on line 20
index 34d3d6e7d7b217e4081df9d223e92c13093fe8f2..af2611fc0496469ec4acf9f5ac4be7693ee835b6 100644 (file)
@@ -9,7 +9,7 @@ $callback();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Array callback has to contain indices 0 and 1' in %s:%d
+Fatal error: Uncaught EngineException: Array callback has to contain indices 0 and 1 in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index fd71d6bdd630f23248dceb9bcde060927b6f3a67..20fceff7fd55db4cce1c9f9abb3230b018c6757d 100644 (file)
@@ -45,7 +45,7 @@ $bar = new Bar();
 $bar->test();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: Stat::$requests' in %sbug64720.php:12
+Fatal error: Uncaught EngineException: Access to undeclared static property: Stat::$requests in %sbug64720.php:12
 Stack trace:
 #0 [internal function]: Stat->__destruct()
 #1 {main}
index 5e2093c472a6c2673ad0b6dfe725b70dfca26cb9..39bec77a453dafe6f03255a3734554fe4f37d51a 100644 (file)
@@ -16,7 +16,7 @@ throw new a;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'a' in %s:0
+Fatal error: Uncaught a in %s:0
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 91a43f500b093618e114955e215aeb7bf34c14e3..5650c48872d9aab2e4549dc04f5ee22afce5b864 100644 (file)
@@ -13,7 +13,7 @@ throw new a;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'a' in %s:0
+Fatal error: Uncaught a in %s:0
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 9e96075d4913bda120818dfed676c7e678a92111..831665e3646e2fea49f14278b3c8540b148a9c43 100644 (file)
@@ -14,7 +14,7 @@ throw new a;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'a' in :0
+Fatal error: Uncaught a in :0
 Stack trace:
 #0 {main}
   thrown in Unknown on line %d
index b31cca3dc6dd198860db7a18eb54847bbb8a6ef2..cf36fef6da7b39688262f703403170636553cbd8 100644 (file)
@@ -31,7 +31,7 @@ $a['waa'];
 --EXPECTF--
 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug64960.php on line 3
 
-Fatal error: Uncaught exception 'Exception' in %sbug64960.php:19
+Fatal error: Uncaught Exception in %sbug64960.php:19
 Stack trace:
 #0 [internal function]: {closure}(8, 'ob_end_clean():...', '%s', 9, Array)
 #1 %sbug64960.php(9): ob_end_clean()
index 931460ba6040cf4fab35cec5bd73f104550618fe..0a4e1c77cab31043f94fc0429b7daf5cb0f0adb9 100644 (file)
@@ -21,7 +21,7 @@ $a = new A();
 $a->b();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' in %sbug64966.php:6
+Fatal error: Uncaught Exception in %sbug64966.php:6
 Stack trace:
 #0 %sbug64966.php(13): test('iterator_apply')
 #1 %sbug64966.php(18): A->b()
index 2f80e93b3561589aa7ba8c4308d9c1605c2da731..8b9f7dfc75acad5be467ee790304541e2ea92bdf 100644 (file)
@@ -57,7 +57,7 @@ $bar = foo3();
 string(9) "not catch"
 NULL
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'NotExists' not found' in %sbug65784.php:%d
+Fatal error: Uncaught EngineException: Class 'NotExists' not found in %sbug65784.php:%d
 Stack trace:
 #0 %s(%d): foo3()
 #1 {main}
index 470d45f1f549898b1117d83930e95e7011593fde..4f3a6138343283d7c08f7892693b9d0ab7cd3469 100644 (file)
@@ -17,7 +17,7 @@ $obj = new B();
 $obj->go();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: A::$this' in %s:%d
+Fatal error: Uncaught EngineException: Access to undeclared static property: A::$this in %s:%d
 Stack trace:
 #0 %s(%d): B->go()
 #1 {main}
index e96a263aaaf0a6aec246128be4096716ca37c23e..f0a66ceb600b07f9859fbc629ade127d0da1d77b 100644 (file)
@@ -36,7 +36,7 @@ class Bar {
 $foo = new Foo();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: Bar::$instance' in %sbug68652.php:%d
+Fatal error: Uncaught EngineException: Access to undeclared static property: Bar::$instance in %sbug68652.php:%d
 Stack trace:
 #0 %s(%d): Bar::getInstance()
 #1 [internal function]: Foo->__destruct()
index fa8eaa3db41fb202ca2738416faf4b44c2452021..f8e77f2a364084b2b68e1251272c0f67f43cc86f 100644 (file)
@@ -13,7 +13,7 @@ iterator_to_array(crash());
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 [internal function]: crash()
 #1 %s(%d): iterator_to_array(Object(Generator))
index 09d28dd3713833877d68488aef3c05f9fb63df14..022f4701bafa7b91ace8bf31e3a3b8d2ec0c06b8 100644 (file)
@@ -18,7 +18,7 @@ foo::$a();
 --EXPECTF--
 string(3) "AaA"
 
-Fatal error: Uncaught exception 'EngineException' with message 'Function name must be a string' in %s:%d
+Fatal error: Uncaught EngineException: Function name must be a string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 723c65747d33fc3155bca51b95e3c502b3ab795b..2f55d71cc0066459e48f473c118f246c73065367 100644 (file)
@@ -27,7 +27,7 @@ ok
 Deprecated: Non-static method foo::aa() should not be called statically in %s on line %d
 ok
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot call constructor' in %s:%d
+Fatal error: Uncaught EngineException: Cannot call constructor in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index cc675cc400e0659db80e499c2282cee958cb78f9..6b5efcb6df4fa37d0118c021debc148507c7571a 100644 (file)
@@ -15,7 +15,7 @@ call_user_func(array('foo', 'teste'));
 --EXPECTF--
 Deprecated: %son-static method foo::teste() should not be called statically in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Using $this when not in object context' in %s:%d
+Fatal error: Uncaught EngineException: Using $this when not in object context in %s:%d
 Stack trace:
 #0 %s(%d): foo::teste()
 #1 {main}
index b294b01ac9f6d791c2452eb03a99528c13bbf7ea..df2b4b95eab3fe167dff2c54689cd8f3037e251d 100644 (file)
@@ -13,7 +13,7 @@ new $a;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate abstract class foo' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate abstract class foo in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 8bb1026eaffad4817f9440084dc222d078be3046..5ae6b64479330d762febe0f5f4e16824e86ace9a 100644 (file)
@@ -18,7 +18,7 @@ var_dump(new foo);
 object(foo\bar)#%d (0) {
 }
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'foo\foo' not found' in %s:%d
+Fatal error: Uncaught EngineException: Class 'foo\foo' not found in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index a29f90c77dcf9e48f8007ddfc9c780dc2ce0b080..861f9287933f26838172c35ba63fbacd230b283b 100644 (file)
@@ -30,7 +30,7 @@ object(foo\foo)#1 (0) {
 object(foo\bar\foo)#2 (0) {
 }
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'foo\bar' not found' in %s:%d
+Fatal error: Uncaught EngineException: Class 'foo\bar' not found in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 8eebc58bda2cb10a2abf5328a767090161e1d402..d7afc22e64e70b096ed1b5a6161e4f2fa043b833 100644 (file)
@@ -19,7 +19,7 @@ echo "Done\n";
 string(6) "string"
 int(1)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined class constant 'val3'' in %s:%d
+Fatal error: Uncaught EngineException: Undefined class constant 'val3' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 32524d11f99184777545088282561194fdf91c39..71eb9b84afc07261b287cef7a51dcef7150953b7 100644 (file)
@@ -7,7 +7,7 @@ $x = static::class;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use "static" when no class scope is active' in %s:3
+Fatal error: Uncaught EngineException: Cannot use "static" when no class scope is active in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index 954ab2e23b99fb6616fcea8ae42d8263e7ead8a3..15f1ec347eeb14f4a269ccfcaa5c926ef300395b 100644 (file)
@@ -7,7 +7,7 @@ $x = parent::class;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use "parent" when no class scope is active' in %s:3
+Fatal error: Uncaught EngineException: Cannot use "parent" when no class scope is active in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index fac2dbeb226d7e5e002f8c4f999871cf96a730a8..01241f42263a80b05461235c8731502db54cd689 100644 (file)
@@ -7,7 +7,7 @@ var_dump(self::class);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use "self" when no class scope is active' in %s:3
+Fatal error: Uncaught EngineException: Cannot use "self" when no class scope is active in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index 9f147f9e3514dd55cbc279772063c1dc77be6782..8109aa642288701c1139906677bf9ac05850aee0 100644 (file)
@@ -7,7 +7,7 @@ $a = clone array();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %s:%d
+Fatal error: Uncaught EngineException: __clone method called on non-object in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 4a97c565b1a0205ca2247ef4d623740189429b7c..b3adc2b09fd774815df48917f69a27738f8f9c3d 100644 (file)
@@ -9,7 +9,7 @@ $a = clone $b;
 --EXPECTF--
 Notice: Undefined variable: b in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message '__clone method called on non-object' in %s:%d
+Fatal error: Uncaught EngineException: __clone method called on non-object in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 10b18fbc54fea475e69d027b9ebaff0b016e4fe0..e24795ec0aa91259c7fb5b4b324dd519cd8f9ac8 100644 (file)
@@ -17,7 +17,7 @@ $a = clone $c->b[1];
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type foo as array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use object of type foo as array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 0143ac173cb2364a80c235646d6b82e9421c5fd5..72535b466dafc3c346eb9d9041ded095d74e1327 100644 (file)
@@ -71,7 +71,7 @@ echo "Done\n";
 7
 Destroyed
 
-Fatal error: Uncaught exception 'EngineException' with message 'Using $this when not in object context' in %sclosure_005.php:28
+Fatal error: Uncaught EngineException: Using $this when not in object context in %sclosure_005.php:28
 Stack trace:
 #0 %s(%d): A::{closure}()
 #1 {main}
index 682c7db6346c8334fc6079910ad6ac26221a00d7..5505fd2937295eda5e93d41ec48eeb791e37c02e 100644 (file)
@@ -26,7 +26,7 @@ int(9)
 Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
 int(81)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot pass parameter 1 by reference' in %s:%d
+Fatal error: Uncaught EngineException: Cannot pass parameter 1 by reference in %s:%d
 Stack trace:
 #0 %s(%d): test()
 #1 {main}
index edc9659ca13743b73d85da25d927d61d9e626cbf..a13d4a63c64e39f586c0aff457e27010db3f7966 100644 (file)
@@ -40,7 +40,7 @@ object(foo)#%d (2) {
 bool(true)
 bool(true)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property foo::$test' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access private property foo::$test in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 55f1ff5a8d3ff511fcbb73461276c7f127ae1c56..1d48e6683e7fda491c207e3ff20ed0d03ed9f814 100644 (file)
@@ -8,7 +8,7 @@ $foo = function() use ($a) {
 $foo->a = 1;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Closure object cannot have properties' in %sclosure_022.php:5
+Fatal error: Uncaught EngineException: Closure object cannot have properties in %sclosure_022.php:5
 Stack trace:
 #0 {main}
   thrown in %sclosure_022.php on line 5
index bc7eb88b2f0b91e061f58db957eaf66712046c2b..4e445721ea96328eea3577148c17b71d74248902 100644 (file)
@@ -25,7 +25,7 @@ $o->func();
 --EXPECTF--
 Test::{closure}()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method Test::func() from context ''' in %sclosure_033.php:%d
+Fatal error: Uncaught EngineException: Call to private method Test::func() from context '' in %sclosure_033.php:%d
 Stack trace:
 #0 {main}
   thrown in %sclosure_033.php on line %d
index 61fcc1cb9460b8a7f5b220c9f90c6eb328ad6c9d..f3bcd831a9c8fb9d7930ba29e00d09da76a218e6 100644 (file)
@@ -55,12 +55,12 @@ Testing with scope as string
 int(23)
 int(24)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property B::$x' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access private property B::$x in %s:%d
 Stack trace:
 #0 %s(%d): Closure->{closure}()
 #1 {main}
 
-Next exception 'EngineException' with message 'Cannot access private property B::$x' in %s:%d
+Next EngineException: Cannot access private property B::$x in %s:%d
 Stack trace:
 #0 %s(%d): Closure->{closure}()
 #1 {main}
index ecdf9be080208089390b1c336dcc2571c4f26cbd..2afd92010524594f666013794fa7937eade1c0ad 100644 (file)
@@ -55,12 +55,12 @@ Testing with scope as string
 int(23)
 int(24)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property B::$x' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access private property B::$x in %s:%d
 Stack trace:
 #0 %s(%d): Closure->{closure}()
 #1 {main}
 
-Next exception 'EngineException' with message 'Cannot access private property B::$x' in %s:%d
+Next EngineException: Cannot access private property B::$x in %s:%d
 Stack trace:
 #0 %s(%d): Closure->{closure}()
 #1 {main}
index ded692c2c46c24a6490c5a876cf5723b2c5d19d2..5cee0a0bfe7027811cd575a286906d4b9945b2c4 100644 (file)
@@ -8,7 +8,7 @@ const C2 = [C1, [] => 1];
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Illegal offset type' in %s:%d
+Fatal error: Uncaught EngineException: Illegal offset type in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 6820f47ded15ec8594b7a8a494960ef9b53c1525..fa14af2f289c3097b0058d642910c2136e881c44 100644 (file)
@@ -9,7 +9,7 @@ class A {
 var_dump(A::FOO);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot declare self-referencing constant 'self::FOO'' in %s:%d
+Fatal error: Uncaught EngineException: Cannot declare self-referencing constant 'self::FOO' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 2827ab1b74df0db98beda4e932cf831e91a1a796..695c8d2150314267a15a26d36e52cf6d49c603bf 100644 (file)
@@ -31,7 +31,7 @@ try {
 ERR#2: include(class://non.existent.Class): failed to open stream: "CLWrapper::stream_open" call failed @ include
 ERR#2: include(): Failed opening 'class://non.existent.Class' for inclusion (include_path='%s') @ include
 
-Fatal error: Uncaught exception 'Exception' with message 'Failed loading class://non.existent.Class' in %s
+Fatal error: Uncaught Exception: Failed loading class://non.existent.Class in %s
 Stack trace:
 #0 %s(%d): CL->load('class://non.exi...')
 #1 {main}
index 4d8d9c9942fc112b589f0e68afeaa875bd908cc9..c206e70b3ed367d92bb6b867257bdbb47e89edeb 100644 (file)
@@ -76,7 +76,7 @@ NULL
 
 Notice: Undefined offset: 3 in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function bar() on null' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function bar() on null in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 16c76eb77706cdbb32d60f914666e116a86a0c89..ec62e5614ebf02a9c0619a3cefe3245a21928d9a 100644 (file)
@@ -24,7 +24,7 @@ var_dump(b()[1]);
 NULL
 NULL
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type stdClass as array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use object of type stdClass as array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 6a7794fa46242487782561758e00248c6063f8d1..34f377e2291ffa3aaa41f80a71881116fee5f996 100644 (file)
@@ -20,7 +20,7 @@ echo "Done\n";
 --EXPECTF--    
 Exception: Unsupported operand types
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 5a1025cfa74cdb8fca1cca597bce3904222c856d..c3c92e07cffa08be49964be97b6276f0348ef0bb 100644 (file)
@@ -16,7 +16,7 @@ $a::$a();
 --EXPECTF--
 Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method foo::foo() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method foo::foo() cannot be called statically in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index c8fad52241d13387e37a49504d5b9c51f11b5635..5d0568091817043b78d5ff74e330fa54f8baa19f 100644 (file)
@@ -9,7 +9,7 @@ $a::$a();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Function name must be a string' in %s:%d
+Fatal error: Uncaught EngineException: Function name must be a string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 7d5e3e55077fe643abf569113c51e5e82b7bd210..c929e8b04cfdab002316db145d1a2f99839c0275 100644 (file)
@@ -10,7 +10,7 @@ $a::$b();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Function name must be a string' in %s:%d
+Fatal error: Uncaught EngineException: Function name must be a string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 056adfc16ba87800bf472476709598e12b0d3bbf..59da5c7ca5ca1ccd6260848c3c8b8e8ea37815a4 100644 (file)
@@ -9,7 +9,7 @@ $a::$b();
 --EXPECTF--
 Notice: Undefined variable: a in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class name must be a valid object or a string' in %s:%d
+Fatal error: Uncaught EngineException: Class name must be a valid object or a string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 50234f89c686d6d9d01a6fed7d8435ca545c7198..4b60b1600ed6581d66909778c443dfcc84cb2179 100644 (file)
@@ -8,7 +8,7 @@ $a[0][0] = new stdclass;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type stdClass as array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use object of type stdClass as array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index ab74a920e78bd28169c780ec7091a7e6ede0b3c7..a206f3461c40607615c95d274f8966e29f4fa9de 100644 (file)
@@ -32,7 +32,7 @@ string(0) ""
 string(0) ""
 string(0) ""
 
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index e060aace05fb804a93b0d59421f97cbf30bdf3e4..1f60f7874e1a3682dadfc3aaab994dc76b98e226 100644 (file)
@@ -8,7 +8,7 @@ throw new Exception(1);
 ?>
 --EXPECTF--
 
-Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
+Fatal error: Uncaught Exception: 1 in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index cc9990c386bfce7fa8459dcdcd3eb43091ed1b3f..b7b776572c56de8c022727617310e57c7b9ae256 100644 (file)
@@ -15,7 +15,7 @@ try {
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Exceptions must be valid objects derived from the Exception base class' in %s:%d
+Fatal error: Uncaught EngineException: Exceptions must be valid objects derived from the Exception base class in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index e52b907ac3be6a9a3c8c88d3f1ffe36882cb4487..0d55f0c6b04d46a1195b0c6550549a1df0959fb0 100644 (file)
@@ -9,7 +9,7 @@ throw new a();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate interface a' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate interface a in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index fb131b5de40f7c1b1d2fd255a68e308e93c9a86c..31dff03838197b1f5be9f1cc80893f6efe7fe2c3 100644 (file)
@@ -7,7 +7,7 @@ throw 1;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Can only throw objects' in %s:%d
+Fatal error: Uncaught EngineException: Can only throw objects in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 953e76513b33d371642a76721aa6b9b2fdb81618..b3da7099a21099839975795e31c24ab097e36e4e 100644 (file)
@@ -18,19 +18,19 @@ catch (Exception $e) {
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'Another' in %sexception_007.php:%d
+Fatal error: Uncaught Exception: Another in %sexception_007.php:%d
 Stack trace:
 #0 {main}
 
-Next exception 'Exception' with message 'First' in %sexception_007.php:%d
+Next Exception: First in %sexception_007.php:%d
 Stack trace:
 #0 {main}
 
-Next exception 'Exception' with message 'Second' in %sexception_007.php:%d
+Next Exception: Second in %sexception_007.php:%d
 Stack trace:
 #0 {main}
 
-Next exception 'Exception' with message 'Third' in %sexception_007.php:%d
+Next Exception: Third in %sexception_007.php:%d
 Stack trace:
 #0 {main}
   thrown in %sexception_007.php on line %d
index 0d40541eee2d83ef82ead3b196f45f61c2959bbd..fe4ee0d8eabf6ed891667ed2455cc8ebcc4e6861 100644 (file)
@@ -24,12 +24,12 @@ unset($ar);
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'First' in %sexception_008.php:%d
+Fatal error: Uncaught Exception: First in %sexception_008.php:%d
 Stack trace:
 #0 %sexception_008.php(%d): TestFirst->__destruct()
 #1 {main}
 
-Next exception 'Exception' with message 'Second' in %sexception_008.php:%d
+Next Exception: Second in %sexception_008.php:%d
 Stack trace:
 #0 %sexception_008.php(%d): TestSecond->__destruct()
 #1 {main}
index e02a75a2b0811b4ed66f6fef2d794fb112d2a694..d128f06ab8cb254ec1bbd996e292224e6326d194 100644 (file)
@@ -13,7 +13,7 @@ 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
+Fatal error: Uncaught AssertionException: assert(false) in %sexception_011.php:%d
 Stack trace:
 #0 %sexception_011.php(%d): assert(false, 'assert(false)')
 #1 {main}
index 6493e2ccf7fa5c821670105e998083f819942b58..eaeaef860482c5ab44e53714f9f22ada27c14f3f 100644 (file)
@@ -13,7 +13,7 @@ $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
+Fatal error: Uncaught AssertionException: assert(false) in %sexception_012.php(%d) : runtime-created function:%d
 Stack trace:
 #0 %sexception_012.php(%d) : runtime-created function(%d): assert(false, 'assert(false)')
 #1 %sexception_012.php(%d): __lambda_func()
index 4bbfc320509320c4a01e335cbae1d5a3273e4f6b..e1a06cb0d08bea70a99386b65a9f7b5fac037673 100644 (file)
@@ -33,7 +33,7 @@ Exception: Cannot access private property C::$p in %sexception_013.php on line 1
 
 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
 
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$a' in %sexception_013.php:24
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$a in %sexception_013.php:24
 Stack trace:
 #0 {main}
   thrown in %sexception_013.php on line 24
index c1f8615926e1b3afca587c54e4334a1f822e7ed6..8da20dccfaee87c144bf7090f863ee6e45e82131 100644 (file)
@@ -18,7 +18,7 @@ var_dump($x->p);
 --EXPECTF--
 Exception: Cannot access private property C::$p in %sexception_014.php on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property C::$p' in %sexception_014.php:%d
+Fatal error: Uncaught EngineException: Cannot access private property C::$p in %sexception_014.php:%d
 Stack trace:
 #0 {main}
   thrown in %sexception_014.php on line %d
index f4db02aa40e2e73049e412c3671fd66893f1a73b..a1b9ae48e2851af352f0d989ed10acb9224c8da2 100644 (file)
@@ -14,7 +14,7 @@ $s[] = "D";
 --EXPECTF--
 Exception: [] operator not supported for strings in %sexception_015.php on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message '[] operator not supported for strings' in %sexception_015.php:%d
+Fatal error: Uncaught EngineException: [] operator not supported for strings in %sexception_015.php:%d
 Stack trace:
 #0 {main}
   thrown in %sexception_015.php on line %d
index f4ad66855b3129c533cb13f9a3ff39d84849024f..7e4c4c3e2405b3162b6f14754e72cbaecc3ec9f0 100644 (file)
@@ -13,7 +13,7 @@ $this->foo();
 --EXPECTF--
 Exception: Using $this when not in object context in %sexception_016.php on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Using $this when not in object context' in %sexception_016.php:%d
+Fatal error: Uncaught EngineException: Using $this when not in object context in %sexception_016.php:%d
 Stack trace:
 #0 {main}
   thrown in %sexception_016.php on line %d
index 5a5cca7488b98a142911638790edd015338add27..261ce3d091d06c52ae9578f354c9b897ac3f3d2f 100644 (file)
@@ -33,7 +33,7 @@ Exception: Cannot call abstract method C::foo() in %sexception_017.php on line %
 Exception: Argument 1 passed to foo() must be callable, string given, called in %sexception_017.php on line %d
 Exception: Cannot call abstract method C::foo()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot call abstract method C::foo()' in %sexception_017.php:%d
+Fatal error: Uncaught EngineException: Cannot call abstract method C::foo() in %sexception_017.php:%d
 Stack trace:
 #0 {main}
   thrown in %sexception_017.php on line %d
index 7dfbb38fd189a49a82a781569cc0e4284c42cc06..5fd018f32c0e6760e0fc540cf49bd73b7db94532 100644 (file)
@@ -20,7 +20,7 @@ echo "Done\n";
 --EXPECTF--    
 string(12) "test thrown!"
 
-Fatal error: Uncaught exception 'Exception' in %sexception_handler_002.php:7
+Fatal error: Uncaught Exception in %sexception_handler_002.php:7
 Stack trace:
 #0 [internal function]: foo(Object(test))
 #1 {main}
index f15c3e27193cd5dc25e1fec6b4a13a282c053e92..c193c2f3126b3b18a3953df247d63841ff474cbf 100644 (file)
@@ -15,7 +15,7 @@ throw new MyException($msg);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'MyException' with message 'Message' in %s:%d
+Fatal error: Uncaught MyException: Message in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 4dff71a3bf8a48e2f583c64ae0045cc8ac168d76..f8b7ac297d854335d1fa8cbece3fa84ab779edfb 100644 (file)
@@ -20,13 +20,13 @@ unset($f1, $f2);
 gc_collect_cycles();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'foobar' in %sgc_030.php:%d
+Fatal error: Uncaught Exception: foobar in %sgc_030.php:%d
 Stack trace:
 #0 [internal function]: foo->__destruct()
 #1 %sgc_030.php(%d): gc_collect_cycles()
 #2 {main}
 
-Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
+Next Exception: foobar in %sgc_030.php:%d
 Stack trace:
 #0 [internal function]: foo->__destruct()
 #1 %sgc_030.php(%d): gc_collect_cycles()
index 180cbee9dd5f62c4c466b0f77ec073ac089645da..c696f6486d9f9a5a000faf16b3b285d17c4cf90e 100644 (file)
@@ -32,27 +32,27 @@ var_dump($gen->valid());
 --EXPECTF--
 int(0)
 catch in gen()
-exception 'Exception' with message '0' in %s:%d
+Exception: 0 in %s:%d
 Stack trace:
 #0 {main}
 int(1)
 catch in from()
-exception 'Exception' with message '1' in %s:%d
+Exception: 1 in %s:%d
 Stack trace:
 #0 {main}
 int(2)
 catch in gen()
-exception 'Exception' with message '2' in %s:%d
+Exception: 2 in %s:%d
 Stack trace:
 #0 {main}
 int(3)
 catch in from()
-exception 'Exception' with message '3' in %s:%d
+Exception: 3 in %s:%d
 Stack trace:
 #0 {main}
 int(4)
 catch in {main}
-exception 'Exception' with message '4' in %s:%d
+Exception: 4 in %s:%d
 Stack trace:
 #0 {main}
 bool(false)
index 439b1f5a6453e0e24564c2d6a5aa2244167f4ea9..a12eb0a80996fb5077f68506d511c26bc758a73f 100644 (file)
@@ -13,7 +13,7 @@ foreach(gen(new stdClass()) as $value)
 --EXPECTF--
 foo
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method stdClass::fatalError()' in %sbug63066.php:5
+Fatal error: Uncaught EngineException: Call to undefined method stdClass::fatalError() in %sbug63066.php:5
 Stack trace:
 #0 %s(%d): gen(Object(stdClass))
 #1 {main}
index 104462fd22c3f2fdd041869b0ca989b60ac3a630..8c838cbdd38e52d32d556f52221d0dd177190fe1 100644 (file)
@@ -17,7 +17,7 @@ foreach (testGenerator() as $i);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function foo()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined function foo() in %s:%d
 Stack trace:
 #0 [internal function]: autoload('SyntaxError')
 #1 %s(%d): spl_autoload_call('SyntaxError')
index cdf0453577139f5c6a28b5c89332b95e7cdcb915..e6720e70c1055b2766a65bf95a535f9c1b38b9ec 100644 (file)
@@ -12,7 +12,7 @@ clone $gen;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class Generator' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class Generator in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index a67a2f30c8dbfd502f81385c4206e374bf079bfe..4244e9a90dfc63c39d86ce64d4ce442b718708a0 100644 (file)
@@ -7,7 +7,7 @@ new Generator;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'The "Generator" class is reserved for internal use and cannot be manually instantiated' in %s:%d
+Fatal error: Uncaught EngineException: The "Generator" class is reserved for internal use and cannot be manually instantiated in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 7878369591d41dca7e29fed633330ff5c4f98fe7..4ea1b6505ca6fbee040c6fd97eeca4112ce50b15 100644 (file)
@@ -10,7 +10,7 @@ foreach ($gen as &$value) { }
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'You can only iterate a generator by-reference if it declared that it yields by-reference' in %s:%d
+Fatal error: Uncaught Exception: You can only iterate a generator by-reference if it declared that it yields by-reference in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index e31a2c49ae1ab6774a72d5cadaf17fa16cb4647f..48ad1e8df9691e565b004ad763758987b66f6fe8 100644 (file)
@@ -21,7 +21,7 @@ $gen->next();
 --EXPECTF--
 Exception: Cannot resume an already running generator
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot resume an already running generator' in %s:%d
+Fatal error: Uncaught EngineException: Cannot resume an already running generator in %s:%d
 Stack trace:
 #0 %s(%d): Generator->next()
 #1 [internal function]: gen()
index b5e77e50284a1d5017ba8893f1f521098dc6d96e..fc0647395d61c3349001133fde30889836389717 100644 (file)
@@ -27,7 +27,7 @@ try {
 
 ?>
 --EXPECTF--
-exception 'Exception' with message 'Serialization of 'Generator' is not allowed' in %s:%d
+Exception: Serialization of 'Generator' is not allowed in %s:%d
 Stack trace:
 #0 %s(%d): serialize(Object(Generator))
 #1 {main}
@@ -37,7 +37,7 @@ Warning: Erroneous data format for unserializing 'Generator' in %sserialize_unse
 
 Notice: unserialize(): Error at offset 19 of 20 bytes in %sserialize_unserialize_error.php on line %s
 bool(false)
-exception 'Exception' with message 'Unserialization of 'Generator' is not allowed' in %s:%d
+Exception: Unserialization of 'Generator' is not allowed in %s:%d
 Stack trace:
 #0 %s(%d): unserialize('C:9:"Generator"...')
 #1 {main}
index 83523b1baa2fd0d1041bc25419813e96c19df624..a9f56af041d2f4fe50739b2b78e795ade8f4b69e 100644 (file)
@@ -26,7 +26,7 @@ unset($gen);
 before yield
 before yield in finally
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot yield from finally in a force-closed generator' in %s:%d
+Fatal error: Uncaught EngineException: Cannot yield from finally in a force-closed generator in %s:%d
 Stack trace:
 #0 %s(%d): gen()
 #1 {main}
index 2013c3ee14a582c13d6548c5d488865027ceb969..6d7d4f5d152ebac755de3fbeb391a2f810524527 100644 (file)
@@ -17,7 +17,7 @@ foreach (foo(1, 5) as $x) {
 --EXPECTF--
 1
 
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 %s(%d): foo(1, 5)
 #1 {main}
index 0ead4501afbe38e5bd7108aac26602cefbb2a700..e191ea0dc1861474235ab4ce78ad0d904604a37f 100644 (file)
@@ -17,7 +17,7 @@ foreach (foo(1, 5) as $x) {
 --EXPECTF--
 1
 
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 %s(%d): foo(1, 5)
 #1 {main}
index f5452a711343abd7ef9a840f4b9cc376dd16c754..651f4d9e24031adb83545288b5a3d5e9fa13737e 100644 (file)
@@ -49,12 +49,12 @@ $gen->rewind();
 before yield
 after yield
 
-exception 'Exception' with message 'Cannot rewind a generator that was already run' in %s:%d
+Exception: Cannot rewind a generator that was already run in %s:%d
 Stack trace:
 #0 %s(%d): Generator->rewind()
 #1 {main}
 
-exception 'Exception' with message 'Cannot traverse an already closed generator' in %s:%d
+Exception: Cannot traverse an already closed generator in %s:%d
 Stack trace:
 #0 {main}
 
index dbf20c2ca1c65c38ccad0da9779875ca32e3d2ce..44a867404f925c3f223902ae64bbc65dc0f64495 100644 (file)
@@ -12,7 +12,7 @@ foreach (gen() as $value) { }
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'foo' in %s:%d
+Fatal error: Uncaught Exception: foo in %s:%d
 Stack trace:
 #0 %s(%d): gen()
 #1 {main}
index 5180caa328e47560d331ac28c3114ac8786ef780..2dc71815f0e10f2873d83879777a1e3ab949617e 100644 (file)
@@ -33,7 +33,7 @@ do {
 Generator 0
 int(1)
 Caught exception!
-exception 'Exception' in %s:%d
+Exception in %s:%d
 Stack trace:
 #0 %s(%d): from()
 #1 [internal function]: gen(Object(Generator))
@@ -41,7 +41,7 @@ Stack trace:
 #3 {main}
 Generator 1
 
-Fatal error: Uncaught exception 'ClosedGeneratorException' with message 'Generator yielded from aborted, no return value available' in %s:%d
+Fatal error: Uncaught ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
 Stack trace:
 #0 [internal function]: gen(Object(Generator))
 #1 %s(%d): Generator->current()
index e918e540ab967b22c1f6c3ee8cee3285dfdfb34f..bf639801e3dcdac826b991c32d77ca0e301b1825 100644 (file)
@@ -17,7 +17,7 @@ $gen->throw(new Exception('test'));
 --EXPECTF--
 bool(false)
 
-Fatal error: Uncaught exception 'Exception' with message 'test' in %s:%d
+Fatal error: Uncaught Exception: test in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index c5e9d81ebcc8070bed26107053fe4cebeebc4dce..9372ba84d593dbfa2699fd8f9d856fde7852d54b 100644 (file)
@@ -20,7 +20,7 @@ var_dump($gen->throw(new RuntimeException('Test')));
 ?>
 --EXPECTF--
 before yield
-exception 'RuntimeException' with message 'Test' in %s:%d
+RuntimeException: Test in %s:%d
 Stack trace:
 #0 {main}
 
index 4ff1464e7c58d56f44a4f48538679a457446d8f2..29f25252a8492050bfbbf37cfc3628d67450af8b 100644 (file)
@@ -12,7 +12,7 @@ $gen->throw(new stdClass);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Exceptions must be valid objects derived from the Exception base class' in %s:%d
+Fatal error: Uncaught EngineException: Exceptions must be valid objects derived from the Exception base class in %s:%d
 Stack trace:
 #0 [internal function]: gen()
 #1 %s(%d): Generator->throw(Object(stdClass))
index 65044ee3f304962d6ddd8cfd0f5c9084ba58b4b2..f9e3f78f48b9b9e007cd822fdf62103301fe8f1a 100644 (file)
@@ -20,12 +20,12 @@ var_dump($gen->throw(new RuntimeException('throw')));
 ?>
 --EXPECTF--
 before yield
-Caught: exception 'RuntimeException' with message 'throw' in %s:%d
+Caught: RuntimeException: throw in %s:%d
 Stack trace:
 #0 {main}
 
 
-Fatal error: Uncaught exception 'LogicException' with message 'new throw' in %s:%d
+Fatal error: Uncaught LogicException: new throw in %s:%d
 Stack trace:
 #0 [internal function]: gen()
 #1 %s(%d): Generator->throw(Object(RuntimeException))
index f06cff1b8ecf2f3a6a7926226daedb38e10f92a9..73f59094ca15b84fcfee7cdc32c67d4b27f0f99e 100644 (file)
@@ -13,7 +13,7 @@ var_dump($gen->throw(new RuntimeException('test')));
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'test' in %s:%d
+Fatal error: Uncaught RuntimeException: test in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 16fda983687e8c529e37c998a4b42a4dcb468030..2242542525d38937ce01bc11d0d60079190cfe5d 100644 (file)
@@ -11,7 +11,7 @@ function gen() {
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Impossible to yield from the Generator being currently run' in %s:%d
+Fatal error: Uncaught EngineException: Impossible to yield from the Generator being currently run in %s:%d
 Stack trace:
 #0 [internal function]: gen()
 #1 %s(%d): Generator->send(Object(Generator))
index b250a744df5699a33f1a78e3237f17fb9a737da1..ec423606c29ac59af719c5626de9f85d4d677c81 100644 (file)
@@ -62,7 +62,7 @@ int(11)
 int(12)
 int(13)
 int(14)
-exception 'Exception' in %s:%d
+Exception in %s:%d
 Stack trace:
 #0 %s(%d): from(5)
 #1 %s(%d): gen(Object(Generator), 1)
@@ -70,7 +70,7 @@ Stack trace:
 #3 [internal function]: gen(Object(Generator), 3)
 #4 %s(%d): Generator->next()
 #5 {main}
-exception 'ClosedGeneratorException' with message 'Generator yielded from aborted, no return value available' in %s:%d
+ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
 Stack trace:
 #0 [internal function]: gen(Object(Generator), 1)
 #1 %s(%d): Generator->current()
index 73bd1584ef4a1b64b7aa150ff9300f3c9c402fea..f9075496fb005aefb03d7e693d6180c075cce58c 100644 (file)
@@ -8,7 +8,7 @@ $arr();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'a' not found' in %s:%d
+Fatal error: Uncaught EngineException: Class 'a' not found in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 09c3e79e1a0ffe3d4f8cec8ae55e8a2454fb5ec5..24927931390a1d6fecb4076cd267c78bfbf3dd49 100644 (file)
@@ -8,7 +8,7 @@ $arr();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method stdClass::b()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method stdClass::b() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 8b3e9299dd405a1d32175a472c50c41946fba9ab..ec3df8f268a49a3c281d22bb92124093a62e8efc 100644 (file)
@@ -29,7 +29,7 @@ string(7) "testing"
 string(3) "foo"
 NULL
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method foo::www()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method foo::www() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index d82120e2522738c2a62c9882fd59dd3bb3a864c5..f03cf0a4040ba35c7e2518d8f6727cad77a89480 100644 (file)
@@ -44,7 +44,7 @@ NULL
 NULL
 ----
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type stdClass as array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use object of type stdClass as array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 1752b749d8991adf3da7a35a248bb1eec5eb8766..62de5c318c9ebe7a960df071e3a99f6359f89587 100644 (file)
@@ -9,7 +9,7 @@ var_dump($x, $y);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type Closure as array' in %slist_007.php:3
+Fatal error: Uncaught EngineException: Cannot use object of type Closure as array in %slist_007.php:3
 Stack trace:
 #0 {main}
   thrown in %slist_007.php on line 3
index 803de1cffa205e58720065d398c54674ea9190e0..892424519fc5927a9e71c9e3ef42e7bec0c3587e 100644 (file)
@@ -9,7 +9,7 @@ echo "Should not get here!\n";
 ?>
 --EXPECTF--
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function method() on null' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function method() on null in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d 
index 71ec3feb54817f11b68b519a5c4da72f4bb6a56f..4c00c9cc761643c0e54efd39385bb5e9db0b5296 100644 (file)
@@ -20,7 +20,7 @@ echo "Done\n";
 --EXPECTF--    
 Exception: Unsupported operand types
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 78899a4652948ddcab22af9af0b5d583e8ae10e5..7e1dafeaab86e5a73ee26728258c016c1834fd9d 100644 (file)
@@ -20,7 +20,7 @@ echo "Done\n";
 --EXPECTF--    
 Exception: Unsupported operand types
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index e7b63ea1ac20b1bb9ef5ca050de5a6b3baa02137..542251a6e06af34c5141eb300a7cd72bce31bc5a 100644 (file)
@@ -6,7 +6,7 @@ namespace test\ns1;
 
 echo get_class(new Exception()),"\n";
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'test\ns1\Exception' not found' in %sns_004.php:%d
+Fatal error: Uncaught EngineException: Class 'test\ns1\Exception' not found in %sns_004.php:%d
 Stack trace:
 #0 {main}
   thrown in %sns_004.php on line %d
\ No newline at end of file
index bb596901e3d52dc15c21778dcb7d25262fa8ff30..7e4d14ede623b49b5ded0c48a1bfbb553b1916ed 100644 (file)
@@ -32,7 +32,7 @@ Method - Foo\Foo::__construct
 Method - Foo\Foo::Bar
 Func   - Foo\Bar
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function Foo\Foo\Bar()' in %sns_026.php:%d
+Fatal error: Uncaught EngineException: Call to undefined function Foo\Foo\Bar() in %sns_026.php:%d
 Stack trace:
 #0 {main}
   thrown in %sns_026.php on line %d
\ No newline at end of file
index 5664eafdcb0fafb9e56e6c3ccf4518557d37b009..f40eb07c8d66522a1157acdd940b60d17b14b39a 100644 (file)
@@ -11,7 +11,7 @@ function foo() {
 --EXPECTF--
 ok
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method Exception::bar()' in %sns_038.php:7
+Fatal error: Uncaught EngineException: Call to undefined method Exception::bar() in %sns_038.php:7
 Stack trace:
 #0 {main}
   thrown in %sns_038.php on line 7
index aae2e7c12ba91244d51c3d3a732c571fb139db8d..006b113e2ef6e735d3919f2978236590743f73f6 100644 (file)
@@ -56,7 +56,7 @@ const ok
 class ok
 ok
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'Test\ns1\unknown'' in %sns_057.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'Test\ns1\unknown' in %sns_057.php:%d
 Stack trace:
 #0 {main}
   thrown in %sns_057.php on line %d
\ No newline at end of file
index b46c968ff4d68eee8294a53b1a57073247820290..77a4c7139197375963b258b7b79c77e97012bee6 100644 (file)
@@ -54,7 +54,7 @@ const ok
 class ok
 ok
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_058.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_058.php:%d
 Stack trace:
 #0 {main}
   thrown in %sns_058.php on line %d
index ac4e519b8aaf27088bff449e3246c2376e145f7b..53df5d8077375fae0a22454083ae74209bb28104 100644 (file)
@@ -22,7 +22,7 @@ array(1) {
   %s(7) "unknown"
 }
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_076.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_076.php:%d
 Stack trace:
 #0 {main}
   thrown in %sns_076.php on line %d
index ffe4a7d3a50319969b2f94143a7ff809bb8e827a..fdcf6cf95435544c84634cab283ea3f9c6f94afb 100644 (file)
@@ -10,7 +10,7 @@ function foo($a = array(0 => \unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo\foo()
 #1 {main}
index c8c1b96399307e9f42e838009343c56f77e42e6a..f64b80939f8650e74375340a73effad4ced20e0b 100644 (file)
@@ -10,7 +10,7 @@ function foo($a = array(\unknown => unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo\foo()
 #1 {main}
index ff53e793c28ffcdec7e0ffa5d207044610cd1f1b..05d1c91c47eb9ed2d612905630caec0be5b7054a 100644 (file)
@@ -10,7 +10,7 @@ function foo($a = array(namespace\unknown => unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'foo\unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'foo\unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo\foo()
 #1 {main}
index 4b7f06dc9ae9fff92e5b486ba2be0c2aa17fd6e5..ce30aeedccc066a965c4430687e25482bf675dd0 100644 (file)
@@ -10,7 +10,7 @@ function foo($a = array(0 => namespace\unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'foo\unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'foo\unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo\foo()
 #1 {main}
index ade0983e1ff98defd81607e78d773124600b131c..230d2acc6398ca3da15dcfdf0eb9cefa540376ae 100644 (file)
@@ -9,7 +9,7 @@ function foo($a = array(0 => \unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo()
 #1 {main}
index ade0983e1ff98defd81607e78d773124600b131c..230d2acc6398ca3da15dcfdf0eb9cefa540376ae 100644 (file)
@@ -9,7 +9,7 @@ function foo($a = array(0 => \unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo()
 #1 {main}
index 650eb07b63479ccdbb95f0e79482efc758d30c32..069d825073e4f9bd9ef9df155a3b4e6ef775d429 100644 (file)
@@ -9,7 +9,7 @@ function foo($a = array(0 => namespace\unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo()
 #1 {main}
index 34e955416404cf5d44aa9e94ab7a4abee48032c9..b271effecf688164c33dde307950387973043661 100644 (file)
@@ -9,7 +9,7 @@ function foo($a = array(namespace\unknown => unknown))
 
 foo();
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'unknown'' in %sns_077_%d.php:%d
+Fatal error: Uncaught EngineException: Undefined constant 'unknown' in %sns_077_%d.php:%d
 Stack trace:
 #0 %s(%d): foo()
 #1 {main}
index ef0f5dacf951c8ecac35e50d705d4c6741533320..1d063e65fbffc3a737dcce1c5732dd40cfef0b6b 100644 (file)
@@ -64,7 +64,7 @@ Foo\Bar\fiz
 Foo\Bar\biz
 Foo\Bar\buz
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function Foo\Bar\A()' in %sns_092.php:45
+Fatal error: Uncaught EngineException: Call to undefined function Foo\Bar\A() in %sns_092.php:45
 Stack trace:
 #0 {main}
   thrown in %sns_092.php on line 45
index c07de71b73e7a124fe9648872bc820e98fe9bed0..0f9f3daa13443effa4faae25847abf1fc1491768 100644 (file)
@@ -15,7 +15,7 @@ test()->test = 2;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property foo::$test' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access private property foo::$test in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index e2711bd4179d953f7773d43a06584ab78f7c7666..7f58696efb5b7f339bf97a04d6c906b6581efeda 100644 (file)
@@ -43,7 +43,7 @@ static - ok
 non-static - ok
 static - ok
 
-Fatal error: Uncaught exception 'EngineException' with message 'Method name must be a string' in %s:%d
+Fatal error: Uncaught EngineException: Method name must be a string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index e3bc411a468ce0789dec98f8e3787af8e9ab1da4..2ea8785658fd0b9fd52b2120da9dbba374cd3766 100644 (file)
@@ -10,7 +10,7 @@ try {
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Using $this when not in object context' in %s:%d
+Fatal error: Uncaught EngineException: Using $this when not in object context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 883785d75c60754f75b8e2d8b4380e871c7b52ef..b8a01af26060fc34209f3d11b3b9d6f1935778c4 100644 (file)
@@ -23,7 +23,7 @@ new foo;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: foo::$f' in %s:%d
+Fatal error: Uncaught EngineException: Access to undeclared static property: foo::$f in %s:%d
 Stack trace:
 #0 %s(%d): foo->__construct()
 #1 {main}
index 21e42cb2475065102782735c629a42b1394e072c..35db8528d026e2167e5c2fb3d8f45e5ca5f480e4 100644 (file)
@@ -23,7 +23,7 @@ new foo;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: bar::$f' in %s:%d
+Fatal error: Uncaught EngineException: Access to undeclared static property: bar::$f in %s:%d
 Stack trace:
 #0 %s(%d): foo->__construct()
 #1 {main}
index ab547c8cd172f8e75598c4bbd78f03af71f25938..b1d7fe444f07907742ea2c1dcf309b101a713c80 100644 (file)
@@ -10,7 +10,7 @@ echo "Done\n";
 --EXPECTF--    
 Warning: Illegal string offset 'x' in %soffset_assign.php on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use string offset as an array' in %soffset_assign.php:%d
+Fatal error: Uncaught EngineException: Cannot use string offset as an array in %soffset_assign.php:%d
 Stack trace:
 #0 {main}
   thrown in %soffset_assign.php on line %d
index 4b9d9329a2d815ac10803fd1a998a2d2a3c90d64..a4f970c63645825dfce6c5f9ccb559adc26a450b 100644 (file)
@@ -8,7 +8,7 @@ var_dump($object[1]);
 
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use object of type stdClass as array' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use object of type stdClass as array in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 8cef8619e3958158ac385dfa98fb425e9c67e520..f5ed6117567dc2f6aeb53f8a42ee59999f83262e 100644 (file)
@@ -17,7 +17,7 @@ class C {
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use "parent" when current class scope has no parent' in %s:5
+Fatal error: Uncaught EngineException: Cannot use "parent" when current class scope has no parent in %s:5
 Stack trace:
 #0 %s(%d): C->f()
 #1 {main}
index d43496b441c791b857464aa018b6a1906f8b646c..101de62dd763e6b0d3f92c4ed9ffb02fac95aa7a 100644 (file)
@@ -10,7 +10,7 @@ function test() : array {
 test();
 
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 %s(%d): test()
 #1 {main}
index 596a7c6eba80c5b4a5356bf27019fb3496bc151d..8e29980d67f5b72bfae6e15e7ce5105a4806befc 100644 (file)
@@ -6,7 +6,7 @@ $a = "aaa";
 $x = array(&$a[1]);\r
 ?>\r
 --EXPECTF--\r
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot create references to/from string offsets' in %sstr_offset_002.php:3
+Fatal error: Uncaught EngineException: Cannot create references to/from string offsets in %sstr_offset_002.php:3
 Stack trace:
 #0 {main}
   thrown in %sstr_offset_002.php on line 3\r
index bbfdaa7fa5532917f5c8a56a09a482fd574755c5..8a0e60f928b188250b62af9c69fdb30f04cc6c4c 100644 (file)
@@ -20,7 +20,7 @@ echo "Done\n";
 --EXPECTF--    
 Exception: Unsupported operand types
 
-Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d
+Fatal error: Uncaught EngineException: Unsupported operand types in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index f02eaa6540de7e5146af3ddb577831bf1a1e8495..eb85c5ed1783c8bc6bd0afbae8028a2e046989cd 100644 (file)
@@ -9,7 +9,7 @@ throw $e;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index ddc667693bb3f01920b63d3a260c312272763b36..88381ded5a2ae21640a94a224d5297eaf2335481 100644 (file)
@@ -9,7 +9,7 @@ $rc = new ReflectionClass('foo');
 $rc->newInstance();
 
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate trait foo' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate trait foo in %s:%d
 Stack trace:
 #0 %s(%d): ReflectionClass->newInstance()
 #1 {main}
index 094948c27342e26eef4dbf13ac091c36fd5d0c7c..7d0dfed1871b552fcd5b90d3a8b211bd7351b7dd 100644 (file)
@@ -23,7 +23,7 @@ T:m1
 T:m1
 T:m2
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method C1::a2()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method C1::a2() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 92ff6641741fbfadd3d73670ef86556bdbe3d5c6..85c65e48aeedb0a7eae6772442fc67851bf13edc 100644 (file)
@@ -10,7 +10,7 @@ new abc;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate trait abc' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate trait abc in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 8e631fd5cce6ee192e662ba1ae3f6d5e45222e3d..ba1055e16170148914dbfc50acd84add0ebf3f22 100644 (file)
@@ -16,7 +16,7 @@ var_dump($x->test());
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method bar::test() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected method bar::test() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 45164d550c520dc3565f56182e44f70c193722c4..34bfd38a583dc7fc1a6a2c13635ad3f54e195479 100644 (file)
@@ -20,7 +20,7 @@ $o->sayHello();
 
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method MyClass::sayHello() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected method MyClass::sayHello() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
\ No newline at end of file
index 14e4ba81980229df6cbcc0b8575065b8ad50bdb1..e3c099f74e98e2dc4d98323c6b980b62dd4d736b 100644 (file)
@@ -27,7 +27,7 @@ $o->sayHelloWorld();
 ?>
 --EXPECTF--    
 Hello World!Hello World!
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method MyClass::sayHelloWorld() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method MyClass::sayHelloWorld() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
\ No newline at end of file
index 0f740872c2acdbc076c39724d901ad86d0422805..33744d064c4c4157eb3c172ed944a1730692944a 100644 (file)
@@ -15,7 +15,7 @@ foo("finally");
 --EXPECTF--
 string(7) "finally"
 
-Fatal error: Uncaught exception 'Exception' with message 'ex' %s
+Fatal error: Uncaught Exception: ex %s
 Stack trace:
 #0 %stry_finally_001.php(%d): foo('finally')
 #1 {main}
index c1294911bd330c87d53bbab0058fbefb86b0ba1b..b0fee7c6d7d792dc23ade2244498650d5aafdf8c 100644 (file)
@@ -20,7 +20,7 @@ foo();
 ?>
 --EXPECTF--
 1234
-Fatal error: Uncaught exception 'Exception' with message 'ex' %s
+Fatal error: Uncaught Exception: ex %s
 Stack trace:
 #0 %stry_finally_003.php(%d): foo()
 #1 {main}
index 40978c17fb90be44ada3317ee9e7b40d814a505a..6db4be5d994b139b978fb426126d7c5adb995a1b 100644 (file)
@@ -10,7 +10,7 @@ var_dump(baz);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined constant 'foo\bar\baz'' in %s:%d
+Fatal error: Uncaught EngineException: Undefined constant 'foo\bar\baz' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 45fc32c4da1c566e8f171cd9e1a82247a9204de7..2b57524a0ae65f58c9c9119d87536b626de44d6c 100644 (file)
@@ -10,7 +10,7 @@ var_dump(baz());
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function foo\bar\baz()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined function foo\bar\baz() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 24551e00892160c823d166e4f3c87d73d81bfbb6..294e7e8697f44ed1f744e95448c1e7eaf38b30b4 100644 (file)
@@ -15,7 +15,7 @@ namespace foo {
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function bar\test()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined function bar\test() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 93b51a2570f72afda8146322f94075cfdd62e153..34760a24be64688395a5a7abda84184d41f70e75 100644 (file)
@@ -5,7 +5,7 @@ Method call on string literal
 "string"->length();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function length() on string' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function length() on string in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 9421d8edc5a991199da40ee6ff5f5282ac7168d3..adf96013009d2dbd17f1f5f8933154855b1dc02c 100644 (file)
@@ -8,7 +8,7 @@ $fn([0, 1][0]);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use temporary expression in write context' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use temporary expression in write context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 8bcb9198e7ea1d7391b6722087f1a98de23e1886..eaba8ad2c6ebf7b7e6e4207c311ef24cafc0c9e5 100644 (file)
@@ -8,7 +8,7 @@ $fn([0, 1]->prop);
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot use temporary expression in write context' in %s:%d
+Fatal error: Uncaught EngineException: Cannot use temporary expression in write context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 671c09cd608786200b1633878c817dd7646f9393..94a51cf1ef87ab0d64f3fc4b0e723acf48a2b33d 100644 (file)
@@ -653,13 +653,13 @@ ZEND_METHOD(exception, __toString)
                }
 
                if (message->len > 0) {
-                       str = zend_strpprintf(0, "exception '%s' with message '%s' in %s:" ZEND_LONG_FMT
+                       str = zend_strpprintf(0, "%s: %s in %s:" ZEND_LONG_FMT
                                        "\nStack trace:\n%s%s%s",
                                        Z_OBJCE_P(exception)->name->val, message->val, file->val, line,
                                        (Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) ? Z_STRVAL(trace) : "#0 {main}\n",
                                        prev_str->len ? "\n\nNext " : "", prev_str->val);
                } else {
-                       str = zend_strpprintf(0, "exception '%s' in %s:" ZEND_LONG_FMT
+                       str = zend_strpprintf(0, "%s in %s:" ZEND_LONG_FMT
                                        "\nStack trace:\n%s%s%s",
                                        Z_OBJCE_P(exception)->name->val, file->val, line,
                                        (Z_TYPE(trace) == IS_STRING && Z_STRLEN(trace)) ? Z_STRVAL(trace) : "#0 {main}\n",
index 43b272ad64a0179fba37f8d2d6af6dc489baa71f..d8eefb355d8e97b771fabc2d1c73e65c3a8c9bdc 100644 (file)
@@ -12,7 +12,7 @@ $data = 'a:2:{s:4:"file";O:8:"CURLFile":3:{s:4:"name";s:13:"testdata1.txt";s:4:"
 var_dump(unserialize($data));
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'Unserialization of CURLFile instances is not allowed' in %s
+Fatal error: Uncaught Exception: Unserialization of CURLFile instances is not allowed in %s
 Stack trace:
 #0 [internal function]: CURLFile->__wakeup()
 #1 %s
index 744ca26c87ff2617ad2f74ebe314a369237788e5..8acdc5d38602f18ce3214bbef6223fdbc355a0fe 100644 (file)
@@ -10,7 +10,7 @@ date.timezone=UTC
 new DatePeriod();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'DatePeriod::__construct(): This constructor accepts either (DateTimeInterface, DateInterval, int) OR (DateTimeInterface, DateInterval, DateTime) OR (string) as arguments.' in %s:%d
+Fatal error: Uncaught Exception: DatePeriod::__construct(): This constructor accepts either (DateTimeInterface, DateInterval, int) OR (DateTimeInterface, DateInterval, DateTime) OR (string) as arguments. in %s:%d
 Stack trace:
 #0 %s(%d): DatePeriod->__construct()
 #1 {main}
index 117d5de24e7dc286b9e4961c9ed8016c6bdf5080..4795f8176c9437c718c5b67cded149f263782ef9 100644 (file)
@@ -16,7 +16,7 @@ $root->appendChild($cdata);
 $cdata->deleteData(5, 1);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'DOMException' with message 'Index Size Error' in %s:%d
+Fatal error: Uncaught DOMException: Index Size Error in %s:%d
 Stack trace:
 #0 %s(%d): DOMCharacterData->deleteData(5, 1)
 #1 {main}
index c02c920849d148dbfc4ef51d426669ce9db764a8..7603a01741312d65bc9700be5382cbf7e1c2ada6 100644 (file)
@@ -12,7 +12,7 @@ $fragment->appendXML('<bait>crankbait</bait>');
 $document->appendChild($fragment);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'DOMException' with message 'No Modification Allowed Error' in %s:%d
+Fatal error: Uncaught DOMException: No Modification Allowed Error in %s:%d
 Stack trace:
 #0 %s(%d): DOMDocumentFragment->appendXML('<bait>crankbait...')
 #1 {main}
index 2ef17926aa45c16c13976b39123a20c861aa82bc..c1ec685b2ce74853b0b841458a553a2e6427d5f0 100644 (file)
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) .'/skipif.inc';
 DOMDocument::saveHTMLFile();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method DOMDocument::saveHTMLFile() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method DOMDocument::saveHTMLFile() cannot be called statically in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 1f7c95c6ae594e69f13cd2a212846090d09ca104..41d190c07269ee665a958d07039e2e9b7e356c3a 100644 (file)
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) .'/skipif.inc';
 DOMDocument::saveHTML(true);
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method DOMDocument::saveHTML() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method DOMDocument::saveHTML() cannot be called statically in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 0ef15691de801404687743575248ae513636b880..901d541bf3eb06a97a8a6dc7ff901dac122ec9fd 100644 (file)
@@ -12,7 +12,7 @@ require_once dirname(__FILE__) .'/skipif.inc';
 DOMDocument::validate();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method DOMDocument::validate() cannot be called statically' in %s:%d
+Fatal error: Uncaught EngineException: Non-static method DOMDocument::validate() cannot be called statically in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 37db1f7677386e496072e2be4eed9e17c907aa51..33f9a0ec819063b88cb2ca36002dda2a873eef16 100644 (file)
@@ -62,7 +62,7 @@ object(DOMException)#%d (%d) {
 }
 --- Don't catch exception with try/catch
 
-Fatal error: Uncaught exception 'DOMException' with message 'Hierarchy Request Error' in %sdom003.php:%d
+Fatal error: Uncaught DOMException: Hierarchy Request Error in %sdom003.php:%d
 Stack trace:
 #0 %sdom003.php(%d): DOMNode->appendChild(Object(DOMElement))
 #1 {main}
index 7fff3bfacfc4b2980ad155d730219a1f6c9b81f8..c2f062243830f7dd092a2d648d460e1ea5b9dc65 100644 (file)
@@ -37,7 +37,7 @@ myAttribute
 HELLO Attribute
 DOMAttr
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method DOMAttr::testit()' in %s:25
+Fatal error: Uncaught EngineException: Call to undefined method DOMAttr::testit() in %s:25
 Stack trace:
 #0 {main}
   thrown in %s on line 25
index a1e59ddf5da9452015911c12358d40e118e073a1..37303e583b6f644e96fa1f41333f0ca46d8ad946 100644 (file)
@@ -11,7 +11,7 @@ ini_set("intl.error_level", E_WARNING);
 new IntlBreakIterator();
 --EXPECTF--
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private IntlBreakIterator::__construct() from invalid context' in %s:%d
+Fatal error: Uncaught EngineException: Call to private IntlBreakIterator::__construct() from invalid context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 263023ffac66a66858cdccb13a548960c6b30a19..b7adf7f87323b4d27f581681ce819b9730110539 100644 (file)
@@ -12,7 +12,7 @@ ini_set('intl.error_level', E_WARNING);
 $x = new IntlDateFormatter('en', 1, 1);
 var_dump($x->__construct('en', 1, 1));
 --EXPECTF--
-Fatal error: Uncaught exception 'IntlException' with message 'IntlDateFormatter::__construct(): datefmt_create: cannot call constructor twice' in %sbug62081.php:4
+Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call constructor twice in %sbug62081.php:4
 Stack trace:
 #0 %sbug62081.php(4): IntlDateFormatter->__construct('en', 1, 1)
 #1 {main}
index 13dde0f370417dcb5aa2f53e6d4f151bc0031608..275dba1c302ca7d6f69fb5b2737b8a3eaf530bdd 100644 (file)
@@ -41,7 +41,7 @@ string(44) "Sunday, January 1, 2012 5:12:00 AM GMT+05:12"
 string(44) "Sunday, January 1, 2012 5:12:00 AM GMT+05:12"
 string(42) "Sunday, Tevet 6, 5772 5:12:00 AM GMT+05:12"
 
-Fatal error: Uncaught exception 'IntlException' with message 'IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object' in %sdateformat_calendars.php:%d
+Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars.php:%d
 Stack trace:
 #0 %sdateformat_calendars.php(%d): IntlDateFormatter->__construct('en_US@calendar=...', 0, 0, 'GMT+05:12', -1)
 #1 {main}
index 11a5026da0e667cf79214fca521295757eb73ec5..fe4493aa7fe720a7c7478f389e6dbf9f968526e6 100644 (file)
@@ -42,7 +42,7 @@ string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
 string(47) "Sunday, January 1, 2012 at 5:12:00 AM GMT+05:12"
 string(48) "Sunday, Tevet 6, 5772 AM at 5:12:00 AM GMT+05:12"
 
-Fatal error: Uncaught exception 'IntlException' with message 'IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object' in %sdateformat_calendars_variant2.php:27
+Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: invalid value for calendar type; it must be one of IntlDateFormatter::TRADITIONAL (locale's default calendar) or IntlDateFormatter::GREGORIAN. Alternatively, it can be an IntlCalendar object in %sdateformat_calendars_variant2.php:27
 Stack trace:
 #0 %sdateformat_calendars_variant2.php(27): IntlDateFormatter->__construct('en_US@calendar=...', 0, 0, 'GMT+05:12', -1)
 #1 {main}
index 7fe2f61d514c8fec08a335d9bcadf5910f7506e3..b0a45bceafe5f04cdebc09896498096d6ac09732 100644 (file)
@@ -29,7 +29,7 @@ bool(false)
 Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: could not convert time zone id to UTF-16 in %s on line %d
 bool(false)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot pass parameter 2 by reference' in %s:%d
+Fatal error: Uncaught EngineException: Cannot pass parameter 2 by reference in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index dbb3b7218c613088d00a474fb8567cbe33ae4604..ff9518f220b2baf1d6f8f2d82ff6b1faa7e6b23a 100644 (file)
@@ -26,7 +26,7 @@ $DB->query_single('SELECT DATE()');
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function fetch_row() on boolean' in %sbug33491.php:%d
+Fatal error: Uncaught EngineException: Call to a member function fetch_row() on boolean in %sbug33491.php:%d
 Stack trace:
 #0 %s(%d): DB->query_single('SELECT DATE()')
 #1 {main}
index f1efa56b301733a8feaab79071aaf9e0a8afa888..7158cec30a1625b60a43ef08212b54aaf01aef88 100644 (file)
@@ -17,7 +17,7 @@ $DB = new DB();
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private DB::__construct() from invalid context' in %s:%d
+Fatal error: Uncaught EngineException: Call to private DB::__construct() from invalid context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index fe3a91af63133e658346e4c808cebcf1044e970a..316e351dc45ae0a05e018ee92269fe09578dd36e 100644 (file)
@@ -10,7 +10,7 @@ Trying to clone mysqli_driver object
        print "done!";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class mysqli_driver' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class mysqli_driver in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
\ No newline at end of file
index d0786f9e1a90a8896fd67eed85ec09f98d462202..52941ad6b1f95a5c1029088465e09c2a4939fbb1 100644 (file)
@@ -62,7 +62,7 @@ Exception: Class mysqli_fetch_object_test does not have a constructor hence you
 
 Fatal error with PHP (but no exception!):
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method mysqli_fetch_object_test::mysqli_fetch_object_test()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method mysqli_fetch_object_test::mysqli_fetch_object_test() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 0b400396c7d4ab58df89d8e86a8ef73785845c92..d409ba3bbfcb52e14737bf4545c6a8f1b2ebbd99 100644 (file)
@@ -21,7 +21,7 @@ require_once('skipifconnectfailure.inc');
        print "done!";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class mysqli_result' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class mysqli_result in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
\ No newline at end of file
index efec3dbc085a6c9882a6851a08de6de5197a8958..b2d7dead7a02d9aab12dfac5706fefc1dfcebb28 100644 (file)
@@ -22,7 +22,7 @@ require_once('skipifconnectfailure.inc');
        print "done!";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class mysqli_stmt' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class mysqli_stmt in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
\ No newline at end of file
index 7b54fe5e81844ca919c08e622757c5708de01b27..2ce91584aabedcd5eae739279666ac392d1d9315 100644 (file)
@@ -20,7 +20,7 @@ require_once('skipifconnectfailure.inc');
        print "done!";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class mysqli' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class mysqli in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
\ No newline at end of file
index f6f2749cc0d779e5b0eb82a14efd97c8eead5c73..12a5e00d1101f5cfdb9ccba5eb53264c32698fb9 100644 (file)
@@ -34,7 +34,7 @@ this is a protected method.
 this is a private method.
 foo
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method test::isProtected() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected method test::isProtected() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 4170cec88ce998147b9d139debf2ed9f96defe69..5083b847080ecd62a6b4e585aba15df8395a2246 100644 (file)
@@ -110,7 +110,7 @@ object(Test)#%d (3) {
 }
 ===FAIL===
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property Fail::$id' in %spdo_025.php:%d
+Fatal error: Uncaught EngineException: Cannot access protected property Fail::$id in %spdo_025.php:%d
 Stack trace:
 #0 {main}
   thrown in %spdo_025.php on line %d
index a9fdc9315d9dbe7f15560d4ab1ce07fb112e4b9a..61f0e49a1c1dc19f5d6d4d45e3ee33887cfb4d18 100644 (file)
@@ -20,7 +20,7 @@ object(PDOStatement)#%d (1) {
   NULL
 }
 
-Fatal error: Uncaught exception 'PDOException' with message 'You may not create a PDORow manually' in %spdo_036.php:8
+Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdo_036.php:8
 Stack trace:
 #0 [internal function]: PDORow->__construct()
 #1 %spdo_036.php(8): ReflectionClass->newInstance()
index 2880a1b38a85eaaf37aa2f559b40a01892e23688..3d9bc59dd07e3680bdca4d96d6f98491cf719a7b 100644 (file)
@@ -16,7 +16,7 @@ var_dump($obj->foo());
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method MyStatement::foo()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method MyStatement::foo() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 727f60f2c7d3fd94c319b6321374091924dce56e..7cd11988389dd91ccaaf480da2b7b524f352a6e8 100644 (file)
@@ -9,7 +9,7 @@ new PDORow;
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'PDOException' with message 'You may not create a PDORow manually' in %spdorow.php:3
+Fatal error: Uncaught PDOException: You may not create a PDORow manually in %spdorow.php:3
 Stack trace:
 #0 %spdorow.php(3): PDORow->__construct()
 #1 {main}
index 20a73ce7030608f264263850600574710cc60adb..241c3f84e85510d6e025bf88f626f5bb99f98601 100644 (file)
@@ -17,7 +17,7 @@ $stmt = $db->prepare("SELECT 1");
 $stmt->bindParam(':a', 'b');
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot pass parameter 2 by reference' in %sbug_37445.php:%d
+Fatal error: Uncaught EngineException: Cannot pass parameter 2 by reference in %sbug_37445.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug_37445.php on line %d
index aee3e901a018627d1f84d7cb76d35c4c6886b415..b31ad352b48e62c2aae9e81d9fa3888133e7fde9 100644 (file)
@@ -152,7 +152,7 @@ array(1) {
   }
 }
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate abstract class mystatement6' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate abstract class mystatement6 in %s:%d
 Stack trace:
 #0 %s(%d): PDO->query('SELECT id, labe...')
 #1 {main}
index 05f7de80e91ae0fe55d0a8f21cb61a2ab345a34b..207672334451f49743ec0110d35313b9843ca0bd 100644 (file)
@@ -93,7 +93,7 @@ array(1) {
 
 Warning: PDO::prepare(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function execute() on boolean' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function execute() on boolean in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index d0201a1a76d39a990f8d5af6d731c23d06010e67..66ee0eedc913294bfc55270bf01929e737a9242f 100644 (file)
@@ -36,7 +36,7 @@ Warning: PDO::prepare(): SQLSTATE[HY093]: Invalid parameter number: mixed named
 
 Warning: PDO::prepare(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function execute() on boolean' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function execute() on boolean in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 61a9702d528e0cd3b37677ac702189eba3482f5f..06a6a418f9e94fa16a80edb0df00d2fea353e6ae 100644 (file)
@@ -56,7 +56,7 @@ Testing native PS...
 
 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesnotexist' doesn't exist in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function execute() on boolean' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function execute() on boolean in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 0c2e75d2be2ca8264028735b1c29a41820de0e42..1caa875a324cbf4888579db6e8878a843de179e6 100644 (file)
@@ -99,7 +99,7 @@ Native Prepared Statements...
 
 Warning: PDO::query(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near '%SSELECT label FROM test ORDER BY id ASC LIMIT 1' at line %d in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function errorInfo() on boolean' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function errorInfo() on boolean in %s:%d
 Stack trace:
 #0 %s(%d): mysql_stmt_multiquery_wrong_usage(Object(PDO))
 #1 {main}
index 7700e9b6f804d55a8ee1ad4c313d0aa10c521634..a59ddadd43e5a16f7f4db0b3915e8817875c1961 100644 (file)
@@ -27,7 +27,7 @@ new phardata('0000000000000000000');
 %string|unicode%(%d) "%smytest"
 %string|unicode%(%d) "%smytest"
 
-Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Cannot create phar '0000000000000000000', file extension (or combination) not recognised or the directory does not exist' in %sbug46032.php:%d
+Fatal error: Uncaught UnexpectedValueException: Cannot create phar '0000000000000000000', file extension (or combination) not recognised or the directory does not exist in %sbug46032.php:%d
 Stack trace:
 #0 %sbug46032.php(%d): PharData->__construct('000000000000000...')
 #1 {main}
index 03c87e34caf5952c31abf6a83ef6a40262271d98..3e995e03c08bb5805baca28e3b65ba87dc85ce60 100644 (file)
@@ -14,7 +14,7 @@ $r = new Phar($fname, 0);
 
 ==DONE==
 --EXPECTF--
-exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s%ebug69441.phar"' in %s%ebug69441.php:%d
+UnexpectedValueException: phar error: corrupted central directory entry, no magic signature in zip-based phar "%s%ebug69441.phar" in %s%ebug69441.php:%d
 Stack trace:
 #0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
 #1 {main}
index 4a2a37f00a7ef553fac096d76ec0060a791836ba..12b437639a8cf3fd05d397381744f5072d86fc6e 100644 (file)
@@ -14,7 +14,7 @@ $r = new Phar($fname, 0);
 
 ==DONE==
 --EXPECTF--
-exception 'UnexpectedValueException' with message 'phar error: "%s/bug69453.tar.phar" is a corrupted tar file (checksum mismatch of file "")' in %s:%d
+UnexpectedValueException: phar error: "%s/bug69453.tar.phar" is a corrupted tar file (checksum mismatch of file "") in %s:%d
 Stack trace:
 #0 %s/bug69453.php(%d): Phar->__construct('%s', 0)
 #1 {main}
index 25b147e19402b577d5dd24a25310c426decb8e65..f5e4e2269fb5ae91d1ce8fc3aee40e124b8b71bb 100644 (file)
@@ -15,7 +15,7 @@ files/frontcontroller5.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Key of MIME type overrides array must be a file extension, was "0"' in %sfrontcontroller11.php:2
+Fatal error: Uncaught PharException: Key of MIME type overrides array must be a file extension, was "0" in %sfrontcontroller11.php:2
 Stack trace:
 #0 %sfrontcontroller11.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index cfc7d0e43a0dd90290537d045c824c1460d6263b..6d798f9f8a2494c620440da933ed18b6d45c6332 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller6.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller12.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller12.php:2
 Stack trace:
 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index e6c9dee4aec634198d5cef48532354eb39fc8a81..c81d0cfbd97f31f2c29dcb07a19596e1cc9844c8 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller7.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller13.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller13.php:2
 Stack trace:
 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 5e94bf6ff5ec027ceaad52347ff651cbbcbb844d..77c0303d0c5aeb85fe38f25f4c30b619983df801 100644 (file)
@@ -11,7 +11,7 @@ PATH_INFO=/fronk.gronk
 --FILE_EXTERNAL--
 files/frontcontroller9.phar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller18.php:2
+Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller18.php:2
 Stack trace:
 #0 %sfrontcontroller18.php(2): Phar::mungServer(Array)
 #1 {main}
index bed0b1df31ce5c6b828371f6978a9264a06123e0..548c6db4790093c60ef3b8fda4a16993317dafe3 100644 (file)
@@ -11,7 +11,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller10.phar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller19.php:2
+Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller19.php:2
 Stack trace:
 #0 %sfrontcontroller19.php(2): Phar::mungServer(Array)
 #1 {main}
index bf333c773cf85adee10f98b47d3fd6a1e4c4d1a4..68591c962a3c23716b10e83de5995764827c3f07 100644 (file)
@@ -11,7 +11,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller11.phar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller20.php:2
+Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller20.php:2
 Stack trace:
 #0 %sfrontcontroller20.php(2): Phar::mungServer(Array)
 #1 {main}
index 4cfcd6489f5993269a34add276e09cb56405cd8b..39c27fcdd74eb99d39b510767b1b3655f805e4c9 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller8.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function oopsie_daisy()' in phar://%sfatalerror.phps:1
+Fatal error: Uncaught EngineException: Call to undefined function oopsie_daisy() in phar://%sfatalerror.phps:1
 Stack trace:
 #0 [internal function]: unknown()
 #1 %s(%d): Phar::webPhar('whatever', 'index.php', '404.php', Array)
index 1e6f1a00ffc03689ebd7796a6010abb61fc06a90..aa20e19e97b0be2c8c5eb8d505e8d7e9aab41b4b 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller5.phar
 --EXPECTHEADERS--
 Content-type: text/html
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Key of MIME type overrides array must be a file extension, was "0"' in %sfrontcontroller11.php:2
+Fatal error: Uncaught PharException: Key of MIME type overrides array must be a file extension, was "0" in %sfrontcontroller11.php:2
 Stack trace:
 #0 %sfrontcontroller11.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 956ea1c050be0d55424b14a7dcddfbb8d4da456f..bad71d0ac5b29a8017fdcab60700867f53d1cdf1 100644 (file)
@@ -13,7 +13,7 @@ files/frontcontroller6.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller12.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller12.php:2
 Stack trace:
 #0 %sfrontcontroller12.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 717e56996fa84d1b3b76f520c5e2b318b26d40c8..7d018a141a038542f0441a33d899c2fbf8b3a367 100644 (file)
@@ -13,7 +13,7 @@ files/frontcontroller7.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller13.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller13.php:2
 Stack trace:
 #0 %sfrontcontroller13.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 19aea455639c3e51a289d66ebc7915c01ebb4368..d01886e6b0a19ba9f75dd065f3eaf7b305747dc5 100644 (file)
@@ -9,7 +9,7 @@ PATH_INFO=/fronk.gronk
 --FILE_EXTERNAL--
 files/frontcontroller9.phar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller18.php:2
+Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller18.php:2
 Stack trace:
 #0 %sfrontcontroller18.php(2): Phar::mungServer(Array)
 #1 {main}
index 9adafa2b30df82f421e8fe99ee948f287f114fc5..e577ecb6a4d124c16afd8bbf7c1769c67eeb1c00 100644 (file)
@@ -9,7 +9,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller10.phar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller19.php:2
+Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller19.php:2
 Stack trace:
 #0 %sfrontcontroller19.php(2): Phar::mungServer(Array)
 #1 {main}
index 45e2bfc25eeb3c9bb9ff895a523094b619da7bef..e67ec06a5c1bdab95ed9cf86488883cb64706680 100644 (file)
@@ -9,7 +9,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller11.phar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller20.php:2
+Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller20.php:2
 Stack trace:
 #0 %sfrontcontroller20.php(2): Phar::mungServer(Array)
 #1 {main}
index b5f572d49cd5bc30010c4eed79fb5b5ef4d8c1d4..5369a6084562b7f68e9df5c27b2fbb4f21ea270a 100644 (file)
@@ -13,7 +13,7 @@ files/frontcontroller8.phar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function oopsie_daisy()' in phar://%sfatalerror.phps:1
+Fatal error: Uncaught EngineException: Call to undefined function oopsie_daisy() in phar://%sfatalerror.phps:1
 Stack trace:
 #0 [internal function]: unknown()
 #1 %s(%d): Phar::webPhar('whatever', 'index.php', '404.php', Array)
index 2b0d15b60394efe4ef74db92b7e4fc86320be2b0..4b8c29dd1bdb6e3893fc498d3c172b6a96f83e4e 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller5.phar.tar
 --EXPECTHEADERS--
 Content-type: text/html
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Key of MIME type overrides array must be a file extension, was "0"' in %sfrontcontroller11.phar.php:2
+Fatal error: Uncaught PharException: Key of MIME type overrides array must be a file extension, was "0" in %sfrontcontroller11.phar.php:2
 Stack trace:
 #0 %sfrontcontroller11.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 2086856cf31f663e81bdf1c631c2662db96a194d..53804e476a638c5063e17569f49d0c5b9cb1b26b 100644 (file)
@@ -13,7 +13,7 @@ files/frontcontroller6.phar.tar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller12.phar.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller12.phar.php:2
 Stack trace:
 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index ce7620a198d6b7ad731c18b80b31aad0689427b1..7fc0676aeaf2cca1f2efabcbb50c11983474b4fb 100644 (file)
@@ -13,7 +13,7 @@ files/frontcontroller7.phar.tar
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller13.phar.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller13.phar.php:2
 Stack trace:
 #0 %sfrontcontroller13.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index c52ce291c72ee38b92c5e6eda43f26a1a53a75f3..1dddcef069bfd4739323db749487de876fe7893d 100644 (file)
@@ -9,7 +9,7 @@ PATH_INFO=/fronk.gronk
 --FILE_EXTERNAL--
 files/frontcontroller9.phar.tar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller18.phar.php:2
+Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller18.phar.php:2
 Stack trace:
 #0 %sfrontcontroller18.phar.php(2): Phar::mungServer(Array)
 #1 {main}
index 6b07438787ca4d7c8866039116928d1ca8f7ab55..21a173f9bef969e1b9c1c9491be2b3ab37a0c80e 100644 (file)
@@ -9,7 +9,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller10.phar.tar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller19.phar.php:2
+Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller19.phar.php:2
 Stack trace:
 #0 %sfrontcontroller19.phar.php(2): Phar::mungServer(Array)
 #1 {main}
index 3cc470d41bad4211aee53406e3878c220ef4ad0f..b88903eb53ed65b44482b057d7cbb1abbebc1376 100644 (file)
@@ -9,7 +9,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller11.phar.tar
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller20.phar.php:2
+Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller20.phar.php:2
 Stack trace:
 #0 %sfrontcontroller20.phar.php(2): Phar::mungServer(Array)
 #1 {main}
index e4900cd3a5f530d70f032d8e63fad2933378ee37..c0c555a1a481815cccbe374cf25daafbf3a122b5 100644 (file)
@@ -15,7 +15,7 @@ files/frontcontroller5.phar.zip
 --EXPECTHEADERS--
 Content-type: text/html
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Key of MIME type overrides array must be a file extension, was "0"' in %sfrontcontroller11.phar.php:2
+Fatal error: Uncaught PharException: Key of MIME type overrides array must be a file extension, was "0" in %sfrontcontroller11.phar.php:2
 Stack trace:
 #0 %sfrontcontroller11.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 504d03717735f470ce51091c7d69c6dd9999b62d..a74a0d5d32a07e226c90ace323abdea49fa83821 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller6.phar.zip
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller12.phar.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used, only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller12.phar.php:2
 Stack trace:
 #0 %sfrontcontroller12.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index 4b9e910a2544b86d6e22f09d4562445b9d17ab32..4ed1dc867069aeff3084f72be559c4c160852630 100644 (file)
@@ -14,7 +14,7 @@ files/frontcontroller7.phar.zip
 --EXPECTHEADERS--
 Content-type: text/html; charset=UTF-8
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed' in %sfrontcontroller13.phar.php:2
+Fatal error: Uncaught PharException: Unknown mime type specifier used (not a string or int), only Phar::PHP, Phar::PHPS and a mime type string are allowed in %sfrontcontroller13.phar.php:2
 Stack trace:
 #0 %sfrontcontroller13.phar.php(2): Phar::webPhar('whatever', 'index.php', '', Array)
 #1 {main}
index dbd09cab1551e39949b5a8e14f2bdcc848dfb2e3..3d01527122729e81d1619c2cc7b61f4663395fec 100644 (file)
@@ -10,7 +10,7 @@ PATH_INFO=/fronk.gronk
 --FILE_EXTERNAL--
 files/frontcontroller9.phar.zip
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller18.phar.php:2
+Fatal error: Uncaught PharException: No values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller18.phar.php:2
 Stack trace:
 #0 %sfrontcontroller18.phar.php(2): Phar::mungServer(Array)
 #1 {main}
index 0eb87bfa60a8469c9ebf3a48cd1bb7f01950b294..db66ea48b0a92bd25d2048da7cb68c1a039d37f3 100644 (file)
@@ -10,7 +10,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller10.phar.zip
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller19.phar.php:2
+Fatal error: Uncaught PharException: Too many values passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller19.phar.php:2
 Stack trace:
 #0 %sfrontcontroller19.phar.php(2): Phar::mungServer(Array)
 #1 {main}
index b1caf52da8ef51016c37d6194de04d2fd7580fc3..3bab3bfd80c9869b752b309cc55a1a913c1bacc1 100644 (file)
@@ -10,7 +10,7 @@ PATH_INFO=/
 --FILE_EXTERNAL--
 files/frontcontroller11.phar.zip
 --EXPECTF--
-Fatal error: Uncaught exception 'PharException' with message 'Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller20.phar.php:2
+Fatal error: Uncaught PharException: Non-string value passed to Phar::mungServer(), expecting an array of any of these strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME in %sfrontcontroller20.phar.php:2
 Stack trace:
 #0 %sfrontcontroller20.phar.php(2): Phar::mungServer(Array)
 #1 {main}
index a2eedf7c546cbe773190d914a2b226f3e94451d0..0d1ef20ad73cd72c8e91fc0a77a90cf0e29815d0 100644 (file)
@@ -12,7 +12,7 @@ if (!extension_loaded('reflection)) print 'skip';
 $rc = new ReflectionClass("stdClass");
 $rc2 = clone($rc);
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class ReflectionClass' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class ReflectionClass in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 4bffdf8473f892180a76b3ce585cd70b82e00efe..e475688b6d06bf58ba6b2c6f83ce9d58a8ab6d8f 100644 (file)
@@ -5,7 +5,7 @@ ReflectionClass::getName - forbid static invocation
 ReflectionClass::getName();
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method ReflectionClass::getName() cannot be called statically' in %s:2
+Fatal error: Uncaught EngineException: Non-static method ReflectionClass::getName() cannot be called statically in %s:2
 Stack trace:
 #0 {main}
   thrown in %s on line 2
index 8bb62d95f1d2cd062e9edfcf5dbedf5eff5fcfc4..02f7595cb42a2c7a77907df20cda4f9266793080 100644 (file)
@@ -54,7 +54,7 @@ try {
 Retrieving static values from A:
 string(13) "default value"
 
-Fatal error: Uncaught exception 'ReflectionException' with message 'Class A does not have a property named ' in %sReflectionClass_getStaticPropertyValue_001_2_4.php:%d
+Fatal error: Uncaught ReflectionException: Class A does not have a property named  in %sReflectionClass_getStaticPropertyValue_001_2_4.php:%d
 Stack trace:
 #0 %sReflectionClass_getStaticPropertyValue_001_2_4.php(%d): ReflectionClass->getStaticPropertyValue('\x00A\x00privateOverr...')
 #1 {main}
index c47859e428956f93414d0c48864b7aa4ffc5b5b1..e261855088a8b0323fd2e23d3c4a58f8ab266b99 100644 (file)
@@ -68,7 +68,7 @@ Internal class - XMLWriter
 bool(false)
 bool(false)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class XMLWriter' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class XMLWriter in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index d83f9acce0ca7ad3f12fe66053c03f9488f78bdc..47dba9b6ec4ab3fee21b9d41d3aa6cb45430aa57 100644 (file)
@@ -86,7 +86,7 @@ NULL
 
 Test static invocation:
 
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method ReflectionClass::isIterateable() cannot be called statically' in %s:43
+Fatal error: Uncaught EngineException: Non-static method ReflectionClass::isIterateable() cannot be called statically in %s:43
 Stack trace:
 #0 {main}
   thrown in %s on line 43
\ No newline at end of file
index 2fabd023e64ad191c250ddebb9d34c2b697e32fd..bb4f96818aa51b972cc142ede5409cf6a211b796 100644 (file)
@@ -9,7 +9,7 @@ var_dump($rc->isSubclassOf('X'));
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:5
+Fatal error: Uncaught ReflectionException: Class X does not exist in %s:5
 Stack trace:
 #0 %s(5): ReflectionClass->isSubclassOf('X')
 #1 {main}
index dfe3e7f8f7cd8418f05569eb3f085d294b16987e..334efc3a5051a18cf0b1fa84cb062e75fc8e2754 100644 (file)
@@ -31,7 +31,7 @@ object(stdClass)#%d (0) {
 object(DateTime)#%d (0) {
 }
 
-Fatal error: Uncaught exception 'ReflectionException' with message 'Class Generator is an internal class marked as final that cannot be instantiated without invoking its constructor' in %sReflectionClass_newInstanceWithoutConstructor.php:%d
+Fatal error: Uncaught ReflectionException: Class Generator is an internal class marked as final that cannot be instantiated without invoking its constructor in %sReflectionClass_newInstanceWithoutConstructor.php:%d
 Stack trace:
 #0 %sReflectionClass_newInstanceWithoutConstructor.php(%d): ReflectionClass->newInstanceWithoutConstructor()
 #1 {main}
index dc13bf562ddb118637fffd97ce26df22d325e409..6720d2daa218aaab01aef6f057badc7eb4c1dc41 100644 (file)
@@ -54,7 +54,7 @@ try {
 --EXPECTF--
 Set static values in A:
 
-Fatal error: Uncaught exception 'ReflectionException' with message 'Class A does not have a property named ' in %sReflectionClass_setStaticPropertyValue_001_2_4.php:%d
+Fatal error: Uncaught ReflectionException: Class A does not have a property named  in %sReflectionClass_setStaticPropertyValue_001_2_4.php:%d
 Stack trace:
 #0 %sReflectionClass_setStaticPropertyValue_001_2_4.php(%d): ReflectionClass->setStaticPropertyValue('\x00A\x00privateOverr...', 'new value 1')
 #1 {main}
index 70528255e79469ebb8e222132f1cbcce8913c114..f7beea67a6d3c11b6d65e0e72963ecd4b54c7898 100644 (file)
@@ -65,37 +65,37 @@ try {
 ?>
 --EXPECTF--
 Wrong type of argument (bool):
-exception 'ReflectionException' with message 'Invalid method name 1' in %s
+ReflectionException: Invalid method name 1 in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct('1')
 #1 {main}
 Wrong type of argument (int):
-exception 'ReflectionException' with message 'Invalid method name 3' in %s
+ReflectionException: Invalid method name 3 in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct('3')
 #1 {main}
 Wrong type of argument (bool, string):
-exception 'ReflectionException' with message 'The parameter class is expected to be either a string or an object' in %s
+ReflectionException: The parameter class is expected to be either a string or an object in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct(true, 'foo')
 #1 {main}
 Wrong type of argument (string, bool):
-exception 'ReflectionException' with message 'Method TestClass::1() does not exist' in %s
+ReflectionException: Method TestClass::1() does not exist in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct('TestClass', '1')
 #1 {main}
 No method given:
-exception 'ReflectionException' with message 'Invalid method name TestClass' in %s
+ReflectionException: Invalid method name TestClass in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct('TestClass')
 #1 {main}
 Class and Method in same string, bad method name:
-exception 'ReflectionException' with message 'Method TestClass::foop::dedoop() does not exist' in %s
+ReflectionException: Method TestClass::foop::dedoop() does not exist in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct('TestClass::foop...')
 #1 {main}
 Class and Method in same string, bad class name:
-exception 'ReflectionException' with message 'Class TestCla does not exist' in %s
+ReflectionException: Class TestCla does not exist in %s
 Stack trace:
 #0 %s ReflectionMethod->__construct('TestCla::foo')
 #1 {main}
index c846e274229af2f977c3275bda2bcabd48772c0a..32132f52e88b9e85ef09b35b77140557ae35e5ad 100644 (file)
@@ -5,7 +5,7 @@ ReflectionObject::getName - forbid static invocation
 ReflectionObject::getName();
 ?> 
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method ReflectionClass::getName() cannot be called statically' in %s:2
+Fatal error: Uncaught EngineException: Non-static method ReflectionClass::getName() cannot be called statically in %s:2
 Stack trace:
 #0 {main}
   thrown in %s on line 2
index 9387b7dcb330f7662cb3b603990aa551fe9ccf0f..11994ed7057cf58f9f5700c79906cdcf6b34f82f 100644 (file)
@@ -17,7 +17,7 @@ NULL
 Warning: ReflectionClass::isSubclassOf() expects exactly 1 parameter, 2 given in %s on line 6
 NULL
 
-Fatal error: Uncaught exception 'ReflectionException' with message 'Class X does not exist' in %s:7
+Fatal error: Uncaught ReflectionException: Class X does not exist in %s:7
 Stack trace:
 #0 %s(7): ReflectionClass->isSubclassOf('X')
 #1 {main}
index 293785328862973b2639e4fd8799bd5b8f2b89be..4e71f55d4539a9e26c9a6733324a6f3615ddeb3e 100644 (file)
@@ -14,7 +14,7 @@ foreach($params as $key => $value) {
 }
 --EXPECTF--
 
-Fatal error: Uncaught exception 'ReflectionException' with message 'The parameter specified by its name could not be found' in %s.php:%d
+Fatal error: Uncaught ReflectionException: The parameter specified by its name could not be found in %s.php:%d
 Stack trace:
 #0 [internal function]: ReflectionParameter->__construct('ReflectionParam...', 'incorrect_param...')
 #1 %s.php(%d): ReflectionParameter::export('ReflectionParam...', 'incorrect_param...')
index 8ee07bf5556b7fdf6d381d511efc0b4415cf7167..91b7fa6885c171df7bfb1ffea06a701b055207b2 100644 (file)
@@ -16,7 +16,7 @@ var_dump($generator);
 --EXPECTF--
 string(%d) "Class Generator is an internal class marked as final that cannot be instantiated without invoking its constructor"
 
-Fatal error: Uncaught exception 'EngineException' with message 'The "Generator" class is reserved for internal use and cannot be manually instantiated' in %sbug64007.php:%d
+Fatal error: Uncaught EngineException: The "Generator" class is reserved for internal use and cannot be manually instantiated in %sbug64007.php:%d
 Stack trace:
 #0 %s(%d): ReflectionClass->newInstance()
 #1 {main}
index 80d7c13bb01b476881748bb7a36f9c2851672b18..90983c6f859dd65c61b486434e18267344e4050a 100644 (file)
@@ -45,7 +45,7 @@ echo "um, hi\n";
 --EXPECTF--
 write: goodbye cruel world
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function undefined_function()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined function undefined_function() in %s:%d
 Stack trace:
 #0 [internal function]: write(%s, '')
 #1 %s(%d): session_write_close()
index 96c8eb61e51e2ec067d29e12817afbe3ab64394c..045b3f5385880d8f4157dc7be15b09c7d184afd4 100644 (file)
@@ -45,7 +45,7 @@ echo "um, hi\n";
 --EXPECTF--
 write: goodbye cruel world
 
-Fatal error: Uncaught exception 'Exception' in %s
+Fatal error: Uncaught Exception in %s
 Stack trace:
 #0 [internal function]: write('%s', '')
 #1 %s(%d): session_write_close()
index a93098274370a5a55e1c9ef229249de776a83f6a..d756644f762f34172471dc7555a9d876d96aed02 100644 (file)
@@ -43,7 +43,7 @@ session_start();
 --EXPECTF--
 write: goodbye cruel world
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function undefined_function()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined function undefined_function() in %s:%d
 Stack trace:
 #0 [internal function]: write(%s, '')
 #1 {main}
index d0b5786af9a382c4da663991c553537184dd06f3..7970b35c7a8059f290be5726a96ef756982e6816 100644 (file)
@@ -43,7 +43,7 @@ session_start();
 --EXPECTF--
 write: goodbye cruel world
 
-Fatal error: Uncaught exception 'Exception' in %s
+Fatal error: Uncaught Exception in %s
 Stack trace:
 #0 [internal function]: write('%s', '')
 #1 {main}
index da8de1117e0c040961a02a015283172bb3f71d62..018cf17538c4525fbcfcd65add44adb4bbed3032 100644 (file)
@@ -44,7 +44,7 @@ echo "um, hi\n";
 --EXPECTF--
 close: goodbye cruel world
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined function undefined_function()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined function undefined_function() in %s:%d
 Stack trace:
 #0 [internal function]: close()
 #1 %s(%d): session_write_close()
index b282b4025d5f022435df43e49555539dc4f4bf7d..de49195fe8445e975f04f06f00a61fd103e96762 100644 (file)
@@ -41,7 +41,7 @@ ob_end_flush();
 string(%d) "%s"
 string(4) "user"
 
-Warning: Uncaught exception 'Exception' with message 'Stop...!' in %s:%d
+Warning: Uncaught Exception: Stop...! in %s:%d
 Stack trace:
 #0 [internal function]: open('', 'PHPSESSID')
 #1 %s(%d): session_start()
index 859ba11ad53c36463d58cef8b4fc3763bb1ffdd0..fdf306a4a52b12e31da092d6d829bd4120a8e728 100644 (file)
@@ -34,7 +34,7 @@ ob_end_flush();
 --EXPECTF--
 *** Testing session_set_save_handler() : error functionality ***
 
-Warning: Uncaught exception 'Exception' with message 'Do something bad..!' in %s:%d
+Warning: Uncaught Exception: Do something bad..! in %s:%d
 Stack trace:
 #0 [internal function]: open('', 'PHPSESSID')
 #1 %s(%d): session_start()
index 77402270d293ebc28d27e268683a4b9d3a8ac2f3..7926ceb6e1f723a90c9a0ac6cdb8df0f24ce0848 100644 (file)
@@ -11,7 +11,7 @@ Notice: Undefined variable: x in %s on line %d
 
 Warning: simplexml_load_string() expects parameter 3 to be integer, float given in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to a member function xpath() on null' in %s:%d
+Fatal error: Uncaught EngineException: Call to a member function xpath() on null in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index da5276ccdc48668a4a4d8eee22457d2166de9502..d0753fc33e46b024390bba902e615308c16f0fa5 100644 (file)
@@ -8,7 +8,7 @@ Havard Eide <nucleuz@gmail.com>
 $it = new DirectoryIterator("");
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'Directory name must not be empty.' in %s:%d
+Fatal error: Uncaught RuntimeException: Directory name must not be empty. in %s:%d
 Stack trace:
 #0 %s(%d): DirectoryIterator->__construct('')
 #1 {main}
index c3641f9d894b22ebbd48aca042b45d4b2b42e44e..ba9014c690df7ab39d86d5f704bb04a52f935ee7 100644 (file)
@@ -21,7 +21,7 @@ var_dump($fileInfo->getInode());
 ?>
 \r
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat failed for %s' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for %s in %s
 Stack trace:
 #0 %s: SplFileInfo->getInode()
 #1 {main}
index 5df4ab59a57917c6e8a52ae414decd5e8e10bb61..b2bc4445502c075a047564c0aaef5c7edccefa8a 100644 (file)
@@ -11,7 +11,7 @@ $get = $array->offsetGet( array( 'fail' ) );
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range' in %s
+Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
 Stack trace:
 #0 %s
 #1 {main}
index fcff762e6b3a50b367d0648908c42761288e84d6..a387439d161295a25ef015e34949c025ba109726 100644 (file)
@@ -11,7 +11,7 @@ $get = $array->offsetGet( 'fail' );
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'OutOfRangeException' with message 'Offset invalid or out of range' in %s
+Fatal error: Uncaught OutOfRangeException: Offset invalid or out of range in %s
 Stack trace:
 #0 %s
 #1 {main}
index f0db00d9ed2e030d2b2b752e515e2e3029656028..acfa6b99c5336571043dd204f04096a7dd94542c 100644 (file)
@@ -21,7 +21,7 @@ var_dump($fileInfo->getGroup());
 ?>
 \r
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getGroup(): stat failed for not_existing' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getGroup(): stat failed for not_existing in %s
 Stack trace:
 #0 %s: SplFileInfo->getGroup()
 #1 {main}
index bf8efae4c9b7e15e5202d3d606e8a1d4363df396..31b53823365e5003a41edc908928e7f0f58e4f91 100644 (file)
@@ -21,7 +21,7 @@ var_dump($fileInfo->getInode());
 ?>
 \r
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getInode(): stat failed for not_existing' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getInode(): stat failed for not_existing in %s
 Stack trace:
 #0 %s: SplFileInfo->getInode()
 #1 {main}
index d5d46781ccf3b4a6b0b8b116ddf3eaeec93c15ac..f6b4b29195fb5792cee2c621c2a7d13fe2ac49bc 100644 (file)
@@ -21,7 +21,7 @@ var_dump($fileInfo->getOwner());
 ?>
 \r
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getOwner(): stat failed for not_existing' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getOwner(): stat failed for not_existing in %s
 Stack trace:
 #0 %s: SplFileInfo->getOwner()
 #1 {main}
index 8e05cdf8dff937e3fa402670168141209c9f7314..23b48de97672b393f3198e643f8b4bfa693e7b0a 100644 (file)
@@ -21,7 +21,7 @@ var_dump($fileInfo->getPerms() == 0100557);
 ?>
 \r
 --EXPECTF--
-Fatal error: Uncaught exception 'RuntimeException' with message 'SplFileInfo::getPerms(): stat failed for %s' in %s
+Fatal error: Uncaught RuntimeException: SplFileInfo::getPerms(): stat failed for %s in %s
 Stack trace:
 #0 %s: SplFileInfo->getPerms()
 #1 {main}
index 534c75599572a1b848aa6a08a14aef48e2afc796..e1d816e158d1318d06181ea60293fd64a9c0eb0c 100644 (file)
@@ -26,7 +26,7 @@ string(6) "secret"
 string(6) "public"
 string(6) "secret"
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property C::$x' in %s:19
+Fatal error: Uncaught EngineException: Cannot access private property C::$x in %s:19
 Stack trace:
 #0 {main}
   thrown in %s on line 19
index 59bbb81f8bb5ca15b2ae74ae77e20f1c599c0015..1af4190d0a6c85d52f1c2a8a4deb02f5c2d0f6bb 100644 (file)
@@ -9,7 +9,7 @@ new Foo;
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'Foo' not found' in %s:%d
+Fatal error: Uncaught EngineException: Class 'Foo' not found in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index dff469f6250f82fe4c17957ea59fe45847d38fc8..cc0aff3bed8de5c8dc4e86a193de1ca4e6675ab7 100644 (file)
@@ -8,7 +8,7 @@ $iterator->undefined();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to undefined method AppendIterator::undefined()' in %s:%d
+Fatal error: Uncaught EngineException: Call to undefined method AppendIterator::undefined() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 10da0b5fd935f6ecb3c6e358ac53e1569b076005..667c0a497ad9abf7307eab26a8df55e7d15a8663 100644 (file)
@@ -15,7 +15,7 @@ class Foo implements IteratorAggregate
 var_dump(iterator_to_array(new Foo));
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' in %s
+Fatal error: Uncaught Exception in %s
 Stack trace:
 #0 %s: Foo->bar()
 #1 [internal function]: Foo->getIterator()
index 9a19a59ad8c62af6221116abf641b0b8c620383b..1d83699e14f8aca0b496aec1dc5e8f5d7bb6ecd5 100644 (file)
@@ -12,7 +12,7 @@ foreach($it as $k=>$v) { }
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'LogicException' with message 'The object is in an invalid state as the parent constructor was not called' in %s:%d
+Fatal error: Uncaught LogicException: The object is in an invalid state as the parent constructor was not called in %s:%d
 Stack trace:
 #0 %s%ebug54281.php(8): RecursiveIteratorIterator->rewind()
 #1 {main}
index 9314b6b9ff48ad2f941523783ba65885c92f97f7..c0119c4360e1a8e9caeae6f2da0931c83d8a40f7 100644 (file)
@@ -5,7 +5,7 @@ Bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0)
 $dir = new DirectoryIterator("\x00/abc");
 $dir->isFile();
 --EXPECTF--
-Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Failed to open directory ""' in %s:%d
+Fatal error: Uncaught UnexpectedValueException: Failed to open directory "" in %s:%d
 Stack trace:
 #0 %s(%d): DirectoryIterator->__construct('\x00/abc')
 #1 {main}
index d166cfdba730d83131ed0a9f64f698cffeb3ad3f..bedb7684d5473b65c097b2e0277a389b92d9b4b9 100644 (file)
@@ -14,7 +14,7 @@ echo "Done\n";
 --EXPECTF--    
 Notice: Indirect modification of overloaded element of ArrayIterator has no effect in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot assign by reference to overloaded object' in %s:%d
+Fatal error: Uncaught EngineException: Cannot assign by reference to overloaded object in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index f5430725d4d30f59836c9afbaabe8386701abc4e..c9e21b260e4bb64fe14c3d8188770c00ec282989 100644 (file)
@@ -28,7 +28,7 @@ var_dump($recItIt2->next());
 --EXPECTF--\r
 NULL\r
 \r
-Fatal error: Uncaught exception 'Exception' in %s\r
+Fatal error: Uncaught Exception in %s\r
 Stack trace:\r
 #0 [internal function]: MyRecursiveIteratorIterator->beginchildren()\r
 #1 %s: RecursiveIteratorIterator->next()\r
index 88f03fbd81fa242f250f3e0e5ee6a8e23fad866c..cbf8136ab643e748577640d8a6108b18d3491cf5 100644 (file)
@@ -28,7 +28,7 @@ var_dump($recItIt2->next());
 --EXPECTF--\r
 NULL\r
 \r
-Fatal error: Uncaught exception 'Exception' in %s\r
+Fatal error: Uncaught Exception in %s\r
 Stack trace:\r
 #0 [internal function]: MyRecursiveIteratorIterator->callHasChildren()\r
 #1 %s: RecursiveIteratorIterator->next()\r
index e25d3edc80047856ff1bcfe483351799cbb364ad..82d55cf0ce5a833667af209c45cc0cbe4c06bf34 100644 (file)
@@ -34,7 +34,7 @@ foreach ($recItIt2 as $val) echo "$val\n";
 1\r
 2\r
 \r
-Fatal error: Uncaught exception 'Exception' in %s\r
+Fatal error: Uncaught Exception in %s\r
 Stack trace:\r
 #0 [internal function]: MyRecursiveIteratorIterator->endchildren()\r
 #1 %s: RecursiveIteratorIterator->next()\r
index 3a91ed5b27067d61e4932d245c55bda209e7181b..bb020fdff0dfbef387ccf0bb183da1505a64689b 100644 (file)
@@ -28,7 +28,7 @@ var_dump($recItIt->next());
 --EXPECTF--\r
 NULL\r
 \r
-Fatal error: Uncaught exception 'Exception' in %s\r
+Fatal error: Uncaught Exception in %s\r
 Stack trace:\r
 #0 [internal function]: MyRecursiveIteratorIterator->nextelement()\r
 #1 %s: RecursiveIteratorIterator->next()\r
index e07f0e4fe57a9286a71ef25f3c4ab7e38d40123e..16389fa4faf1e98cec501c0b836093f7e6ccce96 100644 (file)
@@ -49,14 +49,14 @@ first
 autoload_first
 autoload_second
 
-Fatal error: Uncaught exception 'Exception' with message 'first' in %sspl_autoload_012.php:%d
+Fatal error: Uncaught Exception: first in %sspl_autoload_012.php:%d
 Stack trace:
 #0 [internal function]: autoload_first('ThisClassDoesNo...')
 #1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
 #2 %sspl_autoload_012.php(%d): class_exists('ThisClassDoesNo...')
 #3 {main}
 
-Next exception 'Exception' with message 'second' in %sspl_autoload_012.php:%d
+Next Exception: second in %sspl_autoload_012.php:%d
 Stack trace:
 #0 [internal function]: autoload_second('ThisClassDoesNo...')
 #1 [internal function]: spl_autoload_call('ThisClassDoesNo...')
index 6e6baf6c9b21852ebce5f8c0a8530a85daf54a71..a14133e873e09fe8f86d0e7ba78f29339185f0b0 100644 (file)
@@ -27,7 +27,7 @@ count($heap);// refers to MyHeap->count() method
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'Exception' with message 'Cause count to fail' in %s
+Fatal error: Uncaught Exception: Cause count to fail in %s
 Stack trace:
 #0 [internal function]: MyHeap->count()
 #1 %s count(Object(MyHeap))
index 9fee08b9f4e9310e56e9ac221f1cbbbff746fadb..6fbcec9dff8f91517674d90ee0c132e7dd08beab 100644 (file)
@@ -13,7 +13,7 @@ function p ($i) {
 }
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'An iterator cannot be used with foreach by reference' in %s:%d
+Fatal error: Uncaught EngineException: An iterator cannot be used with foreach by reference in %s:%d
 Stack trace:
 #0 %s(%d): p(Object(IteratorIterator))
 #1 {main}
index 6289fac84907e436f3d8bd038ea842bf06ff55f3..d9c7e2fa410f61b10cff55750791cffd9728639c 100644 (file)
@@ -30,7 +30,7 @@ exec($cmd);
 unlink($unreadable);
 ?>
 --EXPECTF--
-exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error-win.php:%d
+Exception: Unable to open database: %s in %ssqlite3_15_open_error-win.php:%d
 Stack trace:
 #0 %ssqlite3_15_open_error-win.php(%d): SQLite3->__construct('%s')
 #1 {main}
index fc05b878026a2cde80dbed3b47dfdb49037a6bcd..74bcc920d0e985ae853790b8aab64f693d34b715 100644 (file)
@@ -24,7 +24,7 @@ echo "Done\n";
 unlink($unreadable);
 ?>
 --EXPECTF--
-exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error.php:%d
+Exception: Unable to open database: %s in %ssqlite3_15_open_error.php:%d
 Stack trace:
 #0 %ssqlite3_15_open_error.php(%d): SQLite3->__construct('%s')
 #1 {main}
index 7e83bb23e1534efc1026a9eab231c4ab89810f54..f28c7369dd26acf6584e26665ead9fa829725392 100644 (file)
@@ -32,7 +32,7 @@ bool(true)
 Above test directory
 
 Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %ssqlite3_21_security.php on line %d
-exception 'Exception' with message 'open_basedir prohibits opening %s' in %ssqlite3_21_security.php:%d
+Exception: open_basedir prohibits opening %s in %ssqlite3_21_security.php:%d
 Stack trace:
 #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s')
 #1 {main}
index e7c5bf8035caa62e4cd92820b3a36717802e630d..75be19b52ebe69e17e4a27e63bc2048f30269f8a 100644 (file)
@@ -87,7 +87,7 @@ echo "Done\n";
 --EXPECTF--
 *** Testing arsort() : object functionality ***
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'for_integer_asort' not found' in %sarsort_object1.php:%d
+Fatal error: Uncaught EngineException: Class 'for_integer_asort' not found in %sarsort_object1.php:%d
 Stack trace:
 #0 {main}
   thrown in %sarsort_object1.php on line %d
\ No newline at end of file
index b21982e6f3bbb9a4772fcca636dd205a862d45df..077e2ced16868990d0b250b09a7f394196a483fc 100644 (file)
@@ -91,7 +91,7 @@ echo "Done\n";
 --EXPECTF--
 *** Testing arsort() : object functionality ***
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'for_integer_asort' not found' in %sarsort_object2.php:%d
+Fatal error: Uncaught EngineException: Class 'for_integer_asort' not found in %sarsort_object2.php:%d
 Stack trace:
 #0 {main}
   thrown in %sarsort_object2.php on line %d
\ No newline at end of file
index 3411c340ada5955a4d9a009007d80c87e1c04978..d7abc7773b0a0330122f182ab7718087fe76092d 100644 (file)
@@ -23,7 +23,7 @@ echo "Done\n";
 ?>
 --EXPECTF--    
 
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 %s(%d): Element->ThrowException()
 #1 [internal function]: Element::CallBack(Object(Element))
index 625fd7c5cc71816595e5004d47a18796aadd5f15..7934bb40f5573bb22325026bb9f313e8f1fc75b0 100644 (file)
@@ -106,7 +106,7 @@ Warning: Missing argument 1 for VariableStream::__construct() in %s on line %d
 
 Warning: fopen(var://myvar): failed to open stream: "VariableStream::stream_open" call failed in %s on line %d
 
-Fatal error: Uncaught exception 'Exception' with message 'constructor' in %s:%d
+Fatal error: Uncaught Exception: constructor in %s:%d
 Stack trace:
 #0 [internal function]: VariableStream->__construct()
 #1 %s(%d): fopen('var://myvar', 'r+')
index 98c1981841910527c368be92de0d443d87acd777..a2b0dac5e4529c1af577b7ad2582d9112c686877 100644 (file)
@@ -19,7 +19,7 @@ Deprecated: Non-static method foo::bar() should not be called statically in %sbu
 ok
 bool(false)
 
-Fatal error: Uncaught exception 'EngineException' with message 'Non-static method BaseException::getMessage() cannot be called statically' in %sbug47857.php:%d
+Fatal error: Uncaught EngineException: Non-static method BaseException::getMessage() cannot be called statically in %sbug47857.php:%d
 Stack trace:
 #0 {main}
   thrown in %sbug47857.php on line %d
index eb3f34e21ea82b91d314cc9f051ff8632ffc9a86..83d7ebfb52775b69a40b9f636d5c48ecb33a4174 100644 (file)
@@ -9,7 +9,7 @@ $x->test();
 
 ?>
 --EXPECTF--
-exception 'Exception' in %s:%d
+Exception in %s:%d
 Stack trace:
 #0 {main}
 
index a7183e1921f76a2d9619de5a672b78d793b2a336..82927558110499219e7bf7259914c5116f21fe88 100644 (file)
@@ -9,7 +9,7 @@ tidyNode::__construct()
 new tidyNode;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private tidyNode::__construct() from invalid context' in %s:%d
+Fatal error: Uncaught EngineException: Call to private tidyNode::__construct() from invalid context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 619b9ec1d9e6f0f20b613f934e7696b12b7cbb5b..8748c1ff32e9d91db45d6bdf04976db4086ddccd 100644 (file)
@@ -19,7 +19,7 @@ Done
 --EXPECTF--
 Test
 
-Fatal error: Uncaught exception 'EngineException' with message 'Trying to clone an uncloneable object of class XMLReader' in %s:%d
+Fatal error: Uncaught EngineException: Trying to clone an uncloneable object of class XMLReader in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index b009fd5fb8604e53347542aa01dc42858f12f3cd..61c39b488d89a77beaf9a1edd012f98dae8588ab 100644 (file)
@@ -52,52 +52,52 @@ for ($i = 0; $i < 10; $i++)
 ?>
 ===DONE===
 --EXPECTF--
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
 #2 {main}
-exception 'Exception' with message 'Test exception.' in %s:%d
+Exception: Test exception. in %s:%d
 Stack trace:
 #0 [internal function]: testFunction(Array)
 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
index e6314c9b6142edc2151dd23414e6da40c25b785f..1d4e71952921e8ad174b019facda5d4fc5f3bfcb 100644 (file)
@@ -36,7 +36,7 @@ echo "Done\n";
 --EXPECTF--    
 string(%d) "
 <br />
-<b>Fatal error</b>:  Uncaught exception 'EngineException' with message 'Cannot access private property test::$pri' in %s004.test.php:8
+<b>Fatal error</b>:  Uncaught EngineException: Cannot access private property test::$pri in %s004.test.php:8
 Stack trace:
 #0 {main}
   thrown in <b>%s004.test.php</b> on line <b>8</b><br />
index 279064d3a776ef9a219512da33c33799e38f97cf..5037e1cfd4f943c9cab1166e5414afb64687b08b 100644 (file)
@@ -36,7 +36,7 @@ echo "Done\n";
 --EXPECTF--    
 string(%d) "
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property test::$pri' in %s:%d
+Fatal error: Uncaught EngineException: Cannot access private property test::$pri in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index fc7d0f2b9b47c4165744b98b10d6d06b3646573d..0b13a195d54fbd010c5a6ca61f38fe10098b374f 100644 (file)
@@ -46,7 +46,7 @@ X-Powered-By: PHP/%s
 Content-type: text/html; charset=UTF-8
 
 <br />
-<b>Fatal error</b>:  Uncaught exception 'EngineException' with message 'Call to undefined function non_exists_function()' in %ssyntax_error.php:%d
+<b>Fatal error</b>:  Uncaught EngineException: Call to undefined function non_exists_function() in %ssyntax_error.php:%d
 Stack trace:
 #0 %sindex.php(%d): require()
 #1 {main}
index 607db5e94ac280a1f4d43256b969dcca8140c388..d3d843ca8659de553406a98392d1b47e4027d28b 100644 (file)
@@ -22,7 +22,7 @@ f($t);
 never reached here
 --EXPECTF--
 call
-Fatal error: Uncaught exception 'Exception' with message 'exception before timeout' in %s:%d
+Fatal error: Uncaught Exception: exception before timeout in %s:%d
 Stack trace:
 #0 %s(%d): f(%d)
 #1 {main}
index c827d27108167e5584b790d09a242e9c0fac246f..811aa45a13baab3ec1472fe7037146492139ae15 100644 (file)
@@ -27,7 +27,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call to function show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot call abstract method fail::show()' in %s:%d
+Fatal error: Uncaught EngineException: Cannot call abstract method fail::show() in %s:%d
 Stack trace:
 #0 %s(%d): pass->error()
 #1 {main}
index 097cab13246c31ba0d5bb2ca2db6662e1f794625..1725d457621ee5cb7937e7a5705345bafed7cf61 100644 (file)
@@ -26,7 +26,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call to function show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate abstract class fail' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate abstract class fail in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index baf2a79f60e848931121b776abc41beefa989f4e..1657599787be60fa1407e8cf7b3bb7dee7eaf7e3 100644 (file)
@@ -19,7 +19,7 @@ echo "Done\n"; // Shouldn't be displayed
 ?>
 --EXPECTF--
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate abstract class fail' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate abstract class fail in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d 
index f19bb7c603cab4c98afa2e28fff9204163c93f59..5118efda9991fba94171040619c20209d6ab0871 100644 (file)
@@ -27,7 +27,7 @@ call_user_func(array($o, 'test_base::func'));
 --EXPECTF--
 test::func()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot call abstract method test_base::func()' in %s:%d
+Fatal error: Uncaught EngineException: Cannot call abstract method test_base::func() in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index c37eaf246538c56fc9aab13b1445b453ed9f171f..ef8553493f22bb9e188fbf5cb82b70f17292a50e 100644 (file)
@@ -33,7 +33,7 @@ $data['element'] = &$test;
 
 Notice: Indirect modification of overloaded element of ArrayAccessImpl has no effect in %sarray_access_012.php on line 24
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot assign by reference to overloaded object' in %sarray_access_012.php:24
+Fatal error: Uncaught EngineException: Cannot assign by reference to overloaded object in %sarray_access_012.php:24
 Stack trace:
 #0 {main}
   thrown in %sarray_access_012.php on line 24
index 5ec4ada9dfd9b78d303b047f7988f38255361af1..c3945ed4b3800b0565270c748765e075e1898914 100644 (file)
@@ -10,7 +10,7 @@ $x = new $a;
 echo "BUG\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Class '../BUG' not found' in %sautoload_021.php:6
+Fatal error: Uncaught EngineException: Class '../BUG' not found in %sautoload_021.php:6
 Stack trace:
 #0 {main}
   thrown in %sautoload_021.php on line 6
index 14ab661daeb7e8483ec108494eeda0f342e9565a..1555f5343cb48ad56b16eb0104414437f59ac3c3 100644 (file)
@@ -22,7 +22,7 @@ Called function foo:bar(1)
 
 Warning: call_user_func_array() expects parameter 1 to be a valid callback, cannot access private method foo::bar() in %s on line %d
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 3de53c35dd31f4ceba07e37b82b1d199db85b6e5..04b21b5259bd24f4e1644a94a7d6e47944161249 100644 (file)
@@ -25,7 +25,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 base
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate abstract class base' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate abstract class base in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index a9fbcbb48e461a878c287e97c8dc15d738e17b10..457584df321b65c2f4d430504f2befa9e9cb4d8a 100644 (file)
@@ -86,7 +86,7 @@ string(6) "hello2"
 
 Expecting fatal error:
 
-Fatal error: Uncaught exception 'EngineException' with message 'Undefined class constant 'c19'' in %s:53
+Fatal error: Uncaught EngineException: Undefined class constant 'c19' in %s:53
 Stack trace:
 #0 {main}
   thrown in %s on line 53
index 5014b0fbe281a0df90b5df86a90f841b13806860..69383675a154717418b2cafa38358213f2feb451 100644 (file)
@@ -66,7 +66,7 @@ Test::__construct()
 TestPriv::__construct()
 DerivedPriv::__construct()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot call private TestPriv::__construct()' in %sctor_visibility.php:%d
+Fatal error: Uncaught EngineException: Cannot call private TestPriv::__construct() in %sctor_visibility.php:%d
 Stack trace:
 #0 %s(%d): DerivedPriv->__construct()
 #1 %s(%d): DerivedPriv::f()
index 0b3a3aa7d0e05f221d1669aaab8011fd8172d9d7..40a62f2ec434e439b53bc3ff48af1589121fab4b 100644 (file)
@@ -21,7 +21,7 @@ unset($obj);
 ?>
 ===DONE===
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private Derived::__destruct() from context ''' in %sdestructor_visibility_001.php:%d
+Fatal error: Uncaught EngineException: Call to private Derived::__destruct() from context '' in %sdestructor_visibility_001.php:%d
 Stack trace:
 #0 {main}
   thrown in %sdestructor_visibility_001.php on line %d
index 5dcb67a0c23a4cc23f9364d6896d74a63a918589..272773c439880a87fccdb491b974176ddf3a06b2 100644 (file)
@@ -15,7 +15,7 @@ $obj = new test;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected test::__construct() from invalid context' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected test::__construct() from invalid context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index c3787c05fc51b90e895f983eedd592ce27dc6299..89c4f161ea14179ab4e2568fae084478db94fc5a 100644 (file)
@@ -15,7 +15,7 @@ $obj = new test;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private test::__construct() from invalid context' in %s:%d
+Fatal error: Uncaught EngineException: Call to private test::__construct() from invalid context in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index c9c9e34ebba14c15f4708827cb94902d32a4cab8..e4911f086fa6b33982e93fbdc6a7178567f9176d 100644 (file)
@@ -16,7 +16,7 @@ $obj = NULL;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected test::__destruct() from context ''' in %sfactory_and_singleton_005.php:%d
+Fatal error: Uncaught EngineException: Call to protected test::__destruct() from context '' in %sfactory_and_singleton_005.php:%d
 Stack trace:
 #0 {main}
   thrown in %sfactory_and_singleton_005.php on line %d
index 8773ec6cd4522fa82c7d988d053e46f6127bc9e6..38b8ceb155c05df6ac38d72132d241c041a5eafd 100644 (file)
@@ -16,7 +16,7 @@ $obj = NULL;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private test::__destruct() from context ''' in %sfactory_and_singleton_006.php:%d
+Fatal error: Uncaught EngineException: Call to private test::__destruct() from context '' in %sfactory_and_singleton_006.php:%d
 Stack trace:
 #0 {main}
   thrown in %sfactory_and_singleton_006.php on line %d
index 5dd40512573fe83b60687bce499b538f184f8e47..c86243bcfd9b43b02d6e4ea593711852da696061 100644 (file)
@@ -17,7 +17,7 @@ $obj = NULL;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected test::__clone() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected test::__clone() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 90c3ada4bb100db022dafa09ca00c311401bd7eb..d6041b0105bcbd37edb29f1f32f3723805b18caa 100644 (file)
@@ -17,7 +17,7 @@ $obj = NULL;
 echo "Done\n";
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private test::__clone() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private test::__clone() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index a89f173aa4dd60fc85364de7dde1e967e35277cc..310dc8800d8945e0e8e2329f0bb13487459f71a6 100644 (file)
@@ -13,7 +13,7 @@ $t = new if_a();
 
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot instantiate interface if_a' in %s:%d
+Fatal error: Uncaught EngineException: Cannot instantiate interface if_a in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index a6b27235b0fa7cd4d014a8218d6a5419d91d570a..11574ccde3425c1e24340059e9bd809e061f4e4f 100644 (file)
@@ -23,7 +23,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 7cb41e7e7fc357dd35167752625f4a75cadc104e..664c95837f918d134f079621cf1973141b6e2b6a 100644 (file)
@@ -32,7 +32,7 @@ echo "Done\n"; // shouldn't be displayed
 Call pass::show()
 Call fail::show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail::show()
 #1 {main}
index c8209457bdfca0ba0ba4b013fe44dd0925245e69..ce18af196e23eb9e49378cba2310d82971297aad 100644 (file)
@@ -33,7 +33,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail::not_ok()
 #1 {main}
index a4f7701ada4e2619b102778566f1bf56d0fc5178..27f398d839ed731bf4fc9359c6201ed12b9bcc62 100644 (file)
@@ -34,7 +34,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail->not_ok()
 #1 {main}
index 379cc27a590bcbe847b4ea0a237fabb4c290d460..7ebd72da3b728bc5ba45e15308973139ca5eec4b 100644 (file)
@@ -29,7 +29,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail::do_show()
 #1 {main}
index 91433aadc176777bf2cbb100706b7a8c69d39b5c..5bb9f05b15ba3f0145fec0cf304ee33c4f52a7ce 100644 (file)
@@ -32,7 +32,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail->do_show()
 #1 {main}
index 32c05fe35854f9e6fa0da1e7a868b1a0b706a7b3..acd9f825b51004e307918b9c7f9ae613337d19dd 100644 (file)
@@ -29,7 +29,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail::do_show()
 #1 {main}
index 91433aadc176777bf2cbb100706b7a8c69d39b5c..5bb9f05b15ba3f0145fec0cf304ee33c4f52a7ce 100644 (file)
@@ -32,7 +32,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail->do_show()
 #1 {main}
index 067cd7d9d2056bc937cf79893dd5874ee15ae467..a1b3e459d7ad0302a153940817dc0680f06a2455 100644 (file)
@@ -35,7 +35,7 @@ test
 derived
 base
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method base::show() from context 'derived'' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method base::show() from context 'derived' in %s:%d
 Stack trace:
 #0 %s(%d): derived->test()
 #1 {main}
index fe7c7d249ffcb14bbdb6c064501368bab1cf444a..c392d077b5c3053758d4c6e917aff7d789d48cfd 100644 (file)
@@ -78,7 +78,7 @@ object(C)#%d (1) {
 
 Unset a private property, and attempt to recreate at global scope (expecting failure):
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access private property C::$p' in %s:46
+Fatal error: Uncaught EngineException: Cannot access private property C::$p in %s:46
 Stack trace:
 #0 {main}
   thrown in %s on line 46
index 01d156bff29fc422f114b1b8efbc97db40035a23..d5f4b45791c6ec1cc4e22fccb26962c8523d5293 100644 (file)
@@ -50,7 +50,7 @@ object(D)#%d (1) {
 
 Unset a protected property, and attempt to recreate it outside of scope (expected failure):
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property %s::$p' in %s:32
+Fatal error: Uncaught EngineException: Cannot access protected property %s::$p in %s:32
 Stack trace:
 #0 {main}
   thrown in %s on line 32
index dce77ac66670cd9f6b3d23674161c8d76a57b763..fe48ebe67b4abab2315a8f3c45061ea4e3866248 100644 (file)
@@ -23,7 +23,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call fail()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method pass::fail() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected method pass::fail() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index c9139c711dcc39ddfac424825785f5ebac4aa533..a1c69b9729070616fc031ed7bdc0dee925038b34 100644 (file)
@@ -24,7 +24,7 @@ echo "Done\n"; // shouldn't be displayed
 --EXPECTF--
 Call fail()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method pass::fail() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected method pass::fail() from context '' in %s:%d
 Stack trace:
 #0 {main}
   thrown in %s on line %d
index 837cc552ae229bdccba568d5172fab0ef2a760f6..e67c6b2f3dfc7282bd1a51c81832311d22963fa9 100644 (file)
@@ -32,7 +32,7 @@ echo "Done\n"; // shouldn't be displayed
 Call pass::show()
 Call fail::show()
 
-Fatal error: Uncaught exception 'EngineException' with message 'Call to protected method pass::show() from context 'fail'' in %s:%d
+Fatal error: Uncaught EngineException: Call to protected method pass::show() from context 'fail' in %s:%d
 Stack trace:
 #0 %s(%d): fail::show()
 #1 {main}
index b7673f70d53e32f61e4b3dd4e0cf1edc7415c5e8..4b8efe2bf4fb056f52e4ee94defe2b44655418a1 100644 (file)
@@ -15,7 +15,7 @@ unset($c->y);
 
 --> Access non-visible static prop like instance prop:
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property C::$y' in %s:8
+Fatal error: Uncaught EngineException: Cannot access protected property C::$y in %s:8
 Stack trace:
 #0 {main}
   thrown in %s on line 8
index 3183e2f73a9efb4399aeef1a5aa3d7194642bd1f..c43666fbb16792d8e7e271d6fe954feeb9b0946c 100644 (file)
@@ -15,7 +15,7 @@ echo $c->y;
 
 --> Access non-visible static prop like instance prop:
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property C::$y' in %s:8
+Fatal error: Uncaught EngineException: Cannot access protected property C::$y in %s:8
 Stack trace:
 #0 {main}
   thrown in %s on line 8
index f0368a3763970ac7ab91b09bfdeb1bc5b272ae95..8cee25a5e64c702582d7426e9006cf5da5c80091 100644 (file)
@@ -15,7 +15,7 @@ $c->y = 1;
 
 --> Access non-visible static prop like instance prop:
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property C::$y' in %s:8
+Fatal error: Uncaught EngineException: Cannot access protected property C::$y in %s:8
 Stack trace:
 #0 {main}
   thrown in %s on line 8
index a6fa9d4044eed8ba4141bb9baca914a70444ca1f..3b01351c7a8762a2c7699c7a7832b95050fd795c 100644 (file)
@@ -15,11 +15,11 @@ $c->y =& $ref;
 
 --> Access non-visible static prop like instance prop:
 
-Fatal error: Uncaught exception 'EngineException' with message 'Cannot access protected property C::$y' in %s:8
+Fatal error: Uncaught EngineException: Cannot access protected property C::$y in %s:8
 Stack trace:
 #0 {main}
 
-Next exception 'EngineException' with message 'Cannot access protected property C::$y' in %s:8
+Next EngineException: Cannot access protected property C::$y in %s:8
 Stack trace:
 #0 {main}
   thrown in %s on line 8
index d2918fa50993261d816989bb2dee4364eee6d149..71859abce32537ff478f0cd9feb98ce5d2ad624a 100644 (file)
@@ -6,7 +6,7 @@ Class C {}
 C::$p = 1;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$p' in %s:3
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index bd015a048306ec202812680005ae9cec93519d5a..3f73220de40aac92384db7bdf7b7efb8770e6e01 100644 (file)
@@ -6,7 +6,7 @@ Class C {}
 C::$p += 1;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$p' in %s:3
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index 4b011916162508691b31f36dc9bde5bf1b83d576..8d6b74e9f8590ef2b7d40eaf37b798f02a72d5e2 100644 (file)
@@ -7,7 +7,7 @@ $a = 'foo';
 C::$p =& $a;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$p' in %s:4
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:4
 Stack trace:
 #0 {main}
   thrown in %s on line 4
index 2b5359063ff1c348fc01d83f830e7eccc19fd1b6..56f8606f36d9be1162bf37fd640ce4f7db4a56ec 100644 (file)
@@ -6,7 +6,7 @@ Class C {}
 C::$p++;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$p' in %s:3
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index 13dc6ed7487bd27fc1277b49b8117efb400f7ecc..658bc049ab506cbb1366a5f0751926b1d920cd34 100644 (file)
@@ -6,7 +6,7 @@ Class C {}
 echo C::$p;
 ?>
 --EXPECTF--
-Fatal error: Uncaught exception 'EngineException' with message 'Access to undeclared static property: C::$p' in %s:3
+Fatal error: Uncaught EngineException: Access to undeclared static property: C::$p in %s:3
 Stack trace:
 #0 {main}
   thrown in %s on line 3
index 72ab0e4a62e5a5beec154c7c041e2218f3d75c9a..5e88569a32c965afe9b4c2e64e139d15680e1645 100644 (file)
@@ -17,7 +17,7 @@ echo $wrongClassname::$b."\n";
 --EXPECTF--
 foo
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'B' not found' in %s041.php:%d
+Fatal error: Uncaught EngineException: Class 'B' not found in %s041.php:%d
 Stack trace:
 #0 {main}
   thrown in %s041.php on line %d
index ad6e081222d39861c739ae9ccae6efc2f7fb82d0..bdf7c018fd97f3732d62cf37d841b40e0ebfbc1f 100644 (file)
@@ -16,7 +16,7 @@ echo $wrongClassname::B."\n";
 --EXPECTF--
 foo
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'B' not found' in %s042.php:%d
+Fatal error: Uncaught EngineException: Class 'B' not found in %s042.php:%d
 Stack trace:
 #0 {main}
   thrown in %s042.php on line %d
index 8425d9f3d381916a3f8311770411ce4a8eddae11..58457bbce301f6be09665ace0a11b19e8b66bf26 100644 (file)
@@ -16,7 +16,7 @@ echo $wrongClassname::foo()."\n";
 --EXPECTF--
 foo
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'B' not found' in %s043.php:%d
+Fatal error: Uncaught EngineException: Class 'B' not found in %s043.php:%d
 Stack trace:
 #0 {main}
   thrown in %s043.php on line %d
index bc5900a301ec85a451a20c92b8cd61ef9ab7d8c2..2e0479baee319cc5a05a418747707d8f875617db 100644 (file)
@@ -18,7 +18,7 @@ echo $wrongClassname::$methodname()."\n";
 --EXPECTF--
 foo
 
-Fatal error: Uncaught exception 'EngineException' with message 'Class 'B' not found' in %s044.php:%d
+Fatal error: Uncaught EngineException: Class 'B' not found in %s044.php:%d
 Stack trace:
 #0 {main}
   thrown in %s044.php on line %d
index ad59646f5007e062cfce97d0f5eb73d11ff4d6f3..4abf21604f57347cdfcce452b21683811693a58c 100644 (file)
@@ -13,7 +13,7 @@ ob_start('output_handler');
 ob_end_clean();
 ?>
 --EXPECTF--    
-Fatal error: Uncaught exception 'Exception' in %s:%d
+Fatal error: Uncaught Exception in %s:%d
 Stack trace:
 #0 [internal function]: output_handler('', %d)
 #1 %s(%d): ob_end_clean()
index 713aaaa8f8299fd322d6757a023e09ee49e467c0..38b8fd66d7aa30e7a1b6bc9075a6b805445a9847 100644 (file)
@@ -21,7 +21,7 @@ foreach ($f as $k=>&$v) {
 --EXPECTF--
 -----( Try to iterate with &$value: )-----
 
-Fatal error: Uncaught exception 'EngineException' with message 'An iterator cannot be used with foreach by reference' in %s:13
+Fatal error: Uncaught EngineException: An iterator cannot be used with foreach by reference in %s:13
 Stack trace:
 #0 {main}
   thrown in %s on line 13