Home
last modified time | relevance | path

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

/PHP-8.0/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.c195 zval_add_ref(dst); in zend_objects_clone_members()
238 zval_add_ref(&new_prop); in zend_objects_clone_members()
H A Dzend_weakrefs.c464 zval_add_ref(val); in zend_weakmap_clone_obj()
H A Dzend_API.c1394 zval_add_ref(slot); in object_properties_load()
1404 zval_add_ref(prop); in object_properties_load()
1411 zval_add_ref(prop); in object_properties_load()
H A Dzend_operators.c962 zend_hash_merge(Z_ARRVAL_P(result), Z_ARRVAL_P(op2), zval_add_ref, 0); in add_function_array()
H A Dzend_vm_def.h8572 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref);
H A Dzend_vm_execute.h3159 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3295 zend_hash_copy(Z_ARRVAL_P(call_args), call->extra_named_params, zval_add_ref); in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/PHP-8.0/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.0/ext/standard/
H A Darray.c3576 zval_add_ref(entry);
3639 zval_add_ref(zv);
3643 zval_add_ref(zv);
3702 zval_add_ref(zv);
3712 zval_add_ref(zv);
4271 zval_add_ref(entry);
4432 zval_add_ref(entry);
5408 zval_add_ref(value);
5981 zval_add_ref(operand);
6234 zval_add_ref(entry);
[all …]
H A Dstreamsfuncs.c686 zval_add_ref(dest_elem); in stream_array_from_fd_set()
732 zval_add_ref(dest_elem); in stream_array_emulate_read_fd_set()
/PHP-8.0/ext/mysqli/
H A Dmysqli_nonapi.c784 zval_add_ref(dest_elem);
816 zval_add_ref(dest_elem);
/PHP-8.0/main/streams/
H A Dmemory.c549 zend_hash_copy(Z_ARRVAL_P((zval*)ptrparam), Z_ARRVAL(ts->meta), zval_add_ref); in php_stream_temp_set_option()
/PHP-8.0/ext/spl/
H A Dspl_heap.c503 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.c496 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.c254 zend_hash_copy(debug_info, props, (copy_ctor_func_t)zval_add_ref); in spl_object_storage_debug_info()
H A Dspl_array.c821 zend_hash_copy(debug_info, intern->std.properties, (copy_ctor_func_t) zval_add_ref); in spl_array_get_debug_info()
/PHP-8.0/ext/gmp/
H A Dgmp.c505 (copy_ctor_func_t) zval_add_ref in gmp_unserialize()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2407 zend_hash_merge(res, op2, zval_add_ref, 0); in zend_jit_add_arrays_helper()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c1835 zend_hash_copy(Z_ARRVAL_P(return_value), ht, zval_add_ref); in ZEND_METHOD()

Completed in 361 milliseconds