Searched refs:PHPDBG_NAME (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_rinit_hook.c | 36 if (!strcmp(sapi_module.name, PHPDBG_NAME)) { in PHP_MINIT_FUNCTION() 51 …RAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUTH_COOKIE", sizeof(PHPDBG_NAM… in PHP_RINIT_FUNCTION()
|
H A D | phpdbg_wait.c | 228 if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress() 234 …("wait", "missingmodule=\"%.*s\"", "The module %.*s isn't present in " PHPDBG_NAME ", you still ca… in phpdbg_webdata_decompress() 292 …issingextension=\"%.*s\"", "The Zend extension %.*s isn't present in " PHPDBG_NAME ", you still ca… in phpdbg_webdata_decompress()
|
H A D | phpdbg.h | 104 #define PHPDBG_NAME "phpdbg" macro
|
H A D | phpdbg.c | 807 PHPDBG_NAME,
|
Completed in 15 milliseconds