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() argument1364 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
129 $phpdbg = null; variable164 $phpdbg = realpath(dirname($php) . "/phpdbg.exe"); variable166 $phpdbg = realpath(dirname($php) . "/../../sapi/phpdbg/phpdbg"); variable168 $phpdbg = realpath("./sapi/phpdbg/phpdbg"); variable170 $phpdbg = realpath(dirname($php) . "/phpdbg"); variable172 $phpdbg = null; variable180 $phpdbg = getenv('TEST_PHPDBG_EXECUTABLE'); variable183 $phpdbg = $cwd . '/sapi/phpdbg/phpdbg'; variable
Completed in 38 milliseconds