Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/pdo_odbc/
H A Dpdo_odbc.c121 if (strcasecmp(pooling_val, "strict") == 0 || strcmp(pooling_val, "1") == 0) { in PHP_INI_END()
/PHP-5.5/ext/soap/
H A Dsoap.c1589 if ((strcmp(Z_STRVAL_PP(encoding),"gzip") == 0 ||
1590 strcmp(Z_STRVAL_PP(encoding),"x-gzip") == 0) &&
3298 if (strcmp(fault_code,"Client") == 0 ||
3299 strcmp(fault_code,"Server") == 0 ||
3300 strcmp(fault_code,"VersionMismatch") == 0 ||
3301 strcmp(fault_code,"MustUnderstand") == 0) {
3305 if (strcmp(fault_code,"Client") == 0) {
3308 } else if (strcmp(fault_code,"Server") == 0) {
3312 strcmp(fault_code,"MustUnderstand") == 0 ||
3817 } else if (strcmp((char*)param->name,"return") == 0) {
[all …]
H A Dphp_http.c324 return strcmp(host+l1-l2,domain) == 0; in in_domain()
329 return strcmp(host,domain) == 0; in in_domain()
455 if (phpurl->scheme != NULL && strcmp(phpurl->scheme, "https") == 0) { in make_http_soap_request()
457 } else if (phpurl->scheme == NULL || strcmp(phpurl->scheme, "http") != 0) { in make_http_soap_request()
486 (((use_ssl && orig->scheme != NULL && strcmp(orig->scheme, "https") == 0) || in make_http_soap_request()
488 (!use_ssl && strcmp(orig->scheme, "https") != 0)) && in make_http_soap_request()
489 strcmp(orig->host, phpurl->host) == 0 && in make_http_soap_request()
1254 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1255 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1261 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
H A Dphp_packet_soap.c93 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
143 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
169 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_socket_variation2.phpt47 if (strcmp($line, LINE_OF_DATA) != 0) {
/PHP-5.5/ext/spl/examples/
H A Dfindfile.inc52 return !strcmp($this->current(), $this->file);
/PHP-5.5/ext/pcre/pcrelib/
H A Ddftables.c72 if (argc > 1 && strcmp(argv[1], "-L") == 0) in main()
H A Dpcredemo.c76 if (strcmp(argv[i], "-g") == 0) find_all = 1; in main()
/PHP-5.5/ext/dba/
H A Ddba_db4.c52 if (function && (!strcmp(function,"dba_popen") || !strcmp(function,"dba_open")) in php_dba_db4_errcall_fcn()
H A Ddba_dbm.c196 if (!strcmp(DBM_VERSION, "GDBM")) in DBA_INFO_FUNC()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_status.c64 …if (fpm_status_ping_uri && fpm_status_ping_response && !strcmp(fpm_status_ping_uri, SG(request_inf… in fpm_status_handle_request()
81 if (fpm_status_uri && !strcmp(fpm_status_uri, SG(request_info).request_uri)) { in fpm_status_handle_request()
H A Dfpm_main.c253 return strcmp( ((zend_extension *)(*f)->data)->name, in extension_name_cmp()
1151 strcmp(env_path_translated, script_path_translated) != 0) {
1215 tflag = (slen != 0 && (!orig_path_info || strcmp(orig_path_info, path_info) != 0));
1229 strcmp(orig_script_name, env_path_info) != 0) {
1244 if (snlen>slen && !strcmp(env_script_name+snlen-slen, path_info)) {
1253 strcmp(orig_script_filename, pt) != 0) {
1331 strcmp(orig_script_name, env_script_name) != 0) {
1347 strcmp(script_path_translated, orig_script_filename) != 0)) {
H A Dfpm_conf.c1091 …dress && wp2->config->listen_address && *wp2->config->listen_address && !strcmp(wp->config->listen… in fpm_conf_process_all_pools()
1344 if (!strcmp(Z_STRVAL_P(name), "include")) { in fpm_conf_ini_parser_entry()
1406 if (!strcmp("env", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1415 } else if (!strcmp("php_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1419 } else if (!strcmp("php_admin_value", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1423 } else if (!strcmp("php_flag", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
1427 } else if (!strcmp("php_admin_flag", Z_STRVAL_P(name))) { in fpm_conf_ini_parser_array()
/PHP-5.5/ext/standard/tests/strings/
H A Dstripslashes_basic.phpt30 if( strcmp($str, $str_stripslashes) != 0 )
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf_time.c194 if (strcmp(ref, p) != 0) in main()
/PHP-5.5/scripts/dev/
H A Dfind_tested.php165 if (strcmp($current_record[METHOD_NAME], $new_method_record[METHOD_NAME]) == 0) {
/PHP-5.5/ext/dom/
H A Dphp_dom.c1471 if (!(strcmp (version, "1.0") && strcmp (version,"2.0") && strcmp(version, ""))) { in dom_has_feature()
1472 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML")) in dom_has_feature()
1632 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1633 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1634 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
/PHP-5.5/main/
H A DSAPI.c409 if (SG(request_info).request_method && !strcmp(SG(request_info).request_method, "HEAD")) { in sapi_activate_headers_only()
453 if (SG(request_info).request_method && !strcmp(SG(request_info).request_method, "HEAD")) { in sapi_activate()
463 if (SG(request_info).content_type && !strcmp(SG(request_info).request_method, "POST")) { in sapi_activate()
826 strcmp(SG(request_info).request_method, "HEAD") && in sapi_header_op()
827 strcmp(SG(request_info).request_method, "GET")) { in sapi_header_op()
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c295 if (!strcmp(modifier, "cis") || !strcmp(modifier, "case_insensitive")) { in PHP_INI_MH()
/PHP-5.5/ext/standard/
H A Dproc_open.c594 if (strcmp(Z_STRVAL_PP(ztype), "pipe") == 0) { in PHP_FUNCTION()
630 } else if (strcmp(Z_STRVAL_PP(ztype), "file") == 0) { in PHP_FUNCTION()
674 } else if (strcmp(Z_STRVAL_PP(ztype), "pty") == 0) { in PHP_FUNCTION()
753 if(strcmp(sapi_module.name, "cli") != 0) { in PHP_FUNCTION()
H A Dtype.c231 if (!strcmp(ce->name, INCOMPLETE_CLASS)) { in php_is_type()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c816 if(!strcmp(root_elem->name, "simpleRPC")) { in XMLRPC_REQUEST_FromXML()
820 else if (!strcmp (root_elem->name, "SOAP-ENV:Envelope")) { in XMLRPC_REQUEST_FromXML()
1280 if(!strcmp(xIter->id.str, id)) { in XMLRPC_VectorGetValueWithID_Case()
2464 if(sm && !strcmp(sm->name, name)) { in find_method()
2530 if(sm && !strcmp(sm->name, callName)) { in XMLRPC_ServerFindMethod()
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c304 if (strcmp(f, tests[n].fi[i]) != 0) { in regress()
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c247 if (!strcmp(buffer+1, entity->name)) { in mbfl_filt_conv_html_dec()
/PHP-5.5/ext/date/lib/
H A Dinterval.c43 && (strcmp(one->tz_info->name, two->tz_info->name) == 0) in timelib_diff()

Completed in 102 milliseconds

1234567