/PHP-8.3/ext/pdo/ |
H A D | pdo.c | 117 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in ZEND_GET_MODULE() 128 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_unregister_driver()
|
/PHP-8.3/ext/standard/ |
H A D | dl.c | 208 if (zend_hash_str_exists(&module_registry, module_entry->name, strlen(module_entry->name))) { in php_load_extension()
|
H A D | password.c | 106 if (options && zend_hash_str_exists(options, "salt", sizeof("salt") - 1)) { in php_password_get_salt()
|
H A D | basic_functions.c | 2376 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) { 2404 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
|
/PHP-8.3/ext/phar/ |
H A D | func_interceptors.c | 129 if (!zend_hash_str_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in phar_get_name_for_relative_paths() 137 if (!zend_hash_str_exists(&(phar->manifest), entry, entry_len)) { in phar_get_name_for_relative_paths() 537 if (zend_hash_str_exists(&(phar->virtual_dirs), entry, entry_len)) { in phar_file_stat() 575 if (zend_hash_str_exists(&(phar->virtual_dirs), entry + 1, entry_len - 1)) { in phar_file_stat()
|
H A D | tar.c | 497 if (!zend_hash_str_exists(&myphar->manifest, hdr->linkname, linkname_len)) { in phar_parse_tarfile() 605 if (zend_hash_str_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_tarfile() 912 … >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_str_exists(&(entry->ph… in phar_tar_setupmetadata() 1117 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_tar_flush()
|
H A D | phar.c | 109 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_split_cache_list() 110 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_split_cache_list() 1817 if (zend_hash_str_exists(&(PHAR_G(phar_fname_map)), realpath, strlen(realpath))) { in phar_analyze_path() 1823 if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_phars, realpath, strlen(realpath))) { in phar_analyze_path() 1986 if (zend_hash_str_exists(&(PHAR_G(phar_alias_map)), (char *) filename, pos - filename)) { in phar_detect_phar_fname_ext() 1992 …if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_alias, (char *) filename, pos - filena… in phar_detect_phar_fname_ext() 3495 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_request_initialize() 3496 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_request_initialize() 3594 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_MINFO_FUNCTION()
|
H A D | util.c | 301 if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path() 308 if (zend_hash_str_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path() 1288 if (zend_hash_str_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir() 1526 if (!zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in phar_verify_signature()
|
H A D | stream.c | 618 if (zend_hash_str_exists(&(phar->virtual_dirs), internal_file, internal_file_len)) { in phar_wrapper_stat() 880 …is_dir = zend_hash_str_exists(&(phar->virtual_dirs), ZSTR_VAL(resource_from->path)+1, ZSTR_LEN(res… in phar_wrapper_rename()
|
H A D | phar_object.c | 350 if (zend_hash_str_exists(&(pphar->manifest), e, e_len)) { in phar_postprocess_ru_web() 1255 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_METHOD() 3519 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint32_t) fname_len)) { in PHP_METHOD() 3533 if (zend_hash_str_exists(&phar_obj->archive->virtual_dirs, fname, (uint32_t) fname_len)) { in PHP_METHOD() 3774 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint32_t) fname_len)) { in PHP_METHOD()
|
H A D | zip.c | 712 if (zend_hash_str_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile() 1388 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 280 0 == zend_hash_str_exists(&self->not_filtered_functions, func_name, strlen(func_name))) in MYSQLND_METHOD() 338 1 == zend_hash_str_exists(&self->not_filtered_functions, (*func_name), strlen((*func_name)))) in MYSQLND_METHOD()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 274 … %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(f… in phpdbg_set_breakpoint_file() 276 if (!zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len)) { in phpdbg_set_breakpoint_file() 415 if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol() 455 if (!zend_hash_str_exists(class_table, func_lcname, func_len)) { in phpdbg_set_breakpoint_method()
|
H A D | phpdbg_prompt.c | 109 if (zend_hash_str_exists(&PHPDBG_G(registered), lc_name, name->len)) { in phpdbg_call_register() 1424 if (!zend_hash_str_exists(&PHPDBG_G(registered), lcname, lcname_len)) { in PHPDBG_COMMAND()
|
/PHP-8.3/ext/soap/ |
H A D | soap.c | 1427 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) { 1457 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) { 1989 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1) && 1990 zend_hash_str_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")-1) && 1991 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1) && 1992 zend_hash_str_exists(EG(function_table), "gzcompress", sizeof("gzcompress")-1) && 1993 zend_hash_str_exists(EG(function_table), "gzencode", sizeof("gzencode")-1)) {
|
H A D | php_http.c | 1291 zend_hash_str_exists(EG(function_table), "gzdecode", sizeof("gzdecode")-1)) { in make_http_soap_request() 1295 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
|
H A D | php_schema.c | 104 !zend_hash_str_exists(&ctx->docs, (char*)location, xmlStrlen(location))) { in schema_load_file()
|
/PHP-8.3/Zend/ |
H A D | zend_enum.c | 106 if (zend_hash_str_exists(&ce->function_table, forbidden_method, strlen(forbidden_method))) { in zend_verify_enum_magic_methods()
|
H A D | zend_hash.h | 235 static zend_always_inline bool zend_hash_str_exists(const HashTable *ht, const char *str, size_t le… in zend_hash_str_exists() function 644 return zend_hash_str_exists(ht, str, len); in zend_symtable_str_exists()
|
/PHP-8.3/main/ |
H A D | php_variables.c | 864 if (zend_hash_str_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1)) { in check_http_proxy()
|
H A D | rfc1867.c | 130 return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)); in is_protected_variable()
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 124 else if (zend_hash_str_exists(statement->defines, (const char *)name, name_len)) { in PHP_FUNCTION()
|
/PHP-8.3/ext/exif/ |
H A D | exif.c | 40 #define USE_MBSTRING zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1) 76 if (zend_hash_str_exists(&module_registry, "mbstring", sizeof("mbstring")-1)) { in PHP_MINFO_FUNCTION()
|
/PHP-8.3/ext/ldap/ |
H A D | ldap.c | 2682 …if (zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUE… in PHP_FUNCTION() 2688 …if (!zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALU… in PHP_FUNCTION()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 3562 copy = zend_hash_str_exists(preload_scripts, ZSTR_VAL(filename), eval_len); 3600 copy = zend_hash_str_exists(preload_scripts, ZSTR_VAL(filename), eval_len);
|