Home
last modified time | relevance | path

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

1234567

/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_stdio.c398 strcmp(fpm_global_config.error_log, "/dev/stderr") == 0 ||
399 strcmp(fpm_global_config.error_log, "/proc/self/fd/2") == 0
H A Dfpm_status.c154 …if (fpm_status_ping_uri && fpm_status_ping_response && !strcmp(fpm_status_ping_uri, SG(request_inf… in fpm_status_handle_request()
171 if (fpm_status_uri && !strcmp(fpm_status_uri, SG(request_info).request_uri)) { in fpm_status_handle_request()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c214 return strcmp(fe->name, se->name); in extension_name_cmp()
874 strcmp(argv[php_optind-1],"--") in do_cli()
895 && strcmp(argv[php_optind-1],"--")) in do_cli()
1107 if (!strcmp(reflection_what, "main")) { in do_cli()
1144 if (behavior == PHP_MODE_LINT && argc > php_optind && strcmp(argv[php_optind],"--")) { in do_cli()
/PHP-8.3/scripts/dev/
H A Dfind_tested.php169 if (strcmp($current_record[METHOD_NAME], $new_method_record[METHOD_NAME]) == 0) {
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf_time.c199 if (strcmp(ref, p) != 0) in main()
H A Dder.c376 if (strcmp(buf, s) != 0 && strcmp("x", s) != 0) { in der_cmp()
/PHP-8.3/ext/dba/
H A Ddba_dbm.c192 if (!strcmp(DBM_VERSION, "GDBM")) in DBA_INFO_FUNC()
H A Ddba_cdb.c323 if (!strcmp(hnd->name, "cdb")) { in DBA_INFO_FUNC()
H A Ddba.c771 if (!strcmp(file_mode, "r")) { in php_dba_open()
995 if (!strcmp(info->hnd->name, "cdb")) { in PHP_FUNCTION()
1001 } else if (!strcmp(info->hnd->name, "inifile")) { in PHP_FUNCTION()
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php23 function strcmp(string $string1, string $string2): int {} function
H A Dzend_builtin_functions_arginfo.h226 ZEND_FUNCTION(strcmp);
287 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(strcmp, arginfo_strcmp)
H A Dzend_language_parser.y1635 strcmp(toktype, "\"end of file\"") == 0) {
1643 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
1651 if (strcmp(toktype, "\"amp\"") == 0) {
1660 if (strcmp(toktype, "'\"'") == 0) {
1690 if (tokcontent_len == 1 && strcmp(yystr, "\"invalid character\"") == 0) {
1705 if (tokcontent_len > 0 && strcmp(yystr, "\"quoted string\"") == 0) {
1744 if (strcmp(toktype, "\"'\\\\'\"") == 0) {
/PHP-8.3/ext/date/lib/
H A Dparse_tz.c385 (strcmp(abbr, &tz->timezone_abbr[tz->type[i].abbr_idx]) == 0) in find_ttinfo_index()
561 if (strcmp("", tz->posix_string) == 0) { in timelib_dump_tzinfo()
707 if (strcmp("", tmp->posix_string) == 0) { in timelib_parse_tzfile()
968 …if (one->zone_type == TIMELIB_ZONETYPE_ID && strcmp(one->tz_info->name, two->tz_info->name) == 0) { in timelib_same_timezone()
H A Dinterval.c46 (strcmp((*one)->tz_info->name, (*two)->tz_info->name) == 0) in sort_old_to_new()
150 …if (one->zone_type == TIMELIB_ZONETYPE_ID && two->zone_type == TIMELIB_ZONETYPE_ID && strcmp(one->… in timelib_diff()
/PHP-8.3/ext/standard/
H A Ddl.c223 if(strcmp(module_entry->build_id, ZEND_MODULE_BUILD_ID)) { in php_load_extension()
/PHP-8.3/ext/ldap/
H A Dldap.c250 if (strcmp(ctrl->ldctl_oid, LDAP_CONTROL_PASSWORDPOLICYRESPONSE) == 0) { in _php_ldap_control_to_array()
268 } else if (strcmp(ctrl->ldctl_oid, LDAP_CONTROL_PAGEDRESULTS) == 0) { in _php_ldap_control_to_array()
293 …} else if ((strcmp(ctrl->ldctl_oid, LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ctrl->ldctl_oid, LDAP_… in _php_ldap_control_to_array()
332 } else if (strcmp(ctrl->ldctl_oid, LDAP_CONTROL_SORTRESPONSE) == 0) { in _php_ldap_control_to_array()
353 } else if (strcmp(ctrl->ldctl_oid, LDAP_CONTROL_VLVRESPONSE) == 0) { in _php_ldap_control_to_array()
424 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PAGEDRESULTS) == 0) { in _php_ldap_control_from_array()
446 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_ASSERT) == 0) { in _php_ldap_control_from_array()
470 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VALUESRETURNFILTER) == 0) { in _php_ldap_control_from_array()
494 …} else if ((strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ZSTR_VAL(control… in _php_ldap_control_from_array()
546 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_SORTREQUEST) == 0) { in _php_ldap_control_from_array()
[all …]
/PHP-8.3/ext/readline/
H A Dreadline_cli.c640 if (strcmp(line, "exit") == 0 || strcmp(line, "quit") == 0) { in readline_shell_run()
/PHP-8.3/main/
H A Dmain.c489 …cgi_or_cli = (!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi") || !strcmp(sapi… in PHP_INI_DISP()
827 if (!strcmp(PG(error_log), "syslog")) { in php_log_err_with_severity()
1370 …if ((!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi") || !strcmp(sapi_module.n… in php_error_cb()
/PHP-8.3/ext/dom/
H A Dphp_dom.c1634 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1635 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1636 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
/PHP-8.3/sapi/cgi/
H A Dcgi_main.c273 return strcmp(fe->name, se->name); in extension_name_cmp()
1231 strcmp(env_path_translated, script_path_translated) != 0) {
1295 strcmp(orig_script_name, env_path_info) != 0) {
1308 strcmp(orig_script_filename, pt) != 0) {
1382 strcmp(orig_script_name, env_script_name) != 0) {
1398 strcmp(script_path_translated, orig_script_filename) != 0)) {
/PHP-8.3/ext/oci8/tests/
H A Dlob_prefetch.phpt82 if (strcmp($locarr[$i], $inlinearr[$i])) {
H A Dlob_prefetch_ini.phpt83 if (strcmp($locarr[$i], $inlinearr[$i])) {
/PHP-8.3/ext/soap/
H A Dphp_http.c334 return strcmp(host+l1-l2,domain) == 0; in in_domain()
339 return strcmp(host,domain) == 0; in in_domain()
1279 if ((strcmp(content_encoding,"gzip") == 0 || in make_http_soap_request()
1280 strcmp(content_encoding,"x-gzip") == 0) && in make_http_soap_request()
1284 } else if (strcmp(content_encoding,"deflate") == 0 && in make_http_soap_request()
H A Dphp_encoding.c275 if (strcmp(enc->details.type_str, type) == 0) { in find_encoder_by_type_name()
1138 strcmp((char*)data->children->content, "1") == 0) { in to_zval_bool()
1142 strcmp((char*)data->children->content, "0") == 0) { in to_zval_bool()
1536 if (attr->fixed && strcmp(attr->fixed, str_val) != 0) { in to_zval_object_ex()
1937 if (attr->fixed && strcmp(attr->fixed, (char*)dummy->children->content) != 0) { in to_xml_object()
2430 bool is_xsd_any_type = strcmp(ZSTR_VAL(array_type.s),"xsd:anyType") == 0; in to_xml_array()
2917 if (strcmp(tzbuf,"+00:00") == 0) { in to_xml_datetime_ex()
3571 (cur_stype != NULL && prev_stype != NULL && strcmp(cur_stype,prev_stype) != 0) || in get_array_type()
3573 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3626 strcmp(ns,SOAP_1_1_ENC_NAMESPACE) == 0) { in get_type_str()
[all …]
/PHP-8.3/ext/gd/libgd/
H A Dgdft.c342 if (strcmp (a->fontlist, b->fontlist) == 0) { in fontTest()
424 if (!strcmp(dir, ".")) {
1009 …font->face->charmap->encoding == FT_ENCODING_MS_SYMBOL && strcmp(font->face->family_name, "Symbol"…

Completed in 93 milliseconds

1234567