]> granicus.if.org Git - php/commitdiff
Forgot the bug specific test.
authorDavid Soria Parra <dsp@php.net>
Tue, 15 Nov 2011 13:36:45 +0000 (13:36 +0000)
committerDavid Soria Parra <dsp@php.net>
Tue, 15 Nov 2011 13:36:45 +0000 (13:36 +0000)
ext/standard/tests/general_functions/bug55371.phpt [new file with mode: 0644]

diff --git a/ext/standard/tests/general_functions/bug55371.phpt b/ext/standard/tests/general_functions/bug55371.phpt
new file mode 100644 (file)
index 0000000..179da01
--- /dev/null
@@ -0,0 +1,10 @@
+--TEST--
+Bug #55371 (get_magic_quotes_gpc() and get_magic_quotes_runtime() throw deprecated warning)
+--FILE--
+<?php
+
+get_magic_quotes_gpc();
+get_magic_quotes_runtime();
+
+?>
+--EXPECT--