Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_variables.h85 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.c207 zval_add_ref(dst); in zend_objects_clone_members()
255 zval_add_ref(&new_prop); in zend_objects_clone_members()
H A Dzend_weakrefs.c583 zval_add_ref(val); in zend_weakmap_clone_obj()
H A Dzend_API.c1702 zval_add_ref(slot); in object_properties_load()
1721 zval_add_ref(prop); in object_properties_load()
1736 zval_add_ref(prop); in object_properties_load()
H A Dzend_operators.c1086 zend_hash_merge(Z_ARRVAL_P(result), Z_ARRVAL_P(op2), zval_add_ref, 0); in add_function_array()
H A Dzend_vm_def.h8822 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref);
H A Dzend_vm_execute.h3440 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3583 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp183 zend_hash_copy(Z_ARRVAL(ztz_debug), debug_info_tz, zval_add_ref); in Calendar_get_debug_info()
/PHP-8.3/ext/standard/
H A Darray.c3860 zval_add_ref(entry);
3889 zval_add_ref(entry);
3958 zval_add_ref(zv);
3966 zval_add_ref(zv);
4025 zval_add_ref(zv);
4035 zval_add_ref(zv);
4610 zval_add_ref(entry);
4772 zval_add_ref(entry);
5798 zval_add_ref(value);
6455 zval_add_ref(operand);
[all …]
H A Dstreamsfuncs.c701 zval_add_ref(dest_elem); in stream_array_from_fd_set()
747 zval_add_ref(dest_elem); in stream_array_emulate_read_fd_set()
/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c701 zval_add_ref(dest_elem);
731 zval_add_ref(dest_elem);
/PHP-8.3/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-8.3/ext/spl/
H A Dspl_dllist.c444 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_dllist_object_get_debug_info()
H A Dspl_heap.c533 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_heap_object_get_debug_info()
H A Dspl_observer.c337 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c789 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
/PHP-8.3/ext/gmp/
H A Dgmp.c570 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c2531 zend_hash_merge(res, op2, zval_add_ref, 0); in zend_jit_add_arrays_helper()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c1973 zend_hash_copy(Z_ARRVAL_P(return_value), ht, zval_add_ref); in ZEND_METHOD()

Completed in 279 milliseconds