Arquivos
hhvm/hphp/test/quick/debugger/hphpd_debugger_info.php.expectf
T
Mike Magruder d1553bda9e Add simple functions to determine if a debugger is attached
Added two simple functions to determine if a debugger is attached, and to provide info about where the debugger is connected from. Also fixed a minor bug in ext_socket where the name for an unbound AF_UNIX socket would come back from getsocketname()/getpeername() as garbage.
2013-07-10 11:16:52 -07:00

12 linhas
219 B
Plaintext

Program %s/hphpd_debugger_info.php loaded. Type '[r]un' or '[c]ontinue' to go.
continue
bool(true)
array(2) {
["clientIP"]=>
NULL
["clientPort"]=>
NULL
}
Program %s/hphpd_debugger_info.php exited normally.
quit