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-002.phpt

--TEST--
Test for bug #947: Newlines converted when html_errors = 0 (plain)
--INI--
html_errors=0
xdebug.mode=develop
xdebug.cli_color=0
--FILE--
<?php
$t = "\0" . 'aze
rty\r\nqwerty';
var_dump($t, 4.34);
?>
--EXPECTF--
%sbug00947-002.php:4:
string(%r(18|19)%r) "\000aze
rty\r\nqwerty"
%sbug00947-002.php:4:
double(4.34)

Copyright © 2019 by b0y-101