b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/bug00947-001.phpt

--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--
%sbug00947-001.php:4:
string(18) "\000aze\nrty\\r\\nqwerty"
%sbug00947-001.php:4:
double(4.34)

Copyright © 2019 by b0y-101