b0y-101 Mini Shell


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

--TEST--
Test for bug #1901: Stack traces are shown (with a broken time) when Xdebug's mode includes 'debug' but not 'develop' or 'trace'
--INI--
xdebug.mode=debug
xdebug.start_with_request=no
--FILE--
<?php
function f() {
	usleep(50000);
	trigger_error("test");
}

f();
?>
--EXPECTF--
Notice: test in %sbug01901.php on line 4

Copyright © 2019 by b0y-101