Home
last modified time | relevance | path

Searched refs:strcmp (Results 101 – 125 of 157) sorted by relevance

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()
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re392 …if (!strcmp(name, "?") || (p = zend_hash_str_find_ptr(stmt->bound_param_map, name, plc->len)) == N…
H A Dpdo_stmt.c2185 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in dbstmt_prop_write()
2201 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in dbstmt_prop_delete()
2477 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in row_prop_read()
/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c725 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()
H A Dcrypt_sha512.c793 if (strcmp (cp, tests2[cnt].expected) != 0) { in main()
H A Dvar_unserializer.re531 …if ((unmangled_class == NULL || !strcmp(unmangled_class, "*") || !strcasecmp(unmangled_class, ZSTR…
539 if (unmangled_class != NULL && strcmp(unmangled_class, "*") != 0) {
/PHP-7.4/main/
H A Dfopen_wrappers.c152 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
H A Dphp_ini.c687 if (!(p = strrchr(namelist[i]->d_name, '.')) || (p && strcmp(p, ".ini"))) { in php_init_config()
/PHP-7.4/ext/phar/
H A Dphar_object.c574 && (!strcmp(SG(request_info).request_method, "GET") in PHP_METHOD()
575 || !strcmp(SG(request_info).request_method, "POST") in PHP_METHOD()
576 || !strcmp(SG(request_info).request_method, "DELETE") in PHP_METHOD()
577 || !strcmp(SG(request_info).request_method, "HEAD") in PHP_METHOD()
578 || !strcmp(SG(request_info).request_method, "OPTIONS") in PHP_METHOD()
579 || !strcmp(SG(request_info).request_method, "PATCH") in PHP_METHOD()
580 || !strcmp(SG(request_info).request_method, "PUT") in PHP_METHOD()
/PHP-7.4/main/streams/
H A Duserspace.c341 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
435 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
H A Dstreams.c1989 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1994 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 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()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c201 if (sqlstate && !strcmp(sqlstate, "42P05")) { in pgsql_stmt_execute()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c215 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
219 (strcmp((char*)attr->children->content, "1") == 0 || in is_wsdl_element()
220 strcmp((char*)attr->children->content, "true") == 0)) { in is_wsdl_element()
600 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body()
685 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message()
1137 … if (function->requestName != NULL && strcmp(function->requestName,function->functionName) != 0) { in load_wsdl()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c36 static ZEND_FUNCTION(strcmp);
248 ZEND_FE(strcmp, arginfo_strcmp)
599 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() argument
/PHP-7.4/ext/imap/
H A Dphp_imap.c3776 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3898 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3983 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION()
4088 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
4117 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
4143 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
/PHP-7.4/ext/filter/
H A Dfilter.c891 if (strcmp(filter_list[i].name, filter) == 0) { in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c78 if (strcmp(id, GD2_ID) != 0) { in _gd2GetHeader()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c536 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-7.4/
H A Drun-tests.php1100 return strcmp($a, $b);
2650 if (!strcmp($output, $wanted)) {
2781 return !strcmp($l1, $l2);
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1127 ( strcmp( pEnv->pKey+1, "SUEXEC_AUTH" ) == 0 )) in lsapi_changeUGid()
1132 ( strcmp( pEnv->pKey+1, "SUEXEC_UGID" ) == 0 )) in lsapi_changeUGid()
2172 if ( strcmp( name, CGI_HEADERS[i] ) == 0 ) in GetHeaderVar()
2236 if ( strcmp( name, pBegin->pKey ) == 0 ) in LSAPI_GetEnv_r()
/PHP-7.4/ext/date/
H A Dphp_date.c2414 return strcmp(o1->tzi.z.abbr, o2->tzi.z.abbr) ? 1 : 0; in date_object_compare_timezone()
2416 return strcmp(o1->tzi.tz->name, o2->tzi.tz->name) ? 1 : 0; in date_object_compare_timezone()
4249 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_read_property()
4260 if (strcmp(Z_STRVAL_P(member), "f") == 0) { in date_interval_read_property()
4321 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_write_property()
4333 if (strcmp(Z_STRVAL_P(member), "f") == 0) { in date_interval_write_property()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c680 if (strcmp(key, "CONTENT_TYPE") == 0 || strcmp(key, "CONTENT_LENGTH") == 0) { in sapi_cli_server_register_entry_cb()
2507 …if (strcmp(errstr, php_cli_server_request_error_unexpected_eof) == 0 && client->parser.state == s_… in php_cli_server_recv_event_read_request()

Completed in 158 milliseconds

1234567