Home
last modified time | relevance | path

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

/PHP-8.1/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.c203 zval_add_ref(dst); in zend_objects_clone_members()
246 zval_add_ref(&new_prop); in zend_objects_clone_members()
H A Dzend_weakrefs.c468 zval_add_ref(val); in zend_weakmap_clone_obj()
H A Dzend_API.c1606 zval_add_ref(slot); in object_properties_load()
1616 zval_add_ref(prop); in object_properties_load()
1623 zval_add_ref(prop); in object_properties_load()
H A Dzend_operators.c977 zend_hash_merge(Z_ARRVAL_P(result), Z_ARRVAL_P(op2), zval_add_ref, 0); in add_function_array()
H A Dzend_vm_def.h8657 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref);
H A Dzend_vm_execute.h3303 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3442 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/PHP-8.1/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.1/ext/standard/
H A Darray.c3540 zval_add_ref(entry);
3608 zval_add_ref(zv);
3616 zval_add_ref(zv);
3675 zval_add_ref(zv);
3685 zval_add_ref(zv);
4247 zval_add_ref(entry);
4408 zval_add_ref(entry);
5379 zval_add_ref(value);
5955 zval_add_ref(operand);
6208 zval_add_ref(entry);
[all …]
H A Dstreamsfuncs.c697 zval_add_ref(dest_elem); in stream_array_from_fd_set()
743 zval_add_ref(dest_elem); in stream_array_emulate_read_fd_set()
/PHP-8.1/ext/mysqli/
H A Dmysqli_nonapi.c827 zval_add_ref(dest_elem);
859 zval_add_ref(dest_elem);
/PHP-8.1/main/streams/
H A Dmemory.c518 zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL(ts->meta), zval_add_ref); in php_stream_temp_set_option()
/PHP-8.1/ext/spl/
H A Dspl_heap.c527 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_dllist.c447 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_observer.c256 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c824 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
/PHP-8.1/ext/gmp/
H A Dgmp.c505 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c2478 zend_hash_merge(res, op2, zval_add_ref, 0); in zend_jit_add_arrays_helper()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1950 zend_hash_copy(Z_ARRVAL_P(return_value), ht, zval_add_ref); in ZEND_METHOD()

Completed in 330 milliseconds