Home
last modified time | relevance | path

Searched refs:zend_hash_str_exists (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.1/ext/pdo/
H A Dpdo.c166 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_register_driver()
177 if (!zend_hash_str_exists(&module_registry, "pdo", sizeof("pdo") - 1)) { in php_pdo_unregister_driver()
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c163 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 Dtar.c487 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()
905 … >= sizeof(".phar/.metadata/") + sizeof("/.metadata.bin") - 1 && !zend_hash_str_exists(&(entry->ph… in phar_tar_setupmetadata()
1120 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_tar_flush()
H A Dphar.c121 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()
1753 if (zend_hash_str_exists(&(PHAR_G(phar_fname_map)), realpath, strlen(realpath))) {
1759 if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_phars, realpath, strlen(realpath))) {
1922 if (zend_hash_str_exists(&(PHAR_G(phar_alias_map)), (char *) filename, pos - filename)) {
1928 …if (PHAR_G(manifest_cached) && zend_hash_str_exists(&cached_alias, (char *) filename, pos - filena…
3471 PHAR_G(has_bz2) = zend_hash_str_exists(&module_registry, "bz2", sizeof("bz2")-1);
3472 PHAR_G(has_zlib) = zend_hash_str_exists(&module_registry, "zlib", sizeof("zlib")-1);
3574 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) {
H A Dutil.c295 if (zend_hash_str_exists(&(phar->manifest), test + 1, try_len - 1)) { in phar_find_in_include_path()
302 if (zend_hash_str_exists(&(phar->manifest), test, try_len)) { in phar_find_in_include_path()
1282 if (zend_hash_str_exists(&phar->virtual_dirs, path, path_len)) { in phar_get_entry_info_dir()
1498 if (!zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in phar_verify_signature()
H A Dstream.c627 if (zend_hash_str_exists(&(phar->virtual_dirs), internal_file, internal_file_len)) { in phar_wrapper_stat()
887 …is_dir = zend_hash_str_exists(&(phar->virtual_dirs), resource_from->path+1, strlen(resource_from->… in phar_wrapper_rename()
H A Dphar_object.c356 if (zend_hash_str_exists(&(pphar->manifest), e, e_len)) { in phar_postprocess_ru_web()
1296 if (zend_hash_str_exists(&module_registry, "openssl", sizeof("openssl")-1)) { in PHP_METHOD()
2637 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
3477 …if (!zend_hash_str_exists(&phar_obj->archive->manifest, oldfile, (uint) oldfile_len) || NULL == (o… in PHP_METHOD()
3483 if (zend_hash_str_exists(&phar_obj->archive->manifest, newfile, (uint) newfile_len)) { in PHP_METHOD()
3560 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
3574 if (zend_hash_str_exists(&phar_obj->archive->virtual_dirs, fname, (uint) fname_len)) { in PHP_METHOD()
3808 if (zend_hash_str_exists(&phar_obj->archive->manifest, fname, (uint) fname_len)) { in PHP_METHOD()
H A Dzip.c667 if (zend_hash_str_exists(&(mydata->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_parse_zipfile()
1365 if (!zend_hash_str_exists(&phar->manifest, ".phar/stub.php", sizeof(".phar/stub.php")-1)) { in phar_zip_flush()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_debug.c282 0 == zend_hash_str_exists(&self->not_filtered_functions, func_name, strlen(func_name))) in MYSQLND_METHOD()
340 1 == zend_hash_str_exists(&self->not_filtered_functions, (*func_name), strlen((*func_name)))) in MYSQLND_METHOD()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c263 … %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 Dphpdbg_prompt.c119 if (zend_hash_str_exists(&PHPDBG_G(registered), lc_name, name->len)) { in phpdbg_call_register()
1498 if (!zend_hash_str_exists(&PHPDBG_G(registered), lcname, lcname_len)) { in PHPDBG_COMMAND()
/PHP-7.1/ext/soap/
H A Dsoap.c1723 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, ZEND_CONSTRUCTOR_FUNC_NAME, sizeof(ZE…
1745 …if (zend_hash_str_exists(&Z_OBJCE(tmp_soap)->function_table, php_strtolower(class_name, class_name…
1816 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(h->function_name)), Z_ST…
1818 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) {
1855 …if (zend_hash_str_exists(function_table, php_strtolower(fn_name, Z_STRLEN(function_name)), Z_STRLE…
1857 zend_hash_str_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)-1))) {
2426 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1) &&
2427 zend_hash_str_exists(EG(function_table), "gzdeflate", sizeof("gzdeflate")-1) &&
2428 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1) &&
2429 zend_hash_str_exists(EG(function_table), "gzcompress", sizeof("gzcompress")-1) &&
[all …]
H A Dphp_http.c69 !zend_hash_str_exists(Z_OBJPROP_P(this_ptr), "_digest", sizeof("_digest")-1)) { in basic_authentication()
1264 zend_hash_str_exists(EG(function_table), "gzinflate", sizeof("gzinflate")-1)) { in make_http_soap_request()
1268 zend_hash_str_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress")-1)) { in make_http_soap_request()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1446 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.1/Zend/
H A Dzend_hash.h187 ZEND_API zend_bool ZEND_FASTCALL zend_hash_str_exists(const HashTable *ht, const char *str, size_t …
518 return zend_hash_str_exists(ht, str, len); in zend_symtable_str_exists()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3568 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \
3573 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \
3578 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \
3583 if (zend_hash_str_exists(&basic_submodules, #module, strlen(#module))) { \
5839 if (zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
5867 if (!zend_hash_str_exists(SG(rfc1867_uploaded_files), path, path_len)) {
H A Dvar.c890 …if (ce != PHP_IC_ENTRY && zend_hash_str_exists(&ce->function_table, "__sleep", sizeof("__sleep")-1… in php_var_serialize_intern()
H A Dvar_unserializer.c536 && zend_hash_str_exists(&Z_OBJCE_P(rval)->function_table, "__wakeup", sizeof("__wakeup")-1); in object_common2()
H A Dvar_unserializer.re540 && zend_hash_str_exists(&Z_OBJCE_P(rval)->function_table, "__wakeup", sizeof("__wakeup")-1);
/PHP-7.1/ext/filter/
H A Dfilter.c413 zend_hash_str_exists(HASH_OF(options), "default", sizeof("default") - 1)) { in php_zval_filter()
/PHP-7.1/main/
H A Dphp_variables.c762 if (zend_hash_str_exists(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1)) { in check_http_proxy()
H A Drfc1867.c163 return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)); in is_protected_variable()
/PHP-7.1/ext/ldap/
H A Dldap.c1839 …if (zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALUE… in PHP_FUNCTION()
1845 …if (!zend_hash_str_exists(Z_ARRVAL_P(mod), LDAP_MODIFY_BATCH_VALUES, strlen(LDAP_MODIFY_BATCH_VALU… in PHP_FUNCTION()
/PHP-7.1/ext/oci8/
H A Doci8_interface.c147 else if (zend_hash_str_exists(statement->defines, (const char *)name, name_len)) { in PHP_FUNCTION()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c1630 !zend_hash_str_exists(EG(function_table), p->save_func, strlen(p->save_func)) in PHP_RINIT_FUNCTION()
4483 if (!zend_hash_str_exists(&ht_headers, "MIME-VERSION", sizeof("MIME-VERSION") - 1)) { in PHP_FUNCTION()

Completed in 166 milliseconds

12