From: Andrey Hristov Date: Thu, 6 Oct 2011 17:06:02 +0000 (+0000) Subject: Add test case X-Git-Tag: php-5.3.9RC1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48077f321f69e77725d1363f35f5b45015f40dc8;p=php Add test case --- diff --git a/ext/mysqli/tests/bug55859.phpt b/ext/mysqli/tests/bug55859.phpt new file mode 100644 index 0000000000..a8bb4b3f24 --- /dev/null +++ b/ext/mysqli/tests/bug55859.phpt @@ -0,0 +1,20 @@ +--TEST-- +Bug #55859 mysqli->stat property access gives error +--SKIPIF-- + +--FILE-- +stat); + echo "done!"; +?> +--EXPECT-- +bool(true) +done! \ No newline at end of file