b0y-101 Mini Shell


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

--TEST--
xdebug_start_trace() without filename
--INI--
xdebug.mode=trace
xdebug.start_with_request=no
xdebug.collect_return=1
xdebug.collect_assignments=0
xdebug.trace_format=0
xdebug.trace_output_name=trace.%c
xdebug.use_compression=0
--FILE--
<?php
	$tf = xdebug_start_trace();
	echo $tf, "\n";
	xdebug_stop_trace();
	unlink($tf);
?>
--EXPECTF--
%strace.%d.xt

Copyright © 2019 by b0y-101