From: Christoph M. Becker Date: Mon, 17 Aug 2015 17:33:49 +0000 (+0200) Subject: fixed changed error message in test X-Git-Tag: php-7.0.0RC1~7^2~2^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07c1b641b5b4d71eb13ed098d3c4e87082572600;p=php fixed changed error message in test --- diff --git a/ext/date/tests/bug70277.phpt b/ext/date/tests/bug70277.phpt index b6522dff1a..648bd19c77 100644 --- a/ext/date/tests/bug70277.phpt +++ b/ext/date/tests/bug70277.phpt @@ -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}