/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 541 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 D | observer.c | 203 } 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 D | ZendAccelerator.c | 1696 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 D | zend_accelerator_util_funcs.c | 393 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
|
/php-src/ext/dom/ |
H A D | token_list.c | 414 RETURN_BOOL(zend_hash_exists(token_set, token)); in PHP_METHOD()
|
H A D | php_dom.c | 356 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 D | filter.c | 451 if (array_ptr && zend_hash_exists(Z_ARRVAL_P(array_ptr), var)) { in PHP_FUNCTION()
|
/php-src/ext/spl/ |
H A D | php_spl.c | 282 return zend_hash_exists(EG(class_table), lc_name); in spl_autoload()
|
H A D | spl_observer.c | 418 bool found = zend_hash_exists(&intern->storage, key.key); in spl_object_storage_contains()
|
/php-src/Zend/ |
H A D | zend_inheritance.c | 2496 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 D | zend_builtin_functions.c | 1179 exists = zend_hash_exists(EG(function_table), lcname); in ZEND_FUNCTION() 2177 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
|
H A D | zend_hash.h | 233 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 D | zend_API.c | 2606 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 D | zend_compile.c | 5498 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 D | zend_execute.c | 3220 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 D | php_reflection.c | 488 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 D | var_unserializer.re | 373 return zend_hash_exists(classes, lcname); 822 && zend_hash_exists(&Z_OBJCE_P(rval)->function_table, ZSTR_KNOWN(ZEND_STR_WAKEUP));
|
H A D | url_scanner_ex.re | 224 if (!zend_hash_exists(allowed_hosts, tmp)) {
|
/php-src/ext/dba/ |
H A D | dba.c | 592 if (zend_hash_exists(&DBA_G(connections), connection->hash)) { in php_dba_open()
|
/php-src/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-src/main/streams/ |
H A D | userspace.c | 489 if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { in PHP_FUNCTION()
|
/php-src/ext/phar/ |
H A D | phar_object.c | 3531 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 D | session.c | 221 if (!zend_hash_exists(Z_ARRVAL_P(sess_var), name)) { in php_add_session_var()
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 1407 if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { in sxe_add_namespace_name_raw()
|