Home
last modified time | relevance | path

Searched refs:Z_COUNTED_P (Results 1 – 18 of 18) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_gc.c893 ref = Z_COUNTED_P(zv); in gc_scan_black()
932 ref = Z_COUNTED_P(zv); in gc_scan_black()
1068 ref = Z_COUNTED_P(zv); in gc_mark_grey()
1107 ref = Z_COUNTED_P(zv); in gc_mark_grey()
1281 ref = Z_COUNTED_P(zv); in gc_scan()
1319 ref = Z_COUNTED_P(zv); in gc_scan()
1517 ref = Z_COUNTED_P(zv); in gc_collect_white()
1560 ref = Z_COUNTED_P(zv); in gc_collect_white()
1701 ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
1716 ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
[all …]
H A Dzend_variables.h35 rc_dtor_func(Z_COUNTED_P(zval_ptr)); in zval_ptr_dtor_nogc()
42 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor()
H A Dzend_types.h697 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p)) macro
1363 return GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_refcount_p()
1368 return GC_SET_REFCOUNT(Z_COUNTED_P(pz), rc); in zval_set_refcount_p()
1373 return GC_ADDREF(Z_COUNTED_P(pz)); in zval_addref_p()
1378 return GC_DELREF(Z_COUNTED_P(pz)); in zval_delref_p()
1385 Z_COUNTED_P(z) = gc; \
1392 Z_COUNTED_P(z) = gc; \
1403 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1412 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1424 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
[all …]
H A Dzend_variables.c91 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in zval_internal_ptr_dtor()
H A Dzend_gc.h95 ref = Z_COUNTED_P(zv); in gc_check_possible_root()
H A Dzend_execute.h133 ref = Z_COUNTED_P(value); in zend_copy_to_variable()
171 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
196 *garbage_ptr = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_ex()
H A Dzend_vm_def.h3165 rc_dtor_func(Z_COUNTED_P(var));
4355 rc_dtor_func(Z_COUNTED_P(retval_ptr));
4578 zend_refcounted *ref = Z_COUNTED_P(retval);
4797 zend_refcounted *ref = Z_COUNTED_P(varptr);
4898 zend_refcounted *ref = Z_COUNTED_P(varptr);
4992 zend_refcounted *ref = Z_COUNTED_P(varptr);
5076 zend_refcounted *ref = Z_COUNTED_P(varptr);
6473 zend_refcounted *garbage = Z_COUNTED_P(var);
6979 zend_refcounted *gc = Z_COUNTED_P(value); in ZEND_VM_HELPER()
7059 zend_refcounted *gc = Z_COUNTED_P(value);
[all …]
H A Dzend_vm_execute.h2933 zend_refcounted *gc = Z_COUNTED_P(value); in zend_fe_fetch_object_helper_SPEC()
4331 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_CONST_HANDLER()
4409 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_OBSERVER_HANDLER()
14661 rc_dtor_func(Z_COUNTED_P(var)); in ZEND_FE_FREE_SPEC_TMPVAR_HANDLER()
19228 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_TMP_HANDLER()
21896 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_VAR_HANDLER()
39424 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_CV_HANDLER()
57446 rc_dtor_func(Z_COUNTED_P(retval_ptr));
57525 rc_dtor_func(Z_COUNTED_P(retval_ptr));
59063 rc_dtor_func(Z_COUNTED_P(retval_ptr));
[all …]
H A Dzend_execute.c161 zend_refcounted *__ref = Z_COUNTED_P(__container_to_free); \
565 *garbage_ptr = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference()
3627 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref()
3640 ref = Z_COUNTED_P(orig_value); in zend_assign_to_typed_ref_ex()
3649 *garbage_ptr = Z_COUNTED_P(variable_ptr); in zend_assign_to_typed_ref_ex()
H A Dzend.c494 if (GC_IS_RECURSIVE(Z_COUNTED_P(expr))) { in zend_print_flat_zval_r_to_buf()
/PHP-8.3/ext/opcache/
H A Dzend_persist.c250 GC_SET_REFCOUNT(Z_COUNTED_P(z), 2); in zend_persist_zval()
251 GC_ADD_FLAGS(Z_COUNTED_P(z), IS_ARRAY_IMMUTABLE); in zend_persist_zval()
265 GC_SET_REFCOUNT(Z_COUNTED_P(z), 1); in zend_persist_zval()
266 GC_ADD_FLAGS(Z_COUNTED_P(z), GC_IMMUTABLE); in zend_persist_zval()
/PHP-8.3/ext/standard/
H A Dvar.c695 key = (zend_ulong) (uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
1148 (zend_ulong) (uintptr_t) Z_COUNTED_P(struc)); in php_var_serialize_intern()
1417 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options()
H A Darray.c2689 GC_ADDREF_EX(Z_COUNTED_P(val), (uint32_t)num);
2707 GC_ADDREF_EX(Z_COUNTED_P(val), (uint32_t)num);
4651 GC_ADDREF_EX(Z_COUNTED_P(pad_value), num_pads);
/PHP-8.3/ext/soap/
H A Dphp_packet_soap.c383 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()
H A Dphp_encoding.c356 Z_COUNTED_P(data) != Z_COUNTED_P(data_ptr)) { in soap_check_xml_ref()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c423 if (Z_COUNTED_P(watch->addr.zv) == watch->ref) {
431 watch->ref = Z_COUNTED_P(watch->addr.zv);
436 phpdbg_set_addr_watchpoint(Z_COUNTED_P(watch->addr.zv), sizeof(uint32_t), &coll->ref);
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc1550 | // gc_possible_root(Z_COUNTED_P(z))
5656 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
10107 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
11016 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
11842 | // zend_refcounted *garbage = Z_COUNTED_P(variable_ptr);
H A Dzend_jit_x86.dasc1446 | // gc_possible_root(Z_COUNTED_P(z))
6192 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
10825 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
11737 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
12602 | // zend_refcounted *garbage = Z_COUNTED_P(variable_ptr);

Completed in 497 milliseconds