Lines Matching refs:offset

132 	uint32_t offset;  member
622 static zend_op *get_recv_op(zend_op_array *op_array, uint32_t offset) in get_recv_op() argument
627 ++offset; in get_recv_op()
630 || op->opcode == ZEND_RECV_VARIADIC) && op->op1.num == offset) in get_recv_op()
640 static zval *get_default_from_recv(zend_op_array *op_array, uint32_t offset) { in get_default_from_recv() argument
641 zend_op *recv = get_recv_op(op_array, offset); in get_default_from_recv()
701 …str *str, zend_function *fptr, struct _zend_arg_info *arg_info, uint32_t offset, bool required, ch… in _parameter_string() argument
703 smart_str_append_printf(str, "Parameter #%d [ ", offset); in _parameter_string()
736 zval *default_value = get_default_from_recv((zend_op_array*)fptr, offset); in _parameter_string()
916 zval *prop = &ce->default_static_members_table[prop_info->offset]; in property_get_default()
920 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()
1168 …uint32_t offset, uint32_t target, zend_string *name, zend_class_entry *base, zend_string *filename… in read_attributes() argument
1180 if (attr->offset == offset && zend_string_equals(attr->lcname, filter)) { in read_attributes()
1191 if (attr->offset != offset) { in read_attributes()
1222 uint32_t offset, zend_class_entry *scope, uint32_t target, zend_string *filename) /* {{{ */ in reflect_attributes() argument
1255 …if (FAILURE == read_attributes(return_value, attributes, scope, offset, target, name, base, filena… in reflect_attributes()
1338 …n *fptr, zval *closure_object, struct _zend_arg_info *arg_info, uint32_t offset, bool required, zv… in reflection_parameter_factory() argument
1348 reference->offset = offset; in reflection_parameter_factory()
1551 zval *default_value = get_default_from_recv((zend_op_array *) param->fptr, param->offset); in get_parameter_default()
2572 ref->offset = (uint32_t)position; in ZEND_METHOD()
2614 _parameter_string(&str, param->fptr, param->arg_info, param->offset, param->required, ""); in ZEND_METHOD()
2868 attributes, param->offset + 1, scope, ZEND_ATTRIBUTE_TARGET_PARAMETER, in ZEND_METHOD()
2883 RETVAL_LONG(param->offset); in ZEND_METHOD()
2918 zval *default_value = get_default_from_recv((zend_op_array *)param->fptr, param->offset); in ZEND_METHOD()
4208 prop = &CE_STATIC_MEMBERS(ce)[prop_info->offset]; in ZEND_METHOD()
7386 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()