dsp Tue, 15 Nov 2011 13:36:45 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=319250
Log:
Forgot the bug specific test.
Changed paths:
A
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/bug55371.phpt
A php/php-src/trunk/ext/standard/tests/general_functions/bug55371.phpt
Added:
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/bug55371.phpt
===================================================================
---
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/bug55371.phpt
(rev 0)
+++
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/bug55371.phpt
2011-11-15 13:36:45 UTC (rev 319250)
@@ -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--
Added: php/php-src/trunk/ext/standard/tests/general_functions/bug55371.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/bug55371.phpt
(rev 0)
+++ php/php-src/trunk/ext/standard/tests/general_functions/bug55371.phpt
2011-11-15 13:36:45 UTC (rev 319250)
@@ -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--
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php