Lines Matching refs:zend_reference

552 ZEND_API void add_assoc_reference_ex(zval *arg, const char *key, size_t key_len, zend_reference *re…
585 static zend_always_inline void add_assoc_reference(zval *arg, const char *key, zend_reference *ref)… in add_assoc_reference()
602 ZEND_API void add_index_reference(zval *arg, zend_ulong index, zend_reference *ref);
619 ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference *ref);
638 ZEND_API void add_property_reference_ex(zval *arg, const char *key, size_t key_len, zend_reference
671 static zend_always_inline void add_property_reference(zval *arg, const char *key, zend_reference *r… in add_property_reference()
1077 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *zv, bool strict);
1078 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *zv);
1080 ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref);
1081 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val);
1082 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval);
1083 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval);
1084 ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_reference *ref);
1085 ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str);
1086 ZEND_API zend_result zend_try_assign_typed_ref_string(zend_reference *ref, const char *string);
1087 ZEND_API zend_result zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, siz…
1088 ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr);
1089 ZEND_API zend_result zend_try_assign_typed_ref_res(zend_reference *ref, zend_resource *res);
1090 ZEND_API zend_result zend_try_assign_typed_ref_zval(zend_reference *ref, zval *zv);
1091 ZEND_API zend_result zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, bool strict);
1096 zend_reference *ref = Z_REF_P(_zv); \
1118 zend_reference *ref = Z_REF_P(_zv); \
1140 zend_reference *ref = Z_REF_P(_zv); \
1162 zend_reference *ref = Z_REF_P(_zv); \
1184 zend_reference *ref = Z_REF_P(_zv); \
1206 zend_reference *ref = Z_REF_P(_zv); \
1228 zend_reference *ref = Z_REF_P(_zv); \
1250 zend_reference *ref = Z_REF_P(_zv); \
1272 zend_reference *ref = Z_REF_P(_zv); \
1294 zend_reference *ref = Z_REF_P(_zv); \
1316 zend_reference *ref = Z_REF_P(_zv); \
1338 zend_reference *ref = Z_REF_P(_zv); \
1360 zend_reference *ref = Z_REF_P(_zv); \
1382 zend_reference *ref = Z_REF_P(_zv); \
1404 zend_reference *ref = Z_REF_P(_zv); \
1436 zend_reference *ref = Z_REF_P(_zv); \
1472 zend_reference *ref = Z_REF_P(zv); in zend_try_array_init_size()