From c11850b4066663c07c20254e5c4203d7d7d10e8b Mon Sep 17 00:00:00 2001 From: Kai Schroeder Date: Sat, 17 Jul 2010 23:20:24 +0000 Subject: [PATCH] Test for #51819 --- ext/date/tests/bug51819.phpt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ext/date/tests/bug51819.phpt diff --git a/ext/date/tests/bug51819.phpt b/ext/date/tests/bug51819.phpt new file mode 100644 index 0000000000..afcb9c7d48 --- /dev/null +++ b/ext/date/tests/bug51819.phpt @@ -0,0 +1,31 @@ +--TEST-- +Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) +--FILE-- +getMessage()); + } +} + +var_dump('this should be the only output'); +?> +--EXPECTF-- +string(30) "this should be the only output" \ No newline at end of file -- 2.40.0