b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/start_with_request_never_session.phpt

--TEST--
Starting Debugger: never, XDEBUG_SESSION
--ENV--
XDEBUG_SESSION=yes
--FILE--
<?php
require 'dbgp/dbgpclient.php';

dbgpRunFile(
	dirname(__FILE__) . '/empty-echo.inc',
	['step_into', 'step_into', 'property_get -n $e', 'detach'],
	['xdebug.mode' => 'debug', 'xdebug.start_with_request' => 'no'],
	['timeout' => 1]
);
?>
--EXPECTF--
Hi!

Copyright © 2019 by b0y-101