/PHP-7.0/ext/pdo/ |
H A D | pdo.c | 182 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_register_driver() 193 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_unregister_driver()
|
/PHP-7.0/ext/phar/ |
H A D | func_interceptors.c | 163 if (!zend_hash_str_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in PHAR_FUNC() 171 if (!zend_hash_str_exists(&(phar->manifest), entry, entry_len)) { in PHAR_FUNC() 286 if (!zend_hash_str_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in PHAR_FUNC() 294 if (!zend_hash_str_exists(&(phar->manifest), entry, entry_len)) { in PHAR_FUNC() 387 if (!zend_hash_str_exists(&(phar->manifest), entry + 1, entry_len - 1)) { in PHAR_FUNC() 395 if (!zend_hash_str_exists(&(phar->manifest), entry, entry_len)) { in PHAR_FUNC() 663 if (zend_hash_str_exists(&(phar->virtual_dirs), entry, entry_len)) { in phar_file_stat() 707 if (zend_hash_str_exists(&(phar->virtual_dirs), entry + 1, entry_len - 1)) { in phar_file_stat()
|
H A D | tar.c | 487 if (!zend_hash_str_exists(&myphar->manifest, hdr->linkname, linkname_len)) { in phar_parse_tarfile() 595 if (zend_hash_str_exists(&(myphar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_tarfile() 900 … >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_str_exists(&(entry->ph… in phar_tar_setupmetadata() 1106 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_tar_flush()
|
H A D | phar.c | 121 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); in phar_split_cache_list() 122 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); in phar_split_cache_list() 1760 if (zend_hash_str_exists(&(PHAR_G(phar_fname_map)), realpath, strlen(realpath))) { 1766 if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_phars, realpath, strlen(realpath))) { 1932 if (zend_hash_str_exists(&(PHAR_G(phar_alias_map)), (char *) filename, pos - filename)) { 1938 …if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_alias, (char *) filename, pos - filena… 3488 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1); 3489 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1); 3591 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) {
|
H A D | util.c | 302 if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path() 309 if (zend_hash_str_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path() 1289 if (zend_hash_str_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir() 1505 if (!zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in phar_verify_signature()
|
H A D | stream.c | 626 if (zend_hash_str_exists(&(phar->virtual_dirs), internal_file, internal_file_len)) { in phar_wrapper_stat() 886 …is_dir = zend_hash_str_exists(&(phar->virtual_dirs), resource_from->path+1, strlen(resource_from->… in phar_wrapper_rename()
|
H A D | phar_object.c | 365 if (zend_hash_str_exists(&(pphar->manifest), e, e_len)) { in phar_postprocess_ru_web() 1306 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_METHOD() 2662 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD() 3502 …if (!zend_hash_str_exists(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len) || NULL == (o… in PHP_METHOD() 3508 if (zend_hash_str_exists(&phar_obj->archive->manifest, newfile, (uint) newfile_len)) { in PHP_METHOD() 3585 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD() 3599 if (zend_hash_str_exists(&phar_obj->archive->virtual_dirs, fname, (uint) fname_len)) { in PHP_METHOD() 3829 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
|
H A D | zip.c | 668 if (zend_hash_str_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile() 1366 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 283 0 == zend_hash_str_exists(&self->not_filtered_functions, func_name, strlen(func_name))) in MYSQLND_METHOD() 341 1 == zend_hash_str_exists(&self->not_filtered_functions, (*func_name), strlen((*func_name)))) in MYSQLND_METHOD()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 263 … %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_hash_str_exists(&PHPDBG_G(f… in phpdbg_set_breakpoint_file_ex() 265 if (!zend_hash_str_exists(&PHPDBG_G(file_sources), path, path_len)) { in phpdbg_set_breakpoint_file_ex() 404 if (!zend_hash_str_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], name, name_len)) { in phpdbg_set_breakpoint_symbol() 444 if (!zend_hash_str_exists(class_table, func_lcname, func_len)) { in phpdbg_set_breakpoint_method()
|
H A D | phpdbg_prompt.c | 118 if (zend_hash_str_exists(&PHPDBG_G(registered), lc_name, name->len)) { in phpdbg_call_register() 1445 if (!zend_hash_str_exists(&PHPDBG_G(registered), lcname, lcname_len)) { in PHPDBG_COMMAND()
|
/PHP-7.0/ext/soap/ |
H A D | soap.c | 1726 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE… 1748 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name… 1820 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_ST… 1822 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) { 1859 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLE… 1861 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) { 2450 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1) && 2451 zend_hash_str_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")-1) && 2452 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1) && 2453 zend_hash_str_exists(EG(function_table), "gzcompress", sizeof("gzcompress")-1) && [all …]
|
H A D | php_http.c | 69 !zend_hash_str_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest")-1)) { in basic_authentication() 1260 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1)) { in make_http_soap_request() 1264 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
|
/PHP-7.0/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 1446 if (zend_hash_str_exists(Z_ARRVAL_P(arg), FAULT_CODE, FAULT_CODE_LEN) && in PHP_FUNCTION() 1447 zend_hash_str_exists(Z_ARRVAL_P(arg), FAULT_STRING, FAULT_STRING_LEN)) { in PHP_FUNCTION()
|
/PHP-7.0/Zend/ |
H A D | zend_hash.h | 160 ZEND_API zend_bool ZEND_FASTCALL zend_hash_str_exists(const HashTable *ht, const char *str, size_t … 491 return zend_hash_str_exists(ht, str, len); in zend_symtable_str_exists()
|
/PHP-7.0/ext/standard/ |
H A D | basic_functions.c | 3534 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \ 3539 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \ 3544 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \ 3549 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \ 5747 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) { 5775 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
|
H A D | var.c | 890 …if (ce != PHP_IC_ENTRY && zend_hash_str_exists(&ce->function_table, "__sleep", sizeof("__sleep")-1… in php_var_serialize_intern()
|
H A D | var_unserializer.c | 493 && zend_hash_str_exists(&Z_OBJCE_P(rval)->function_table, "__wakeup", sizeof("__wakeup")-1); in object_common2()
|
H A D | var_unserializer.re | 497 && zend_hash_str_exists(&Z_OBJCE_P(rval)->function_table, "__wakeup", sizeof("__wakeup")-1);
|
/PHP-7.0/main/ |
H A D | php_variables.c | 742 if (zend_hash_str_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1)) { in check_http_proxy()
|
H A D | rfc1867.c | 161 return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)); in is_protected_variable()
|
/PHP-7.0/ext/filter/ |
H A D | filter.c | 411 zend_hash_str_exists(HASH_OF(options), "default", sizeof("default") - 1)) { in php_zval_filter()
|
/PHP-7.0/ext/ldap/ |
H A D | ldap.c | 1790 …if (zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUE… in PHP_FUNCTION() 1796 …if (!zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALU… in PHP_FUNCTION()
|
/PHP-7.0/ext/oci8/ |
H A D | oci8_interface.c | 135 else if (zend_hash_str_exists(statement->defines, (const char *)name, name_len)) { in PHP_FUNCTION()
|
/PHP-7.0/ext/mbstring/ |
H A D | mbstring.c | 1628 !zend_hash_str_exists(EG(function_table), p->save_func, strlen(p->save_func)) in PHP_RINIT_FUNCTION() 4456 if (!zend_hash_str_exists(&ht_headers, "MIME-VERSION", sizeof("MIME-VERSION") - 1)) { in PHP_FUNCTION()
|