From: Kai Schroeder Date: Sat, 17 Jul 2010 23:20:24 +0000 (+0000) Subject: Test for #51819 X-Git-Tag: php-5.3.3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c11850b4066663c07c20254e5c4203d7d7d10e8b;p=php Test for #51819 --- 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