php-src/ext/standard/tests/general_functions/bug55371.phpt

11 lines
184 B
Plaintext
Raw Normal View History

2011-11-15 13:36:45 +00:00
--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--