Home
last modified time | relevance | path

Searched refs:strcmp (Results 51 – 75 of 157) sorted by relevance

1234567

/PHP-7.4/ext/dba/
H A Ddba_db4.c49 if (function && (!strcmp(function,"dba_popen") || !strcmp(function,"dba_open")) in php_dba_db4_errcall_fcn()
H A Ddba_dbm.c193 if (!strcmp(DBM_VERSION, "GDBM")) in DBA_INFO_FUNC()
H A Ddba.c625 if (!strcmp(info->path, path)) { in php_dba_find()
898 if (!strcmp(file_mode, "r")) { in php_dba_open()
1077 if (!strcmp(info->hnd->name, "cdb")) { in PHP_FUNCTION()
1082 } else if (!strcmp(info->hnd->name, "inifile")) { in PHP_FUNCTION()
H A Ddba_cdb.c329 if (!strcmp(hnd->name, "cdb")) { in DBA_INFO_FUNC()
/PHP-7.4/ext/dom/
H A Dphp_dom.c1331 if (!(strcmp (version, "1.0") && strcmp (version,"2.0") && strcmp(version, ""))) { in dom_has_feature()
1332 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML")) in dom_has_feature()
1347 …if (ns == NULL || (!strcmp(ns, "") && nodep->ns == NULL) || (nodep->ns != NULL && (xmlStrEqual(nod… in dom_get_elements_by_tag_name_ns_raw()
1507 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1508 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1509 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
/PHP-7.4/ext/pdo_odbc/tests/
H A Dmax_columns.phpt35 if (strcmp($expect, $row[1])) {
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c92 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
142 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
168 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
H A Dphp_http.c327 return strcmp(host+l1-l2,domain) == 0; in in_domain()
332 return strcmp(host,domain) == 0; in in_domain()
496 strcmp(ZSTR_VAL(orig->host), ZSTR_VAL(phpurl->host)) == 0 && in make_http_soap_request()
1277 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1278 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1282 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
/PHP-7.4/main/
H A DSAPI.c412 if (SG(request_info).request_method && !strcmp(SG(request_info).request_method, "HEAD")) { in sapi_activate_headers_only()
454 if (SG(request_info).request_method && !strcmp(SG(request_info).request_method, "HEAD")) { in sapi_activate()
466 && !strcmp(SG(request_info).request_method, "POST")) { in sapi_activate()
816 strcmp(SG(request_info).request_method, "HEAD") && in sapi_header_op()
817 strcmp(SG(request_info).request_method, "GET")) { in sapi_header_op()
1030 … if (strlen(sapi_module.name) == sizeof("cgi-fcgi") - 1 && !strcmp(sapi_module.name, "cgi-fcgi")) { in sapi_getenv()
/PHP-7.4/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt30 if( strcmp($str, $str_stripslashes) != 0 )
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf_time.c195 if (strcmp(ref, p) != 0) in main()
H A Dder.c333 if (strcmp(buf, s) != 0 && strcmp("x", s) != 0) in der_cmp()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c225 return strcmp(fe->name, se->name); in extension_name_cmp()
1080 strcmp(env_path_translated, script_path_translated) != 0) { in init_request_info()
1141 tflag = (slen != 0 && (!orig_path_info || strcmp(orig_path_info, path_info) != 0)); in init_request_info()
1155 strcmp(orig_script_name, env_path_info) != 0) { in init_request_info()
1170 if (snlen>slen && !strcmp(env_script_name+snlen-slen, path_info)) { in init_request_info()
1179 strcmp(orig_script_filename, pt) != 0) { in init_request_info()
1256 strcmp(orig_script_name, env_script_name) != 0) { in init_request_info()
1272 strcmp(script_path_translated, orig_script_filename) != 0)) { in init_request_info()
H A Dfpm_status.c160 …if (fpm_status_ping_uri && fpm_status_ping_response && !strcmp(fpm_status_ping_uri, SG(request_inf… in fpm_status_handle_request()
177 if (fpm_status_uri && !strcmp(fpm_status_uri, SG(request_info).request_uri)) { in fpm_status_handle_request()
H A Dfpm_conf.c1131 …dress && wp2->config->listen_address && *wp2->config->listen_address && !strcmp(wp->config->listen… in fpm_conf_process_all_pools()
1391 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1453 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1462 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1466 } else if (!strcmp("php_admin_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1470 } else if (!strcmp("php_flag", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1474 } else if (!strcmp("php_admin_flag", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c214 return strcmp(fe->name, se->name); in extension_name_cmp()
877 strcmp(argv[php_optind-1],"--") in do_cli()
896 && strcmp(argv[php_optind-1],"--")) in do_cli()
957 if (strcmp(file_handle.filename, "Standard input code")) { in do_cli()
1106 if (!strcmp(reflection_what, "main")) { in do_cli()
/PHP-7.4/ext/standard/
H A Dproc_open.c681 if (strcmp(Z_STRVAL_P(ztype), "pipe") == 0) { in PHP_FUNCTION()
719 } else if (strcmp(Z_STRVAL_P(ztype), "file") == 0) { in PHP_FUNCTION()
767 } else if (strcmp(Z_STRVAL_P(ztype), "redirect") == 0) { in PHP_FUNCTION()
827 } else if (strcmp(Z_STRVAL_P(ztype), "null") == 0) { in PHP_FUNCTION()
845 } else if (strcmp(Z_STRVAL_P(ztype), "pty") == 0) { in PHP_FUNCTION()
926 if(strcmp(sapi_module.name, "cli") != 0) { in PHP_FUNCTION()
H A Ddl.c213 if(strcmp(module_entry->build_id, ZEND_MODULE_BUILD_ID)) { in php_load_extension()
/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/ext/com_dotnet/
H A Dcom_extension.c237 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in ZEND_GET_MODULE()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c810 if(!strcmp(root_elem->name, "simpleRPC")) { in XMLRPC_REQUEST_FromXML()
814 else if (!strcmp (root_elem->name, "SOAP-ENV:Envelope")) { in XMLRPC_REQUEST_FromXML()
1274 if(!strcmp(xIter->id.str, id)) { in XMLRPC_VectorGetValueWithID_Case()
2456 if(sm && !strcmp(sm->name, name)) { in find_method()
2522 if(sm && !strcmp(sm->name, callName)) { in XMLRPC_ServerFindMethod()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c627 …(url->host == NULL && (strcmp(ZSTR_VAL(url->scheme), "mailto") && strcmp(ZSTR_VAL(url->scheme), "n… in php_filter_validate_url()
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c243 if (!strcmp(buffer+1, entity->name)) { in mbfl_filt_conv_html_dec()
/PHP-7.4/sapi/phpdbg/
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/ext/date/lib/
H A Dinterval.c51 && (strcmp(one->tz_info->name, two->tz_info->name) == 0) in timelib_diff()

Completed in 147 milliseconds

1234567