Home
last modified time | relevance | path

Searched refs:zend_hash_find_ptr (Results 26 – 50 of 61) sorted by relevance

123

/PHP-7.2/ext/soap/
H A Dsoap.c1434 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
1452 if ((f = zend_hash_find_ptr(EG(function_table), key)) == NULL) { in PHP_METHOD()
3627 if ((hdr = zend_hash_find_ptr(fnb->input.headers, key.s)) != NULL) {
3877 (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
3915 (tmp_fault = zend_hash_find_ptr(function->faults, Z_STR_P(tmp))) != NULL) {
4098 (hdr = zend_hash_find_ptr(fnb->output.headers, key.s)) != NULL) {
4323 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) {
H A Dphp_encoding.c416 enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s); in master_to_xml_int()
498 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_xml_int()
531 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_zval_int()
554 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_zval_int()
3106 if ((sdl_type = zend_hash_find_ptr(SOAP_GLOBAL(sdl)->elements, nscat.s)) != NULL && in to_zval_any()
/PHP-7.2/ext/zip/
H A Dphp_zip.c881 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_get_property_ptr_ptr()
915 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_read_property()
954 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_has_property()
/PHP-7.2/ext/opcache/Optimizer/
H A Dsccp.c626 ini_entry = zend_hash_find_ptr(EG(ini_directives), Z_STR_P(args[0])); in ct_eval_func_call()
835 func = zend_hash_find_ptr(CG(function_table), name); in ct_eval_func_call()
H A Dzend_cfg.c349 if ((fn = zend_hash_find_ptr(EG(function_table), Z_STR_P(zv))) != NULL) { in zend_build_cfg()
H A Dzend_ssa.c512 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in place_essa_pis()
514 ce = zend_hash_find_ptr(CG(class_table), lcname); in place_essa_pis()
H A Dblock_pass.c41 if ((c = zend_hash_find_ptr(EG(zend_constants), name)) == NULL) { in zend_optimizer_get_persistent_constant()
383 if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) { in zend_optimize_block()
H A Dzend_inference.c2221 zend_class_entry *ce = script ? zend_hash_find_ptr(&script->class_table, lcname) : NULL; in get_class_entry()
2226 ce = zend_hash_find_ptr(CG(class_table), lcname); in get_class_entry()
2938 …if (script && (ce = zend_hash_find_ptr(&script->class_table, Z_STR_P(CRT_CONSTANT_EX(op_array, opl… in zend_update_type_info()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_prompt.c545 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), source_path); in phpdbg_compile_stdin()
604 phpdbg_file_source *data = zend_hash_find_ptr(&PHPDBG_G(file_sources), PHPDBG_G(ops)->filename); in phpdbg_compile()
H A Dphpdbg_watch.c465 if ((old_element = zend_hash_find_ptr(&watch->elements, element->str))) {
647 if ((prev = zend_hash_find_ptr(&PHPDBG_G(watch_recreation), element->str))) {
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c771 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string()
1145 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
3597 if ((constant = zend_hash_find_ptr(&ce->constants_table, constname)) == NULL) { in ZEND_METHOD()
4290 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4326 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4556 if ((c = zend_hash_find_ptr(&ce->constants_table, name)) == NULL) { in ZEND_METHOD()
4577 if ((constant = zend_hash_find_ptr(&ce->constants_table, name)) == NULL) { in ZEND_METHOD()
/PHP-7.2/ext/session/
H A Dsession.c1863 if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) { in PHP_FUNCTION()
1882 if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) { in PHP_FUNCTION()
1902 if ((current_mptr = zend_hash_find_ptr(&Z_OBJCE_P(obj)->function_table, func_name))) { in PHP_FUNCTION()
/PHP-7.2/ext/libxml/
H A Dlibxml.c1189 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
/PHP-7.2/ext/phar/
H A Dstream.c626 if (NULL == (entry = zend_hash_find_ptr(&phar->manifest, str_key))) { in phar_wrapper_stat()
/PHP-7.2/ext/standard/
H A Dvar_unserializer.c433 …&& ((existing_propinfo = zend_hash_find_ptr(&Z_OBJCE_P(rval)->properties_info, unmangled)) != NULL… in process_nested_data()
H A Dvar_unserializer.re437 …&& ((existing_propinfo = zend_hash_find_ptr(&Z_OBJCE_P(rval)->properties_info, unmangled)) != NULL)
/PHP-7.2/ext/spl/
H A Dphp_spl.c71 ce = zend_hash_find_ptr(EG(class_table), lc_name); in spl_find_ce_by_name()
H A Dspl_observer.c161 return zend_hash_find_ptr(&intern->storage, key->key); in spl_object_storage_get()
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c168 if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
/PHP-7.2/ext/wddx/
H A Dwddx.c959 if ((pce = zend_hash_find_ptr(EG(class_table), Z_STR(ent1->data))) == NULL) { in php_wddx_pop_element()
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c1370 …fbc = zend_hash_find_ptr(dbh_obj->inner->cls_methods[PDO_DBH_DRIVER_METHOD_KIND_DBH], lc_method_na… in dbh_method_get()
/PHP-7.2/main/streams/
H A Duserspace.c579 if ((wrapper = zend_hash_find_ptr(global_wrapper_hash, protocol)) == NULL) { in PHP_FUNCTION()
/PHP-7.2/ext/pgsql/
H A Dpgsql.c1352 if ((le = zend_hash_find_ptr(&EG(persistent_list), str.s)) == NULL) { /* we don't */
1437 && (index_ptr = zend_hash_find_ptr(&EG(regular_list), str.s)) != NULL) {
2385 if ((field_type = zend_hash_find_ptr(list, str.s)) != NULL) {
2482 if ((field_table = zend_hash_find_ptr(&EG(regular_list), hash_key.s)) != NULL) {
/PHP-7.2/Zend/
H A Dzend_hash.h736 static zend_always_inline void *zend_hash_find_ptr(const HashTable *ht, zend_string *key) in zend_hash_find_ptr() function
H A Dzend_object_handlers.c1374 zend_property_info *property_info = zend_hash_find_ptr(&ce->properties_info, property_name); in zend_std_get_static_property()

Completed in 275 milliseconds

123