Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/spl/
H A Dphp_spl.c298 return zend_hash_exists(EG(class_table), lc_name); in spl_autoload()
427 if (zend_hash_exists(EG(class_table), lc_name)) { in PHP_FUNCTION()
549 if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), lc_name)) { in PHP_FUNCTION()
H A Dspl_observer.c391 found = zend_hash_exists(&intern->storage, key.key); in spl_object_storage_contains()
/PHP-7.1/Zend/
H A Dzend_ts_hash.c228 retval = zend_hash_exists(TS_HASH(ht), key); in zend_ts_hash_exists()
H A Dzend_inheritance.c1372 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table, in zend_traits_init_trait_structures()
1430 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table, in zend_traits_init_trait_structures()
1533 if (zend_hash_exists(&ce->traits[i]->properties_info, prop_name)) { in find_first_definition()
1669 if (zend_hash_exists(&ce->function_table, in zend_do_check_for_inconsistent_traits_aliasing()
H A Dzend_hash.h186 ZEND_API zend_bool ZEND_FASTCALL zend_hash_exists(const HashTable *ht, zend_string *key);
434 return zend_hash_exists(ht, key); in zend_symtable_exists()
H A Dzend_builtin_functions.c1400 if (zend_hash_exists(&ce->function_table, lcname)) { in ZEND_FUNCTION()
2824 if (zend_hash_exists(&module_registry, lcname)) { in ZEND_FUNCTION()
H A Dzend_compile.c1161 if (zend_hash_exists(class_table, Z_STR_P(lcname))) { in do_bind_inherited_class()
5336 && zend_hash_exists(op_array->static_variables, var_name)) { in zend_compile_closure_uses()
5692 if (zend_hash_exists(&ce->properties_info, name)) { in zend_compile_prop_decl()
6007 if (!zend_hash_exists(CG(class_table), lcname)) { in zend_compile_class_decl()
H A Dzend_API.c2006 if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { in zend_register_module_ex()
2316 if (zend_hash_exists(target_function_table, lowercase_name)) { in zend_register_functions()
H A Dzend_hash.c1974 ZEND_API zend_bool ZEND_FASTCALL zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() function
H A Dzend_execute.c2807 if (zend_hash_exists(&EG(included_files), resolved_path)) { in zend_include_or_eval()
/PHP-7.1/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.c318 if (!obj->prop_handler || !zend_hash_exists(obj->prop_handler, member_str)) { in dom_get_property_ptr_ptr()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c593 if (zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
607 if (zend_hash_exists(files, ce->info.user.filename)) { in PHP_FUNCTION()
609 if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) { in PHP_FUNCTION()
/PHP-7.1/ext/filter/
H A Dfilter.c583 if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var)) { in PHP_FUNCTION()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c328 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c670 if (!zend_hash_exists(EG(zend_constants), name)) { in zend_accel_load_script()
H A DZendAccelerator.c1437 if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[i])) { in zend_accel_get_auto_globals()
1447 if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[3])) { in zend_accel_get_auto_globals_no_jit()
/PHP-7.1/ext/standard/
H A Dvar.c688 if (zend_hash_exists(ht, name)) { in php_var_serialize_collect_names()
H A Dvar_unserializer.c307 res = zend_hash_exists(classes, lcname); in unserialize_allowed_class()
H A Dvar_unserializer.re305 res = zend_hash_exists(classes, lcname);
/PHP-7.1/main/streams/
H A Duserspace.c521 if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { in PHP_FUNCTION()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c573 if (!zend_hash_exists(&ce->properties_info, prop_name)) { in _class_string()
4446 if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(&intern->obj), name)) { in ZEND_METHOD()
4594 if (zend_hash_exists(&ce->constants_table, name)) { in ZEND_METHOD()
6811 && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STR_P(member)) in _reflection_write_property()
/PHP-7.1/ext/opcache/Optimizer/
H A Dblock_pass.c338 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
/PHP-7.1/ext/session/
H A Dsession.c177 if (!zend_hash_exists(Z_ARRVAL_P(sess_var), name)) { in php_add_session_var()
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1523 if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { in sxe_add_namespace_name()

Completed in 153 milliseconds

12