Home
last modified time | relevance | path

Searched refs:strcmp (Results 126 – 150 of 153) sorted by relevance

1234567

/PHP-8.3/ext/spl/
H A Dspl_directory.c289 return !strcmp(d_name, ".") || !strcmp(d_name, ".."); in spl_filesystem_is_dot()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1677 …if (PHPDBG_G(exec) && strcmp("Standard input code", PHPDBG_G(exec)) == SUCCESS) { /* i.e. executio… in main()
/PHP-8.3/Zend/
H A Dzend_builtin_functions.c310 ZEND_FUNCTION(strcmp) in ZEND_FUNCTION() argument
H A Dzend_object_handlers.c516 } else if (strcmp(ZSTR_VAL(prop_info_name)+1, ZSTR_VAL(property_info->name)+1)) { in zend_check_property_access()
H A Dzend_language_scanner.l2135 …if (yyleng < MAX_LENGTH_OF_LONG - 1 || (yyleng == MAX_LENGTH_OF_LONG - 1 && strcmp(yytext, long_mi…
H A Dzend_API.c1049 if (strcmp(error, "must not contain any null bytes") == 0) { in zend_parse_arg()
2951 if (!strcmp(arg_info->name, reg_function->arg_info[j].name)) { in zend_register_functions()
H A Dzend_operators.c3614 int cmp = strcmp(&ptr[-digits], long_min_digits);
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c1231 …dress && wp2->config->listen_address && *wp2->config->listen_address && !strcmp(wp->config->listen… in fpm_conf_process_all_pools()
/PHP-8.3/ext/standard/
H A Dfile.c1596 !strcmp(sp, dp); in php_copy_file_ctx()
H A Dvar_unserializer.re560 if (!strcmp(unmangled_class, "*")
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c405 (strcmp(sapi_module.name, "cli") != 0) && in PHP_METHOD()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c303 pcre_globals->per_request_cache = strcmp(sapi_module.name, "cli") == 0; in PHP_GINIT_FUNCTION()
/PHP-8.3/ext/zip/
H A Dphp_zip.c3189 if (strcmp(LIBZIP_VERSION, zip_libzip_version())) {
/PHP-8.3/ext/soap/
H A Dphp_schema.c2267 } else if (strcmp(type->ref, SCHEMA_NAMESPACE ":schema") == 0) { in schema_type_fixup()
/PHP-8.3/ext/openssl/
H A Dopenssl.c985 if (str != NULL && strcmp(str, "no") == 0) { in php_openssl_parse_config()
2943 if (strcmp("_default", type + len) != 0) { in php_openssl_make_REQ()
/PHP-8.3/ext/exif/
H A Dexif.c3168 if (maker_note->make && (!ImageInfo->make || strcmp(maker_note->make, ImageInfo->make))) in exif_process_IFD_in_MAKERNOTE()
/PHP-8.3/ext/date/lib/
H A Dparse_date.re981 if (!found || strcmp("UTC", tz_abbr) == 0) {
/PHP-8.3/ext/intl/tests/
H A Dgrapheme.phpt793 if ( strcmp($result, $expected) != 0 ) {
H A Dgrapheme2.phpt781 if ( strcmp($result, $expected) != 0 ) {
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match.c6133 PRIV(strcmp)(Fecode + 2, mb->verb_skip_ptr) == 0) in match()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch859 if (strcmp(ma[i].value.s, name) == 0) {
/PHP-8.3/ext/mbstring/
H A Dmbstring.c273 if (strcmp(encoding_name, "pass") == 0) { in php_mb_get_encoding_or_pass()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit.c4906 } else if (strcmp(sapi_module.name, "phpdbg") != 0) { in zend_jit_check_support()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c2493 if (strcmp(((zend_internal_arg_info*)arg_info)[i].name, ZSTR_VAL(arg_name)) == 0) { in ZEND_METHOD()
/PHP-8.3/ext/ffi/
H A Dffi.c5405 FFI_G(is_cli) = strcmp(sapi_module.name, "cli") == 0;

Completed in 223 milliseconds

1234567