--TEST-- various magic quotes tests --INI-- error_reporting=14335 --FILE-- --EXPECTF-- int(0) int(0) Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d bool(true) int(1) Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d bool(true) int(1) string(30) "some\'content\'here\"and}there" Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d bool(true) int(0) string(27) "some'content'here"and}there" Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d bool(true) int(1) string(30) "some\'content\'here\"and}there" Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d bool(true) Deprecated: Function set_magic_quotes_runtime() is deprecated in %s on line %d Warning: set_magic_quotes_runtime() expects exactly 1 parameter, 0 given in %s on line %d NULL int(0) string(27) "some'content'here"and}there" Done