1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Files
archived-php-src/ext/standard/tests/general_functions/bug55371.phpt
T
2011-11-15 13:36:45 +00:00

11 lines
184 B
PHP

--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--