Lines Matching refs:zend_hash_find_ptr
833 …if ((overwrites = zend_hash_find_ptr(&fptr->common.scope->parent->function_table, lc_name)) != NUL… in _function_string()
1342 module = zend_hash_find_ptr(&module_registry, lcname); in reflection_extension_factory()
2411 fptr = zend_hash_find_ptr(EG(function_table), lcname); in ZEND_METHOD()
2461 } else if ((fptr = zend_hash_find_ptr(&ce->function_table, lcname)) == NULL) { in ZEND_METHOD()
2480 …} else if ((fptr = zend_hash_find_ptr(&ce->function_table, ZSTR_KNOWN(ZEND_STR_MAGIC_INVOKE))) == … in ZEND_METHOD()
3739 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), constname)) == NULL) { in ZEND_METHOD()
4408 } else if ((mptr = zend_hash_find_ptr(&ce->function_table, lc_name)) != NULL) { in ZEND_METHOD()
4495 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4526 if ((property_info = zend_hash_find_ptr(&ce->properties_info, name)) != NULL) { in ZEND_METHOD()
4753 if ((c = zend_hash_find_ptr(constants_table, name)) == NULL) { in ZEND_METHOD()
4773 if ((constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name)) == NULL) { in ZEND_METHOD()
5353 zend_hash_find_ptr(CG(class_table), ce->trait_names[j].lc_name); in ZEND_METHOD()
5608 property_info = zend_hash_find_ptr(&ce->properties_info, name); in ZEND_METHOD()
7176 zend_class_constant *class_const = zend_hash_find_ptr(&ce->constants_table, name); in ZEND_METHOD()
7196 zend_class_constant *constant = zend_hash_find_ptr(CE_CONSTANTS_TABLE(ce), name); in ZEND_METHOD()