Home
last modified time | relevance | path

Searched refs:zval_add_ref (Results 1 – 20 of 20) sorted by relevance

/php-src/Zend/
H A Dzend_variables.h86 ZEND_API void zval_add_ref(zval *p);
H A Dzend_variables.c113 ZEND_API void zval_add_ref(zval *p) in zval_add_ref() function
H A Dzend_objects.c228 zval_add_ref(dst); in zend_objects_clone_members()
276 zval_add_ref(&new_prop); in zend_objects_clone_members()
H A Dzend_weakrefs.c610 zval_add_ref(val); in zend_weakmap_clone_obj()
H A Dzend_API.c1758 zval_add_ref(slot); in object_properties_load()
1774 zval_add_ref(prop); in object_properties_load()
1786 zval_add_ref(prop); in object_properties_load()
H A Dzend_operators.c1084 zend_hash_merge(Z_ARRVAL_P(result), Z_ARRVAL_P(op2), zval_add_ref, 0); in add_function_array()
H A Dzend_vm_def.h8899 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref);
H A Dzend_vm_execute.h3486 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3629 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp169 zend_hash_copy(Z_ARRVAL(ztz_debug), debug_info_tz, zval_add_ref); in Calendar_get_debug_info()
/php-src/ext/standard/
H A Darray.c3981 zval_add_ref(entry);
4010 zval_add_ref(entry);
4079 zval_add_ref(zv);
4087 zval_add_ref(zv);
4146 zval_add_ref(zv);
4156 zval_add_ref(zv);
4731 zval_add_ref(entry);
4893 zval_add_ref(entry);
5919 zval_add_ref(value);
6578 zval_add_ref(operand);
[all …]
H A Dstreamsfuncs.c698 zval_add_ref(dest_elem); in stream_array_from_fd_set()
744 zval_add_ref(dest_elem); in stream_array_emulate_read_fd_set()
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c697 zval_add_ref(dest_elem);
727 zval_add_ref(dest_elem);
/php-src/main/streams/
H A Dmemory.c523 zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL(ts->meta), zval_add_ref); in php_stream_temp_set_option()
/php-src/ext/spl/
H A Dspl_heap.c527 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
H A Dspl_dllist.c437 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
H A Dspl_observer.c333 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c782 zend_hash_copy(debug_info, properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
/php-src/ext/gmp/
H A Dgmp.c574 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2699 zend_hash_merge(res, op2, zval_add_ref, 0); in zend_jit_add_arrays_helper()
/php-src/ext/reflection/
H A Dphp_reflection.c2001 zend_hash_copy(Z_ARRVAL_P(return_value), ht, zval_add_ref); in ZEND_METHOD()

Completed in 362 milliseconds