Home
last modified time | relevance | path

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

12

/php-src/sapi/phpdbg/
H A Dphpdbg.c541 if (zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
555 if (zend_hash_exists(files, ce->info.user.filename)) { in PHP_FUNCTION()
557 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
/php-src/ext/zend_test/
H A Dobserver.c203 } else if (zend_hash_exists(ZT_G(observer_observe_function_names), fbc->common.function_name)) { in observer_fcall_init()
/php-src/ext/opcache/
H A DZendAccelerator.c1696 if (zend_hash_exists(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_SERVER))) { in zend_accel_get_auto_globals()
1699 if (zend_hash_exists(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_ENV))) { in zend_accel_get_auto_globals()
1702 if (zend_hash_exists(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_AUTOGLOBAL_REQUEST))) { in zend_accel_get_auto_globals()
3591 if (!(copy = zend_hash_exists(preload_scripts, filename))) {
3629 if (!(copy = zend_hash_exists(preload_scripts, filename))) {
3859 if (!zend_hash_exists(CG(class_table), key)) {
3928 if (zend_hash_exists(EG(class_table), lcname)) {
4030 && zend_hash_exists(EG(class_table), lcname)) {
H A Dzend_accelerator_util_funcs.c393 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
/php-src/ext/dom/
H A Dtoken_list.c414 RETURN_BOOL(zend_hash_exists(token_set, token)); in PHP_METHOD()
H A Dphp_dom.c356 if (!obj->prop_handler || !zend_hash_exists(obj->prop_handler, name)) { in dom_get_property_ptr_ptr()
477 if (obj->prop_handler != NULL && zend_hash_exists(obj->prop_handler, member)) { in dom_unset_property()
/php-src/ext/filter/
H A Dfilter.c451 if (array_ptr && zend_hash_exists(Z_ARRVAL_P(array_ptr), var)) { in PHP_FUNCTION()
/php-src/ext/spl/
H A Dphp_spl.c282 return zend_hash_exists(EG(class_table), lc_name); in spl_autoload()
H A Dspl_observer.c418 bool found = zend_hash_exists(&intern->storage, key.key); in spl_object_storage_contains()
/php-src/Zend/
H A Dzend_inheritance.c2496 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures()
2570 if (!zend_hash_exists(&trait->function_table, lcname)) { in zend_traits_init_trait_structures()
2578 if (zend_hash_exists(&traits[j]->function_table, lcname)) { in zend_traits_init_trait_structures()
2671 && zend_hash_exists(&traits[i]->constants_table, constant_name)) { in find_first_constant_definition()
2785 && zend_hash_exists(&traits[i]->properties_info, prop_name)) { in find_first_property_definition()
H A Dzend_builtin_functions.c1179 exists = zend_hash_exists(EG(function_table), lcname); in ZEND_FUNCTION()
2177 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
H A Dzend_hash.h233 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() function
564 return zend_hash_exists(ht, key); in zend_symtable_exists()
H A Dzend_API.c2606 if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { in zend_register_module_ex()
3199 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
H A Dzend_compile.c5498 if (zend_hash_exists(CG(active_op_array)->static_variables, var_name)) { in zend_compile_static_var()
7750 if (zend_hash_exists(&scope->properties_info, name)) { in zend_compile_params()
8672 if (zend_hash_exists(&ce->properties_info, name)) { in zend_compile_prop_decl()
9044 } while (zend_hash_exists(CG(class_table), lcname)); in zend_compile_class_decl()
H A Dzend_execute.c3220 return zend_hash_exists(ht, str); in zend_array_key_exists_fast()
5130 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
/php-src/ext/reflection/
H A Dphp_reflection.c488 if (!zend_hash_exists(&ce->properties_info, prop_name)) { in _class_string()
4376 RETVAL_BOOL(zend_hash_exists(&ce->function_table, lc_name) || is_closure_invoke(ce, lc_name)); in ZEND_METHOD()
4533 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(Z_OBJ(intern->obj)), name)) { in ZEND_METHOD()
4659 if (zend_hash_exists(&ce->constants_table, name)) { in ZEND_METHOD()
5355 if (zend_hash_exists(&trait->function_table, lcname)) { in ZEND_METHOD()
5614 if (zend_hash_exists(classname_obj->handlers->get_properties(classname_obj), name)) { in ZEND_METHOD()
7457 if (zend_hash_exists(&object->ce->properties_info, name) in _reflection_write_property()
/php-src/ext/standard/
H A Dvar_unserializer.re373 return zend_hash_exists(classes, lcname);
822 && zend_hash_exists(&Z_OBJCE_P(rval)->function_table, ZSTR_KNOWN(ZEND_STR_WAKEUP));
H A Durl_scanner_ex.re224 if (!zend_hash_exists(allowed_hosts, tmp)) {
/php-src/ext/dba/
H A Ddba.c592 if (zend_hash_exists(&DBA_G(connections), connection->hash)) { in php_dba_open()
/php-src/Zend/Optimizer/
H A Dsccp.c712 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 Dblock_pass.c381 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
/php-src/main/streams/
H A Duserspace.c489 if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { in PHP_FUNCTION()
/php-src/ext/phar/
H A Dphar_object.c3531 if (zend_hash_exists(&phar_obj->archive->manifest, file_name)) { in PHP_METHOD()
3549 RETURN_BOOL(zend_hash_exists(&phar_obj->archive->virtual_dirs, file_name)); in PHP_METHOD()
3798 if (zend_hash_exists(&phar_obj->archive->manifest, file_name)) { in PHP_METHOD()
/php-src/ext/session/
H A Dsession.c221 if (!zend_hash_exists(Z_ARRVAL_P(sess_var), name)) { in php_add_session_var()
/php-src/ext/simplexml/
H A Dsimplexml.c1407 if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { in sxe_add_namespace_name_raw()

Completed in 186 milliseconds

12