blob: 179da01f39946e49d966009893beef45a4c8fdd4 (
plain)
1
2
3
4
5
6
7
8
9
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--
|