zend_hash_exists 2012 Zend/zend_API.c if (zend_hash_exists(&module_registry, lcname) || zend_get_extension(dep->name)) { zend_hash_exists 2320 Zend/zend_API.c if (zend_hash_exists(target_function_table, lowercase_name)) { zend_hash_exists 1329 Zend/zend_builtin_functions.c if (zend_hash_exists(&ce->function_table, lcname)) { zend_hash_exists 2722 Zend/zend_builtin_functions.c if (zend_hash_exists(&module_registry, lcname)) { zend_hash_exists 1043 Zend/zend_compile.c if (zend_hash_exists(class_table, Z_STR_P(op2))) { zend_hash_exists 4957 Zend/zend_compile.c if (zend_hash_exists(&ce->properties_info, name)) { zend_hash_exists 5496 Zend/zend_compile.c if (zend_hash_exists(CG(class_table), ns_name)) { zend_hash_exists 159 Zend/zend_hash.h ZEND_API zend_bool ZEND_FASTCALL zend_hash_exists(const HashTable *ht, zend_string *key); zend_hash_exists 383 Zend/zend_hash.h return zend_hash_exists(ht, key); zend_hash_exists 716 Zend/zend_inheritance.c if (!zend_hash_exists(&ce->constants_table, name)) { zend_hash_exists 1294 Zend/zend_inheritance.c method_exists = zend_hash_exists(&cur_method_ref->ce->function_table, zend_hash_exists 1352 Zend/zend_inheritance.c method_exists = zend_hash_exists(&cur_method_ref->ce->function_table, zend_hash_exists 1455 Zend/zend_inheritance.c if (zend_hash_exists(&ce->traits[i]->properties_info, prop_name)) { zend_hash_exists 1591 Zend/zend_inheritance.c if (zend_hash_exists(&ce->function_table, zend_hash_exists 228 Zend/zend_ts_hash.c retval = zend_hash_exists(TS_HASH(ht), key); zend_hash_exists 5421 Zend/zend_vm_def.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); zend_hash_exists 3612 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); zend_hash_exists 29183 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); zend_hash_exists 40665 Zend/zend_vm_execute.h failure_retval = zend_hash_exists(&EG(included_files), resolved_path); zend_hash_exists 319 ext/dom/php_dom.c if (!obj->prop_handler || !zend_hash_exists(obj->prop_handler, member_str)) { zend_hash_exists 198 ext/dom/xpath.c } else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable) == 0) { zend_hash_exists 580 ext/filter/filter.c if (array_ptr && HASH_OF(array_ptr) && zend_hash_exists(HASH_OF(array_ptr), var)) { zend_hash_exists 749 ext/opcache/Optimizer/block_pass.c if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { zend_hash_exists 1360 ext/opcache/ZendAccelerator.c if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[i])) { zend_hash_exists 1370 ext/opcache/ZendAccelerator.c if (zend_hash_exists(&EG(symbol_table), jit_auto_globals_str[3])) { zend_hash_exists 718 ext/opcache/zend_accelerator_util_funcs.c if (!zend_hash_exists(EG(zend_constants), name)) { zend_hash_exists 548 ext/reflection/php_reflection.c if (!zend_hash_exists(&ce->properties_info, prop_name)) { zend_hash_exists 4236 ext/reflection/php_reflection.c if (zend_hash_exists(Z_OBJ_HT(intern->obj)->get_properties(&intern->obj), name)) { zend_hash_exists 4384 ext/reflection/php_reflection.c if (zend_hash_exists(&ce->constants_table, name)) { zend_hash_exists 6499 ext/reflection/php_reflection.c && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STR_P(member)) zend_hash_exists 1500 ext/simplexml/simplexml.c if (!zend_hash_exists(Z_ARRVAL_P(return_value), key)) { zend_hash_exists 1194 ext/soap/php_encoding.c zend_hash_exists(Z_OBJPROP_P(object), property_info->name)) { zend_hash_exists 299 ext/spl/php_spl.c return zend_hash_exists(EG(class_table), lc_name); zend_hash_exists 435 ext/spl/php_spl.c if (zend_hash_exists(EG(class_table), lc_name)) { zend_hash_exists 551 ext/spl/php_spl.c if (SPL_G(autoload_functions) && zend_hash_exists(SPL_G(autoload_functions), lc_name)) { zend_hash_exists 377 ext/spl/spl_observer.c found = zend_hash_exists(&intern->storage, hash); zend_hash_exists 4704 ext/standard/array.c if (!zend_hash_exists(&exclude, str)) { zend_hash_exists 228 ext/standard/var_unserializer.c res = zend_hash_exists(classes, lcname); zend_hash_exists 331 ext/xsl/xsltprocessor.c } else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable) == 0) { zend_hash_exists 513 main/streams/userspace.c if (zend_hash_exists(php_stream_get_url_stream_wrappers_hash(), protocol)) { zend_hash_exists 541 sapi/phpdbg/phpdbg.c if (zend_hash_exists(files, func->op_array.filename)) { zend_hash_exists 555 sapi/phpdbg/phpdbg.c if (zend_hash_exists(files, ce->info.user.filename)) { zend_hash_exists 557 sapi/phpdbg/phpdbg.c if (func->type == ZEND_USER_FUNCTION && zend_hash_exists(files, func->op_array.filename)) {