diff options
-rwxr-xr-x | ext/simplexml/tests/012.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/012.phpt b/ext/simplexml/tests/012.phpt index 4bf7e1a0ec..79c01107fe 100755 --- a/ext/simplexml/tests/012.phpt +++ b/ext/simplexml/tests/012.phpt @@ -36,4 +36,4 @@ Warning: main(): Cannot write or create unnamed attribute in %s012.php on line % <?xml version="1.0" encoding="ISO-8859-1"?> <foo attr="new value"/> -Catchable fatal error: main(): Cannot create unnamed attribute in %s012.php on line %d +Fatal error: main(): Cannot create unnamed attribute in %s012.php on line %d |