Searched refs:PHPDBG_NAME (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_rinit_hook.c | 34 if (!strcmp(sapi_module.name, PHPDBG_NAME)) { in PHP_MINIT_FUNCTION() 49 …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 | 222 if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress() 228 …("wait", "missingmodule=\"%.*s\"", "The module %.*s isn't present in " PHPDBG_NAME ", you still ca… in phpdbg_webdata_decompress() 288 …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 | 739 PHPDBG_NAME,
|
Completed in 17 milliseconds