Lines Matching refs:zend_reference

1895 ZEND_API void add_assoc_reference_ex(zval *arg, const char *key, size_t key_len, zend_reference *re…  in add_assoc_reference_ex()
2000 ZEND_API void add_index_reference(zval *arg, zend_ulong index, zend_reference *ref) /* {{{ */ in add_index_reference()
2099 ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference *ref) /* {{{ */ in add_next_index_reference()
2245 ZEND_API void add_property_reference_ex(zval *arg, const char *key, size_t key_len, zend_reference in add_property_reference_ex()
4451 ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, zval *val, bool strict) /* {… in zend_try_assign_typed_ref_ex()
4464 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *val) /* {{{ */ in zend_try_assign_typed_ref()
4470 ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_null()
4479 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val) /* {{{ */ in zend_try_assign_typed_ref_bool()
4488 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval) /* {{{ */ in zend_try_assign_typed_ref_long()
4497 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval) /* {{{ */ in zend_try_assign_typed_ref_double()
4506 ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_empty_string()
4515 ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str) /* {{{ */ in zend_try_assign_typed_ref_str()
4524 ZEND_API zend_result zend_try_assign_typed_ref_string(zend_reference *ref, const char *string) /* {… in zend_try_assign_typed_ref_string()
4533 ZEND_API zend_result zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, siz… in zend_try_assign_typed_ref_stringl()
4542 ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr) /* {{{ */ in zend_try_assign_typed_ref_arr()
4551 ZEND_API zend_result zend_try_assign_typed_ref_res(zend_reference *ref, zend_resource *res) /* {{{ … in zend_try_assign_typed_ref_res()
4560 ZEND_API zend_result zend_try_assign_typed_ref_zval(zend_reference *ref, zval *zv) /* {{{ */ in zend_try_assign_typed_ref_zval()
4569 ZEND_API zend_result zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, bool strict) … in zend_try_assign_typed_ref_zval_ex()