From fa4f7411a39251b657290de09255b50fd82d93c1 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 15 Nov 2011 13:36:45 +0000 Subject: [PATCH] Forgot the bug specific test. --- ext/standard/tests/general_functions/bug55371.phpt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ext/standard/tests/general_functions/bug55371.phpt diff --git a/ext/standard/tests/general_functions/bug55371.phpt b/ext/standard/tests/general_functions/bug55371.phpt new file mode 100644 index 0000000000..179da01f39 --- /dev/null +++ b/ext/standard/tests/general_functions/bug55371.phpt @@ -0,0 +1,10 @@ +--TEST-- +Bug #55371 (get_magic_quotes_gpc() and get_magic_quotes_runtime() throw deprecated warning) +--FILE-- + +--EXPECT-- -- 2.50.1