From 00e9a1f942ae379c67b110d55c548795a200f92c Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Thu, 6 Oct 2011 17:06:02 +0000 Subject: [PATCH] Add test case --- ext/mysqli/tests/bug55859.phpt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/mysqli/tests/bug55859.phpt 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 -- 2.50.1