Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1631 if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[3])) { in zend_accel_get_auto_globals_no_jit()
3349 if (!(copy = zend_hash_exists(preload_scripts, filename))) {
3388 if (!(copy = zend_hash_exists(preload_scripts, filename))) {
3677 zend_bool known = zend_hash_exists(EG(class_table), lcname);
3704 if (zend_hash_exists(&p->function_table, lcname)) {
3713 if (zend_hash_exists(&p->function_table, lcname)) {
3723 if (zend_hash_exists(&p->function_table, lcname)) {
3778 if (zend_hash_exists(EG(class_table), key)) {
3896 && zend_hash_exists(EG(class_table), key)) {
3952 if (!zend_hash_exists(&script->script.class_table, key)) {
[all …]
H A Dzend_accelerator_util_funcs.c793 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
/PHP-8.0/ext/dom/
H A Dxpath.c153 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
H A Dphp_dom.c303 if (!obj->prop_handler || !zend_hash_exists(obj->prop_handler, name)) { in dom_get_property_ptr_ptr()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c587 if (zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
601 if (zend_hash_exists(files, ce->info.user.filename)) { in PHP_FUNCTION()
603 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
/PHP-8.0/Zend/
H A Dzend_inheritance.c1778 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures()
1847 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures()
1855 if (zend_hash_exists(&traits[j]->function_table, lcname)) { in zend_traits_init_trait_structures()
1944 && zend_hash_exists(&traits[i]->properties_info, prop_name)) { in find_first_definition()
H A Dzend_hash.h210 static zend_always_inline zend_bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() function
518 return zend_hash_exists(ht, key); in zend_symtable_exists()
H A Dzend_builtin_functions.c1089 exists = zend_hash_exists(EG(function_table), lcname); in ZEND_FUNCTION()
2109 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
H A Dzend_API.c2036 if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { in zend_register_module_ex()
2540 if (zend_hash_exists(target_function_table, lowercase_name)) { in ZEND_END_ARG_INFO()
H A Dzend_compile.c6505 if (zend_hash_exists(&scope->properties_info, name)) { in zend_compile_params()
7071 if (zend_hash_exists(&ce->properties_info, name)) { in zend_compile_prop_decl()
7365 } while (zend_hash_exists(CG(class_table), lcname)); in zend_compile_class_decl()
H A Dzend_execute.c4436 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
/PHP-8.0/ext/filter/
H A Dfilter.c519 if (array_ptr && zend_hash_exists(Z_ARRVAL_P(array_ptr), var)) { in PHP_FUNCTION()
/PHP-8.0/ext/zend_test/
H A Dtest.c676 …} else if (ZT_G(observer_observe_function_names) && zend_hash_exists(ZT_G(observer_observe_functio… in observer_fcall_init()
/PHP-8.0/ext/spl/
H A Dphp_spl.c291 return zend_hash_exists(EG(class_table), lc_name); in spl_autoload()
H A Dspl_observer.c338 found = zend_hash_exists(&intern->storage, key.key); in spl_object_storage_contains()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c249 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c484 if (!zend_hash_exists(&ce->properties_info, prop_name)) { in _class_string()
4169 RETVAL_BOOL(zend_hash_exists(&ce->function_table, lc_name) || is_closure_invoke(ce, lc_name)); in ZEND_METHOD()
4326 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)), name)) { in ZEND_METHOD()
4452 if (zend_hash_exists(&ce->constants_table, name)) { in ZEND_METHOD()
5216 if (zend_hash_exists(classname_obj->handlers->get_properties(classname_obj), name)) { in ZEND_METHOD()
6509 if (zend_hash_exists(&object->ce->properties_info, name) in _reflection_write_property()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c743 res = zend_hash_exists(ht, Z_STR_P(op1)); in ct_eval_in_array()
751 res = zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()); in ct_eval_in_array()
H A Dblock_pass.c355 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
/PHP-8.0/main/streams/
H A Duserspace.c493 if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Durl_scanner_ex.re215 if (!zend_hash_exists(&BG(url_adapt_session_hosts_ht), tmp)) {
H A Dvar_unserializer.re357 res = zend_hash_exists(classes, lcname);
H A Darray.c5402 if (!zend_hash_exists(&exclude, str)) {
/PHP-8.0/ext/session/
H A Dsession.c180 if (!zend_hash_exists(Z_ARRVAL_P(sess_var), name)) { in php_add_session_var()
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1474 if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { in sxe_add_namespace_name()

Completed in 233 milliseconds