Searched defs:phpdbg (Results 1 – 14 of 14) sorted by relevance
29 $phpdbg = getenv('TEST_PHPDBG_EXECUTABLE') ?: null; variable40 $phpdbg = $argv[++$i]; variable
26 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
29 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
8 class phpdbg { class
4 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
187 static PHP_MINIT_FUNCTION(phpdbg) /* {{{ */ in PHP_MINIT_FUNCTION() argument225 static PHP_MSHUTDOWN_FUNCTION(phpdbg) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument295 static PHP_RINIT_FUNCTION(phpdbg) /* {{{ */ in PHP_RINIT_FUNCTION() argument303 static PHP_RSHUTDOWN_FUNCTION(phpdbg) /* {{{ */ in PHP_RSHUTDOWN_FUNCTION() argument1368 sapi_module_struct *phpdbg = &phpdbg_sapi_module; in main() local
28 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
31 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
48 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
24 ZEND_EXTERN_MODULE_GLOBALS(phpdbg) in ZEND_EXTERN_MODULE_GLOBALS() argument
81 phpdbg section
107 $phpdbg = null; variable142 $phpdbg = realpath(dirname($php) . "/phpdbg.exe"); variable144 $phpdbg = realpath(dirname($php) . "/../../sapi/phpdbg/phpdbg"); variable146 $phpdbg = realpath("./sapi/phpdbg/phpdbg"); variable148 $phpdbg = realpath(dirname($php) . "/phpdbg"); variable150 $phpdbg = null; variable158 $phpdbg = getenv('TEST_PHPDBG_EXECUTABLE'); variable161 $phpdbg = $cwd . '/sapi/phpdbg/phpdbg'; variable
Completed in 40 milliseconds