--TEST-- various magic quotes tests --FILE-- --EXPECTF-- int(0) int(0) bool(true) int(1) bool(true) int(1) string(30) "some\'content\'here\"and}there" bool(true) int(0) string(27) "some'content'here"and}there" bool(true) int(1) string(30) "some\'content\'here\"and}there" bool(true) bool(false) int(0) string(27) "some'content'here"and}there" Done