Lines Matching refs:zend_hash_quick_find

293 …if (zend_hash_quick_find(&ce->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, h, (void …  in zend_get_property_info_quick()
323 …&& zend_hash_quick_find(&EG(scope)->properties_info, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, h, … in zend_get_property_info_quick()
410 …} else if (zend_hash_quick_find(zobj->guards, property_info->name, property_info->name_length+1, p… in zend_get_property_guard()
457 …UNEXPECTED(zend_hash_quick_find(zobj->properties, property_info->name, property_info->name_length+… in zend_std_read_property()
550 …EXPECTED(zend_hash_quick_find(zobj->properties, property_info->name, property_info->name_length+1,… in zend_std_write_property()
746 …UNEXPECTED(zend_hash_quick_find(zobj->properties, property_info->name, property_info->name_length+… in zend_std_get_property_ptr_ptr()
938 …if (zend_hash_quick_find(&ce->function_table, function_name_strval, function_name_strlen+1, hash_v… in zend_check_private_int()
1021 …if (UNEXPECTED(zend_hash_quick_find(&zobj->ce->function_table, lc_method_name, method_len+1, hash_… in zend_std_get_method()
1058 …if (zend_hash_quick_find(&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (vo… in zend_std_get_method()
1175 …UNEXPECTED(zend_hash_quick_find(&ce->function_table, lc_function_name, function_name_strlen+1, has… in zend_std_get_static_method()
1249 …if (UNEXPECTED(zend_hash_quick_find(&ce->properties_info, property_name, property_name_len+1, hash… in zend_std_get_static_property()
1430 …UNEXPECTED(zend_hash_quick_find(zobj->properties, property_info->name, property_info->name_length+… in zend_std_has_property()