Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_magic_quotes_runtime.phpt2 Test get_magic_quotes_runtime() function
5 /* Prototype: int get_magic_quotes_runtime ( void )
9 echo "Simple testcase for get_magic_quotes_runtime() function\n";
11 var_dump(get_magic_quotes_runtime());
15 var_dump(get_magic_quotes_runtime(true));
20 Simple testcase for get_magic_quotes_runtime() function
25 Warning: get_magic_quotes_runtime() 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)
7 get_magic_quotes_runtime();
H A Dset_magic_quotes_runtime_basic.phpt13 $g = get_magic_quotes_runtime();
18 $g = get_magic_quotes_runtime();
23 $g = get_magic_quotes_runtime();
/PHP-5.5/ext/standard/
H A Dbasic_functions.h76 PHP_FUNCTION(get_magic_quotes_runtime);
H A Dbasic_functions.c2982 PHP_FE(get_magic_quotes_runtime, arginfo_get_magic_quotes_runtime)
4651 PHP_FUNCTION(get_magic_quotes_runtime) argument
/PHP-5.5/
H A DNEWS3143 php.ini options. get_magic_quotes_gpc, get_magic_quotes_runtime are kept

Completed in 37 milliseconds