PHP_DEP_FALIAS(magic_quotes_runtime, set_magic_quotes_runtime, arginfo_set_magic_quotes_runtime)
PHP_DEP_FE(set_magic_quotes_runtime, arginfo_set_magic_quotes_runtime)
- PHP_DEP_FE(get_magic_quotes_gpc, arginfo_get_magic_quotes_gpc)
- PHP_DEP_FE(get_magic_quotes_runtime, arginfo_get_magic_quotes_runtime)
+ PHP_FE(get_magic_quotes_gpc, arginfo_get_magic_quotes_gpc)
+ PHP_FE(get_magic_quotes_runtime, arginfo_get_magic_quotes_runtime)
PHP_FE(error_log, arginfo_error_log)
PHP_FE(error_get_last, arginfo_error_get_last)
===DONE===
--EXPECTF--
Simple testcase for get_magic_quotes_gpc() function
-
-Deprecated: Function get_magic_quotes_gpc() is deprecated in %s on line %d
bool(false)
-- Error cases --
-Deprecated: Function get_magic_quotes_gpc() is deprecated in %s on line %d
-
Warning: get_magic_quotes_gpc() expects exactly 0 parameters, 1 given in %s on line %d
NULL
===DONE===
===DONE===
--EXPECTF--
Simple testcase for get_magic_quotes_runtime() function
-
-Deprecated: Function get_magic_quotes_runtime() is deprecated in %s on line %d
bool(false)
-- Error cases --
-Deprecated: Function get_magic_quotes_runtime() is deprecated in %s on line %d
-
Warning: get_magic_quotes_runtime() expects exactly 0 parameters, 1 given in %s on line %d
NULL
===DONE===
--EXPECTF--
Simple testcase for set_magic_quotes_runtime() function - basic test
-Deprecated: Function get_magic_quotes_runtime() is deprecated in %s on line %d
-
-- magic quotes runtime set in INI file: --
-- Set magic quotes runtime to 0: --
Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d
bool(false)
-Deprecated: Function get_magic_quotes_runtime() is deprecated in %s on line %d
-
-- magic quotes runtime after set: --
-- Set magic quotes runtime to 1: --