Home
last modified time | relevance | path

Searched refs:strcmp (Results 151 – 157 of 157) sorted by path

1234567

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c163 if (!strcmp(p->key, key)) { in get_help()
H A Dphpdbg_prompt.c1302 …} else if (strcmp(ZEND_EXTENSION_BUILD_ID, extension_version_info->build_id) && (!new_extension->b… in phpdbg_load_module_or_extension()
1341 if (strcmp(ZEND_EXTENSION_BUILD_ID, module_entry->build_id)) { in phpdbg_load_module_or_extension()
H A Dphpdbg_rinit_hook.c36 if (!strcmp(sapi_module.name, PHPDBG_NAME)) { in PHP_MINIT_FUNCTION()
51 …NAME "_AUTH_COOKIE"))) || Z_STRLEN_P(auth) != strlen(PHPDBG_WG(auth)) || strcmp(Z_STRVAL_P(auth), … in PHP_RINIT_FUNCTION()
H A Dphpdbg_wait.c228 if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress()
233 if (!sapi_module.name || strcmp(sapi_module.name, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress()
/PHP-7.4/scripts/dev/
H A Dfind_tested.php169 if (strcmp($current_record[METHOD_NAME], $new_method_record[METHOD_NAME]) == 0) {
/PHP-7.4/win32/
H A Dglob.c524 return(strcmp(*(char **)p, *(char **)q)); in compare()
H A Dsendmail.c999 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()

Completed in 18 milliseconds

1234567