Home
last modified time | relevance | path

Searched refs:get_magic_quotes_gpc (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/standard/tests/general_functions/
H A Dget_magic_quotes_gpc.phpt2 Test get_magic_quotes_gpc() function
5 /* Prototype: int get_magic_quotes_gpc ( void )
9 echo "Simple testcase for get_magic_quotes_gpc() function\n";
10 var_dump(get_magic_quotes_gpc());
14 var_dump(get_magic_quotes_gpc(true));
19 Simple testcase for get_magic_quotes_gpc() function
24 Warning: get_magic_quotes_gpc() expects exactly 0 parameters, 1 given in %s on line %d
H A Dbug55371.phpt2 Bug #55371 (get_magic_quotes_gpc() and get_magic_quotes_runtime() throw deprecated warning)
6 get_magic_quotes_gpc();
/PHP-5.4/ext/standard/
H A Dbasic_functions.h77 PHP_FUNCTION(get_magic_quotes_gpc);
H A Dbasic_functions.c2963 PHP_FE(get_magic_quotes_gpc, arginfo_get_magic_quotes_gpc)
4600 PHP_FUNCTION(get_magic_quotes_gpc) argument
/PHP-5.4/
H A DNEWS1954 php.ini options. get_magic_quotes_gpc, get_magic_quotes_runtime are kept

Completed in 78 milliseconds