/PHP-8.3/ext/dom/ |
H A D | xpath.c | 156 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
|
H A D | php_dom.c | 302 if (!obj->prop_handler || !zend_hash_exists(obj->prop_handler, name)) { in dom_get_property_ptr_ptr()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg.c | 540 if (zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION() 554 if (zend_hash_exists(files, ce->info.user.filename)) { in PHP_FUNCTION() 556 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
|
/PHP-8.3/ext/zend_test/ |
H A D | observer.c | 203 } else if (zend_hash_exists(ZT_G(observer_observe_function_names), fbc->common.function_name)) { in observer_fcall_init()
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 1692 if (zend_hash_exists(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_SERVER))) { in zend_accel_get_auto_globals() 1695 if (zend_hash_exists(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_ENV))) { in zend_accel_get_auto_globals() 1698 if (zend_hash_exists(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_REQUEST))) { in zend_accel_get_auto_globals() 3559 if (!(copy = zend_hash_exists(preload_scripts, filename))) { 3597 if (!(copy = zend_hash_exists(preload_scripts, filename))) { 3827 if (!zend_hash_exists(CG(class_table), key)) { 3896 if (zend_hash_exists(EG(class_table), lcname)) { 3998 && zend_hash_exists(EG(class_table), lcname)) {
|
H A D | zend_accelerator_util_funcs.c | 395 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
|
/PHP-8.3/ext/filter/ |
H A D | filter.c | 455 if (array_ptr && zend_hash_exists(Z_ARRVAL_P(array_ptr), var)) { in PHP_FUNCTION()
|
/PHP-8.3/Zend/ |
H A D | zend_inheritance.c | 2181 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures() 2255 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures() 2263 if (zend_hash_exists(&traits[j]->function_table, lcname)) { in zend_traits_init_trait_structures() 2356 && zend_hash_exists(&traits[i]->constants_table, constant_name)) { in find_first_constant_definition() 2470 && zend_hash_exists(&traits[i]->properties_info, prop_name)) { in find_first_property_definition()
|
H A D | zend_builtin_functions.c | 1068 exists = zend_hash_exists(EG(function_table), lcname); in ZEND_FUNCTION() 1977 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
|
H A D | zend_hash.h | 230 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() function 560 return zend_hash_exists(ht, key); in zend_symtable_exists()
|
H A D | zend_compile.c | 4984 if (zend_hash_exists(CG(active_op_array)->static_variables, var_name)) { in zend_compile_static_var() 7148 if (zend_hash_exists(&scope->properties_info, name)) { in zend_compile_params() 7756 if (zend_hash_exists(&ce->properties_info, name)) { in zend_compile_prop_decl() 8110 } while (zend_hash_exists(CG(class_table), lcname)); in zend_compile_class_decl()
|
H A D | zend_API.c | 2488 if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { in zend_register_module_ex() 3047 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
|
H A D | zend_execute.c | 3024 return zend_hash_exists(ht, str); in zend_array_key_exists_fast() 4898 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
|
/PHP-8.3/ext/spl/ |
H A D | php_spl.c | 288 return zend_hash_exists(EG(class_table), lc_name); in spl_autoload()
|
H A D | spl_observer.c | 424 bool found = zend_hash_exists(&intern->storage, key.key); in spl_object_storage_contains()
|
/PHP-8.3/ext/xsl/ |
H A D | xsltprocessor.c | 266 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 487 if (!zend_hash_exists(&ce->properties_info, prop_name)) { in _class_string() 4459 RETVAL_BOOL(zend_hash_exists(&ce->function_table, lc_name) || is_closure_invoke(ce, lc_name)); in ZEND_METHOD() 4616 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)), name)) { in ZEND_METHOD() 4742 if (zend_hash_exists(&ce->constants_table, name)) { in ZEND_METHOD() 5263 if (zend_hash_exists(&trait->function_table, lcname)) { in ZEND_METHOD() 5536 if (zend_hash_exists(classname_obj->handlers->get_properties(classname_obj), name)) { in ZEND_METHOD() 7189 if (zend_hash_exists(&object->ce->properties_info, name) in _reflection_write_property()
|
/PHP-8.3/ext/standard/ |
H A D | var_unserializer.re | 378 return zend_hash_exists(classes, lcname); 823 && zend_hash_exists(&Z_OBJCE_P(rval)->function_table, ZSTR_KNOWN(ZEND_STR_WAKEUP));
|
H A D | url_scanner_ex.re | 217 if (!zend_hash_exists(&BG(url_adapt_session_hosts_ht), tmp)) {
|
H A D | array.c | 5792 if (!zend_hash_exists(&exclude, str)) { 6658 RETVAL_BOOL(zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()));
|
/PHP-8.3/Zend/Optimizer/ |
H A D | sccp.c | 712 res = zend_hash_exists(ht, Z_STR_P(op1)); in ct_eval_in_array() 720 res = zend_hash_exists(ht, ZSTR_EMPTY_ALLOC()); in ct_eval_in_array()
|
H A D | block_pass.c | 381 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
|
/PHP-8.3/main/streams/ |
H A D | userspace.c | 489 if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { in PHP_FUNCTION()
|
/PHP-8.3/ext/session/ |
H A D | session.c | 198 if (!zend_hash_exists(Z_ARRVAL_P(sess_var), name)) { in php_add_session_var()
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml.c | 1461 if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { in sxe_add_namespace_name()
|