Home
last modified time | relevance | path

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

1234567

/PHP-8.3/win32/
H A Dsendmail.c1000 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
/PHP-8.3/main/
H A Dphp_ini.c664 if (!(p = strrchr(namelist[i]->d_name, '.')) || (p && strcmp(p, ".ini"))) { in php_init_config()
H A Dfopen_wrappers.c155 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
H A Dnetwork.c840 if (bindto && (strchr(bindto, ':') || !strcmp(bindto, "0"))) {
H A Drfc1867.c361 if (!strcmp(line, boundary)) { in find_boundary()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_statement.c201 if (sqlstate && !strcmp(sqlstate, "42P05")) { in pgsql_stmt_execute()
/PHP-8.3/ext/standard/
H A Dcrypt_sha512.c813 if (strcmp (cp, tests2[cnt].expected) != 0) { in main()
H A Dproc_open.c1283 if(strcmp(sapi_module.name, "cli") != 0) { in PHP_FUNCTION()
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_driver.c740 if (*filename && strcmp(filename, ":memory:")) { in make_filename_safe()
/PHP-8.3/ext/imap/
H A Dphp_imap.c3421 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3543 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3622 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION()
3731 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
3759 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
3785 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
/PHP-8.3/ext/soap/
H A Dphp_sdl.c214 if (node->ns && strcmp((char*)node->ns->href, WSDL_NAMESPACE) != 0) { in is_wsdl_element()
218 (strcmp((char*)attr->children->content, "1") == 0 || in is_wsdl_element()
219 strcmp((char*)attr->children->content, "true") == 0)) { in is_wsdl_element()
601 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body()
686 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message()
1139 … if (function->requestName != NULL && strcmp(function->requestName,function->functionName) != 0) { in load_wsdl()
/PHP-8.3/ext/pgsql/
H A Dpgsql.c4290 …add_assoc_bool_ex(&elem, "not null", sizeof("not null") - 1, !strcmp(PQgetvalue(pg_result, i, 4), … in php_pgsql_meta_data()
4292 …add_assoc_bool_ex(&elem, "has default", sizeof("has default") - 1, !strcmp(PQgetvalue(pg_result,i,… in php_pgsql_meta_data()
4296 …add_assoc_bool_ex(&elem, "is enum", sizeof("is enum") - 1, !strcmp(PQgetvalue(pg_result, i, 7), "e… in php_pgsql_meta_data()
4299 …add_assoc_bool_ex(&elem, "is base", sizeof("is base") - 1, !strcmp(PQgetvalue(pg_result, i, 7), "b… in php_pgsql_meta_data()
4300 …add_assoc_bool_ex(&elem, "is composite", sizeof("is composite") - 1, !strcmp(PQgetvalue(pg_result,… in php_pgsql_meta_data()
4301 …add_assoc_bool_ex(&elem, "is pseudo", sizeof("is pseudo") - 1, !strcmp(PQgetvalue(pg_result, i, 7)… in php_pgsql_meta_data()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c270 if (strcmp(ms->o.buf + l, FILE_SEPARATOR) != 0) in trim_separator()
H A Dapprentice.c1351 return strcmp(*RCAST(char *const *, p1), *RCAST(char *const *, p2)); in cmpstrp()
3646 if (strcmp(ma[i].value.s, name) == 0) {
/PHP-8.3/ext/gd/libgd/
H A Dgd_gd2.c78 if (strcmp(id, GD2_ID) != 0) { in _gd2GetHeader()
/PHP-8.3/TSRM/
H A Dtsrm_win32.c533 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c1131 ( strcmp( pEnv->pKey+1, "SUEXEC_AUTH" ) == 0 )) in lsapi_changeUGid()
1136 ( strcmp( pEnv->pKey+1, "SUEXEC_UGID" ) == 0 )) in lsapi_changeUGid()
2186 if ( strcmp( name, CGI_HEADERS[i] ) == 0 ) in GetHeaderVar()
2250 if ( strcmp( name, pBegin->pKey ) == 0 ) in LSAPI_GetEnv_r()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1274 …} else if (strcmp(ZEND_EXTENSION_BUILD_ID, extension_version_info->build_id) && (!new_extension->b… in phpdbg_load_module_or_extension()
1313 if (strcmp(ZEND_EXTENSION_BUILD_ID, module_entry->build_id)) { in phpdbg_load_module_or_extension()
/PHP-8.3/ext/standard/libavifinfo/
H A Davifinfo.c415 if (strcmp(aux_type, kAlphaStr) == 0) { in ParseIpco()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c146 if (strcmp(name, node->name) == 0 && sym->end < node->end) { in zend_jit_disasm_add_symbol()
/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c671 if (strcmp(key, "CONTENT_TYPE") == 0 || strcmp(key, "CONTENT_LENGTH") == 0) { in sapi_cli_server_register_entry_cb()
2626 …if (strcmp(errstr, php_cli_server_request_error_unexpected_eof) == 0 && client->parser.state == s_… in php_cli_server_recv_event_read_request()
/PHP-8.3/ext/iconv/
H A Diconv.c424 if (clen >= 9 && strcmp("//IGNORE", charset+clen-8) == 0) { in _php_check_ignore()
427 if (clen >= 19 && strcmp("//IGNORE//TRANSLIT", charset+clen-18) == 0) { in _php_check_ignore()
/PHP-8.3/ext/date/
H A Dphp_date.c776 …if (!localtime || strcmp(offset->abbr, "UTC") == 0 || strcmp(offset->abbr, "Z") == 0 || strcmp(off… in date_format()
2048 return strcmp(o1->tzi.z.abbr, o2->tzi.z.abbr) ? 1 : 0; in date_object_compare_timezone()
2050 return strcmp(o1->tzi.tz->name, o2->tzi.tz->name) ? 1 : 0; in date_object_compare_timezone()
/PHP-8.3/ext/libxml/
H A Dlibxml.c955 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.c1223 return strcmp(conn->vio->data->stream->ops->label, "unix_socket") == 0; in is_secure_transport()

Completed in 151 milliseconds

1234567