Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/standard/
H A Dbasic_functions.c5737 if (serv == NULL && strcmp(name, "imap") == 0) {
H A Dstring.c4957 if (!strcmp("0", ZSTR_VAL(loc))) {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c5924 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
H A Dpcre2_jit_compile.c3269 if (PRIV(strcmp)(skip_arg, (PCRE2_SPTR)current[2]) == 0) in do_search_mark()
/PHP-7.4/ext/ffi/
H A Dffi.c5006 FFI_G(is_cli) = strcmp(sapi_module.name, "cli") == 0;
/PHP-7.4/Zend/
H A Dzend_compile.c6932 if (strcmp(ZSTR_VAL(dirname), ".") == 0) { in zend_try_ct_eval_magic_const()
/PHP-7.4/ext/date/lib/
H A Dparse_date.c853 if (!found || strcmp("UTC", tz_abbr) == 0) { in timelib_parse_zone()

Completed in 204 milliseconds

1234567