--TEST-- Testing protection against "\0" in preg_replace() first parameter (INCL. SUHOSIN ERROR MESSAGES) --SKIPIF-- --INI-- suhosin.log.sapi=64 --FILE-- --EXPECTF-- string(49) "One little boy with 2 dogs, 3 cats and four birds" ALERT - string termination attack on first preg_replace parameter detected (attacker 'REMOTE_ADDR not set', file '%s', line 14) bool(false) string(39) "The three cats play with the four birds" ALERT - string termination attack on first preg_replace parameter detected (attacker 'REMOTE_ADDR not set', file '%s', line 16) bool(false)