]> granicus.if.org Git - php/commitdiff
fixed changed error message in test
authorChristoph M. Becker <cmb@php.net>
Mon, 17 Aug 2015 17:33:49 +0000 (19:33 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 17 Aug 2015 17:33:49 +0000 (19:33 +0200)
ext/date/tests/bug70277.phpt

index b6522dff1a9e963885d4bc5b1fefa6c88ac92dd1..648bd19c7771caa3f0b88e8b5eef5d0952d02b90 100644 (file)
@@ -10,7 +10,7 @@ var_dump(new DateTimeZone($timezone));
 Warning: timezone_open(): Timezone must not contain null bytes in %sbug70277.php on line %d
 bool(false)
 
-Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct(): Timezone must not contain null bytes' in %sbug70277.php:%d
+Fatal error: Uncaught Exception: DateTimeZone::__construct(): Timezone must not contain null bytes in %sbug70277.php:%d
 Stack trace:
 #0 %sbug70277.php(%d): DateTimeZone->__construct('Europe/Zurich\x00F...')
 #1 {main}