Home
last modified time | relevance | path

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

1234567

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dst.c48 strcmp,
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.c672 …if (!strcmp(name, "?") || (p = zend_hash_str_find_ptr(stmt->bound_param_map, name, plc->len)) == N… in pdo_parse_params()
H A Dpdo_sql_parser.re357 …if (!strcmp(name, "?") || (p = zend_hash_str_find_ptr(stmt->bound_param_map, name, plc->len)) == N…
/PHP-7.2/ext/standard/
H A Dmail.c500 if (!strcmp(mail_log, "syslog")) { in php_mail()
H A Dimage.c1044 if (!strcmp("width", type)) { in php_get_xbm()
1051 if (!strcmp("height", type)) { in php_get_xbm()
H A Dcrypt_freesec.c796 if (!strcmp(hash, tests[i].hash)) in main()
H A Dvar_unserializer.c432 …&& (unmangled_class == NULL || !strcmp(unmangled_class, "*") || !strcasecmp(unmangled_class, ZSTR_… in process_nested_data()
440 if (unmangled_class != NULL && strcmp(unmangled_class, "*") != 0) { in process_nested_data()
H A Dcrypt_sha256.c741 if (strcmp(cp, tests2[cnt].expected) != 0) { in main()
H A Dvar_unserializer.re436 …&& (unmangled_class == NULL || !strcmp(unmangled_class, "*") || !strcasecmp(unmangled_class, ZSTR_…
444 if (unmangled_class != NULL && strcmp(unmangled_class, "*") != 0) {
H A Dcrypt_sha512.c809 if (strcmp (cp, tests2[cnt].expected) != 0) { in main()
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c703 mydata.needs_enc_conversion = options->encoding && strcmp(options->encoding, encoding_utf_8); in xml_elem_parse_buf()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_help.c163 if (!strcmp(p->key, key)) { in get_help()
/PHP-7.2/ext/standard/tests/strings/
H A Dstripslashes_variation2.phpt100 if( strcmp($str, $str_stripslashes) != 0 )
/PHP-7.2/ext/spl/
H A Dphp_spl.c704 …if (ZSTR_LEN(lc_name) == sizeof("spl_autoload_call") - 1 && !strcmp(ZSTR_VAL(lc_name), "spl_autolo… in PHP_FUNCTION()
725 …} else if (ZSTR_LEN(lc_name) == sizeof("spl_autoload")-1 && !strcmp(ZSTR_VAL(lc_name), "spl_autolo… in PHP_FUNCTION()
/PHP-7.2/
H A Dserver-tests.php723 return strcmp($a, $b);
1517 $failed = (0 != strcmp($output,$wanted));
H A Drun-tests.php976 return strcmp($a, $b);
2167 if (!strcmp($output, $wanted)) {
2289 return !strcmp($l1, $l2);
/PHP-7.2/main/
H A Dfopen_wrappers.c149 if (strcmp(basedir, ".") || !VCWD_GETCWD(local_open_basedir, MAXPATHLEN)) {
H A Dphp_ini.c691 if (!(p = strrchr(namelist[i]->d_name, '.')) || (p && strcmp(p, ".ini"))) { in php_init_config()
/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php588 … if ($this->testMethod && strcmp($this->testMethod,$soap_test->test_name) != 0) continue;
/PHP-7.2/win32/
H A Dsendmail.c959 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
H A Dglob.c526 return(strcmp(*(char **)p, *(char **)q)); in compare()
/PHP-7.2/ext/phar/
H A Dphar_object.c576 && (!strcmp(SG(request_info).request_method, "GET") in PHP_METHOD()
577 || !strcmp(SG(request_info).request_method, "POST") in PHP_METHOD()
578 || !strcmp(SG(request_info).request_method, "DELETE") in PHP_METHOD()
579 || !strcmp(SG(request_info).request_method, "HEAD") in PHP_METHOD()
580 || !strcmp(SG(request_info).request_method, "OPTIONS") in PHP_METHOD()
581 || !strcmp(SG(request_info).request_method, "PATCH") in PHP_METHOD()
582 || !strcmp(SG(request_info).request_method, "PUT") in PHP_METHOD()
/PHP-7.2/main/streams/
H A Duserspace.c345 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opener()
439 …if (FG(user_stream_current_filename) != NULL && strcmp(filename, FG(user_stream_current_filename))… in user_wrapper_opendir()
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_statement.c203 if (sqlstate && !strcmp(sqlstate, "42P05")) { in pgsql_stmt_execute()
/PHP-7.2/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()
597 strcmp(parts, param->paramName) == 0) { in wsdl_soap_binding_body()
682 if (trav->ns != NULL && strcmp((char*)trav->ns->href, WSDL_NAMESPACE) != 0) { in wsdl_message()
1133 … if (function->requestName != NULL && strcmp(function->requestName,function->functionName) != 0) { in load_wsdl()

Completed in 144 milliseconds

1234567