Home
last modified time | relevance | path

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

/PHP-5.5/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.5/
H A DREADME.md22 Fix #55371: get_magic_quotes_gpc() throws deprecation warning
24 After removing magic quotes, the get_magic_quotes_gpc function caused
25 a deprecate warning. get_magic_quotes_gpc can be used to detected
H A DNEWS3143 php.ini options. get_magic_quotes_gpc, get_magic_quotes_runtime are kept
/PHP-5.5/ext/standard/
H A Dbasic_functions.h77 PHP_FUNCTION(get_magic_quotes_gpc);
H A Dbasic_functions.c2981 PHP_FE(get_magic_quotes_gpc, arginfo_get_magic_quotes_gpc)
4662 PHP_FUNCTION(get_magic_quotes_gpc) argument

Completed in 45 milliseconds