Home
last modified time | relevance | path

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

/PHP-7.3/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();
/PHP-7.3/ext/standard/
H A Dbasic_functions.h77 PHP_FUNCTION(get_magic_quotes_runtime);
H A Dbasic_functions.c3020 PHP_FE(get_magic_quotes_runtime, arginfo_get_magic_quotes_runtime)
4743 PHP_FUNCTION(get_magic_quotes_runtime) argument

Completed in 44 milliseconds