From 07c1b641b5b4d71eb13ed098d3c4e87082572600 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 17 Aug 2015 19:33:49 +0200 Subject: [PATCH] fixed changed error message in test --- ext/date/tests/bug70277.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.50.0