Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 157) sorted by last modified time

1234567

/PHP-7.4/ext/gd/
H A Dgd.c4105 if (strcmp("linespacing", ZSTR_VAL(key)) == 0) { in php_imagettftext_common()
/PHP-7.4/ext/phar/
H A Dphar.c2296 if (!strcmp(fname, "[no active file]")) { in phar_open_executed_filename()
H A Dphar_object.c574 && (!strcmp(SG(request_info).request_method, "GET") in PHP_METHOD()
575 || !strcmp(SG(request_info).request_method, "POST") in PHP_METHOD()
576 || !strcmp(SG(request_info).request_method, "DELETE") in PHP_METHOD()
577 || !strcmp(SG(request_info).request_method, "HEAD") in PHP_METHOD()
578 || !strcmp(SG(request_info).request_method, "OPTIONS") in PHP_METHOD()
579 || !strcmp(SG(request_info).request_method, "PATCH") in PHP_METHOD()
580 || !strcmp(SG(request_info).request_method, "PUT") in PHP_METHOD()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5671 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5677 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5679 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5681 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5684 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5686 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5695 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5926 if (!strcmp(Z_STRVAL_P(val), "t") || !strcmp(Z_STRVAL_P(val), "T") ||
5927 !strcmp(Z_STRVAL_P(val), "y") || !strcmp(Z_STRVAL_P(val), "Y") ||
5929 !strcmp(Z_STRVAL_P(val), "yes") || !strcmp(Z_STRVAL_P(val), "Yes") ||
[all …]
/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/pcre/
H A Dphp_pcre.c274 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()
/PHP-7.4/main/streams/
H A Dstreams.c1989 if (BG(CurrentLStatFile) && strcmp(path, BG(CurrentLStatFile)) == 0) {
1994 if (BG(CurrentStatFile) && strcmp(path, BG(CurrentStatFile)) == 0) {
/PHP-7.4/ext/libxml/
H A Dlibxml.c909 if (strcmp(sapi_module.name, *sapi_name) == 0) { in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c111 if (strcmp(key, *list) == 0) { in findOffset()
275 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal()
287 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_value_internal()
320 if( strcmp(tag_name , LOC_SCRIPT_TAG)==0 ){ in get_icu_value_internal()
323 if( strcmp(tag_name , LOC_LANG_TAG )==0 ){ in get_icu_value_internal()
326 if( strcmp(tag_name , LOC_REGION_TAG)==0 ){ in get_icu_value_internal()
527 if( strcmp(tag_name, DISP_NAME) != 0 ){ in get_icu_disp_value_src_php()
531 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php()
555 if( strcmp(tag_name , LOC_LANG_TAG)==0 ){ in get_icu_disp_value_src_php()
785 if(strcmp(key_name, LOC_LANG_TAG) != 0 && in append_key_value()
[all …]
/PHP-7.4/sapi/fpm/fpm/
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_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()
/PHP-7.4/ext/date/
H A Dphp_date.c2414 return strcmp(o1->tzi.z.abbr, o2->tzi.z.abbr) ? 1 : 0; in date_object_compare_timezone()
2416 return strcmp(o1->tzi.tz->name, o2->tzi.tz->name) ? 1 : 0; in date_object_compare_timezone()
4249 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_read_property()
4260 if (strcmp(Z_STRVAL_P(member), "f") == 0) { in date_interval_read_property()
4321 if (strcmp(Z_STRVAL_P(member), m) == 0) { \ in date_interval_write_property()
4333 if (strcmp(Z_STRVAL_P(member), "f") == 0) { in date_interval_write_property()
/PHP-7.4/main/
H A Dmain.c132 if (!strcmp(facility, "LOG_AUTH") || !strcmp(facility, "auth") || !strcmp(facility, "security")) { in PHP_INI_MH()
144 if (!strcmp(facility, "LOG_CRON") || !strcmp(facility, "cron")) { in PHP_INI_MH()
150 if (!strcmp(facility, "LOG_DAEMON") || !strcmp(facility, "daemon")) { in PHP_INI_MH()
156 if (!strcmp(facility, "LOG_FTP") || !strcmp(facility, "ftp")) { in PHP_INI_MH()
162 if (!strcmp(facility, "LOG_KERN") || !strcmp(facility, "kern")) { in PHP_INI_MH()
168 if (!strcmp(facility, "LOG_LPR") || !strcmp(facility, "lpr")) { in PHP_INI_MH()
174 if (!strcmp(facility, "LOG_MAIL") || !strcmp(facility, "mail")) { in PHP_INI_MH()
186 if (!strcmp(facility, "LOG_NEWS") || !strcmp(facility, "news")) { in PHP_INI_MH()
192 if (!strcmp(facility, "LOG_SYSLOG") || !strcmp(facility, "syslog")) { in PHP_INI_MH()
198 if (!strcmp(facility, "LOG_USER") || !strcmp(facility, "user")) { in PHP_INI_MH()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3269 if (PRIV(strcmp)(skip_arg, (PCRE2_SPTR)current[2]) == 0) in do_search_mark()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re851 if (!found || strcmp("UTC", tz_abbr) == 0) {
H A Dparse_date.c853 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()
/PHP-7.4/ext/xml/
H A Dxml.c930 if (!strcmp(Z_STRVAL_P(mytype), "cdata")) { in _xml_characterDataHandler()
/PHP-7.4/TSRM/
H A Dtsrm_win32.c536 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()
/PHP-7.4/Zend/
H A Dzend_list.c293 if (lde->type_name && (strcmp(type_name, lde->type_name) == 0)) { in zend_fetch_list_dtor_id()
H A Dzend_operators.c3124 int cmp = strcmp(&ptr[-digits], long_min_digits);
/PHP-7.4/ext/imap/
H A Dphp_imap.c3776 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3898 if (bod->type == TYPEMESSAGE && bod->subtype && !strcmp(bod->subtype, "RFC822")) { in PHP_FUNCTION()
3983 if (!strcmp (param->attribute, "BOUNDARY")) { in PHP_FUNCTION()
4088 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
4117 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
4143 if (addr->host == NULL || strcmp(addr->host, ERRHOST) == 0) { in _php_imap_mail()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2514 if (!strcmp(element1->name, ACCELERATOR_PRODUCT_NAME )) { in accelerator_remove_cb()
2559 if (strcmp(sapi_module.name, *sapi_name) == 0) { in accel_find_sapi()
2564 strcmp(sapi_module.name, "cli") == 0 in accel_find_sapi()
2565 || strcmp(sapi_module.name, "phpdbg") == 0)) { in accel_find_sapi()
2896 (strcmp(sapi_module.name, "cli") == 0 || in accel_startup()
2897 strcmp(sapi_module.name, "cli-server") == 0 || in accel_startup()
2898 strcmp(sapi_module.name, "cgi-fcgi") == 0 || in accel_startup()
2899 strcmp(sapi_module.name, "fpm-fcgi") == 0)) { in accel_startup()
2908 strcmp(sapi_module.name, "cli") == 0) { in accel_startup()
/PHP-7.4/ext/openssl/
H A Dopenssl.c1201 if (str != NULL && strcmp(str, "no") == 0) { in php_openssl_parse_config()
3204 if (strcmp("_default", type + len) != 0) { in php_openssl_make_REQ()
/PHP-7.4/ext/standard/
H A Dimage.c1042 if (!strcmp("width", type)) { in php_get_xbm()
1049 if (!strcmp("height", type)) { in php_get_xbm()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c276 return strcmp(fe->name, se->name); in extension_name_cmp()
1246 strcmp(env_path_translated, script_path_translated) != 0) {
1310 strcmp(orig_script_name, env_path_info) != 0) {
1323 strcmp(orig_script_filename, pt) != 0) {
1397 strcmp(orig_script_name, env_script_name) != 0) {
1413 strcmp(script_path_translated, orig_script_filename) != 0)) {

Completed in 242 milliseconds

1234567