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/backtrace-simple.phpt

--TEST--
Test for simple backtrace
--INI--
xdebug.mode=develop
xdebug.dump_globals=0
xdebug.trace_format=0
xdebug.show_error_trace=0
--FILE--
<?php
	function a () {
		b();
	}

	function b () {
		c();
	}

	a();
?>
--EXPECTF--
Fatal error: Uncaught Error: Call to undefined function%sc() in %sbacktrace-simple.php on line 7

Error: Call to undefined function c() in %sbacktrace-simple.php on line 7

Call Stack:
%w%f %w%d   1. {main}() %sbacktrace-simple.php:0
%w%f %w%d   2. a() %sbacktrace-simple.php:10
%w%f %w%d   3. b() %sbacktrace-simple.php:3

Copyright © 2019 by b0y-101