--TEST-- Test for bug #947: Newlines converted when html_errors = 0 (ansi) --SKIPIF-- <?php require __DIR__ . '/../utils.inc'; check_reqs('!win'); ?> --INI-- html_errors=0 xdebug.mode=develop xdebug.cli_color=2 --FILE-- <?php $t = "\0" . 'aze rty\r\nqwerty'; var_dump($t, 4.34); ?> --EXPECTF-- [1m%sbug00947-001.php[22m:[1m4[22m: [1mstring[22m([32m18[0m) "[31m\000aze\nrty\\r\\nqwerty[0m" [1m%sbug00947-001.php[22m:[1m4[22m: [1mdouble[22m([33m4.34[0m)