Home
last modified time | relevance | path

Searched refs:zend_hash_exists (Results 1 – 24 of 24) sorted by relevance

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1637 if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[3])) { in zend_accel_get_auto_globals_no_jit()
3269 if (!(copy = zend_hash_exists(preload_scripts, filename))) { in preload_move_user_functions()
3308 if (!(copy = zend_hash_exists(preload_scripts, filename))) { in preload_move_user_classes()
3601 known = zend_hash_exists(EG(class_table), lcname); in preload_is_type_known()
3616 if (zend_hash_exists(&p->function_table, lcname)) { in preload_is_method_maybe_override()
3625 if (zend_hash_exists(&p->function_table, lcname)) { in preload_is_method_maybe_override()
3635 if (zend_hash_exists(&p->function_table, lcname)) { in preload_is_method_maybe_override()
3690 if (zend_hash_exists(EG(class_table), key)) { in preload_link()
3808 && zend_hash_exists(EG(class_table), key)) { in preload_link()
3864 if (!zend_hash_exists(&script->script.class_table, key)) { in preload_link()
[all …]
H A Dzend_accelerator_util_funcs.c776 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
/PHP-7.4/ext/spl/
H A Dphp_spl.c301 return zend_hash_exists(EG(class_table), lc_name); in spl_autoload()
460 zend_hash_exists(EG(class_table), lc_name)) { in PHP_FUNCTION()
598 if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), lc_name)) { in PHP_FUNCTION()
H A Dspl_observer.c386 found = zend_hash_exists(&intern->storage, key.key); in spl_object_storage_contains()
/PHP-7.4/ext/dom/
H A Dxpath.c196 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
H A Dphp_dom.c319 if (!obj->prop_handler || !zend_hash_exists(obj->prop_handler, member_str)) { in dom_get_property_ptr_ptr()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c568 if (zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
582 if (zend_hash_exists(files, ce->info.user.filename)) { in PHP_FUNCTION()
584 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_inheritance.c1782 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures()
1850 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures()
1914 && zend_hash_exists(&traits[i]->properties_info, prop_name)) { in find_first_definition()
2073 if (zend_hash_exists(&ce->function_table, in zend_do_check_for_inconsistent_traits_aliasing()
H A Dzend_hash.h212 static zend_always_inline zend_bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() function
498 return zend_hash_exists(ht, key); in zend_symtable_exists()
H A Dzend_builtin_functions.c2633 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
H A Dzend_API.c2023 if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { in zend_register_module_ex()
2377 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
H A Dzend_compile.c6135 if (zend_hash_exists(&ce->properties_info, name)) { in zend_compile_prop_decl()
6429 } while (zend_hash_exists(CG(class_table), lcname)); in zend_compile_class_decl()
H A Dzend_execute.c4263 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
/PHP-7.4/ext/filter/
H A Dfilter.c588 if (array_ptr && zend_hash_exists(Z_ARRVAL_P(array_ptr), var)) { in PHP_FUNCTION()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c331 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c468 if (!zend_hash_exists(&ce->properties_info, prop_name)) { in _class_string()
4121 RETVAL_BOOL(zend_hash_exists(&ce->function_table, lc_name) || is_closure_invoke(ce, lc_name)); in ZEND_METHOD()
4278 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(&intern->obj), name)) { in ZEND_METHOD()
4421 if (zend_hash_exists(&ce->constants_table, name)) { in ZEND_METHOD()
5312 if (zend_hash_exists(Z_OBJ_HT_P(classname)->get_properties(classname), name)) { in ZEND_METHOD()
6814 && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STR_P(member)) in _reflection_write_property()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c732 res = zend_hash_exists(ht, Z_STR_P(op1)); in ct_eval_in_array()
740 res = zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()); in ct_eval_in_array()
H A Dblock_pass.c408 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
/PHP-7.4/main/streams/
H A Duserspace.c520 if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re217 if (!zend_hash_exists(&BG(url_adapt_session_hosts_ht), tmp)) {
H A Dvar_unserializer.re365 res = zend_hash_exists(classes, lcname);
H A Darray.c5569 if (!zend_hash_exists(&exclude, str)) {
/PHP-7.4/ext/session/
H A Dsession.c182 if (!zend_hash_exists(Z_ARRVAL_P(sess_var), name)) { in php_add_session_var()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1516 if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { in sxe_add_namespace_name()

Completed in 212 milliseconds