PHPDBG_NAME       752 sapi/phpdbg/phpdbg.c 	PHPDBG_NAME,
PHPDBG_NAME        36 sapi/phpdbg/phpdbg_rinit_hook.c 	if (!strcmp(sapi_module.name, PHPDBG_NAME)) {
PHPDBG_NAME        51 sapi/phpdbg/phpdbg_rinit_hook.c 	if (Z_TYPE(cookies) == IS_ARRAY || (auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUTH_COOKIE", sizeof(PHPDBG_NAME "_AUTH_COOKIE"))) || Z_STRLEN_P(auth) != strlen(PHPDBG_WG(auth)) || strcmp(Z_STRVAL_P(auth), PHPDBG_WG(auth))) {
PHPDBG_NAME       228 sapi/phpdbg/phpdbg_wait.c 				if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) {
PHPDBG_NAME       234 sapi/phpdbg/phpdbg_wait.c 					phpdbg_notice("wait", "missingmodule=\"%.*s\"", "The module %.*s isn't present in " PHPDBG_NAME ", you still can load via dl /path/to/module/%.*s.so", (int) Z_STRLEN_P(module), Z_STRVAL_P(module), (int) Z_STRLEN_P(module), Z_STRVAL_P(module));
PHPDBG_NAME       290 sapi/phpdbg/phpdbg_wait.c 				phpdbg_notice("wait", "missingextension=\"%.*s\"", "The Zend extension %.*s isn't present in " PHPDBG_NAME ", you still can load via dl /path/to/extension.so", (int) Z_STRLEN_P(name), Z_STRVAL_P(name));