Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
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_gc.c721 ref = Z_COUNTED_P(zv); in gc_scan_black()
731 ref = Z_COUNTED_P(zv); in gc_scan_black()
783 ref = Z_COUNTED_P(zv); in gc_scan_black()
796 ref = Z_COUNTED_P(zv); in gc_scan_black()
905 ref = Z_COUNTED_P(zv); in gc_mark_grey()
918 ref = Z_COUNTED_P(zv); in gc_mark_grey()
1101 ref = Z_COUNTED_P(zv); in gc_scan()
1264 ref = Z_COUNTED_P(zv); in gc_collect_white()
1277 ref = Z_COUNTED_P(zv); in gc_collect_white()
1421 ref = Z_COUNTED_P(zv); in gc_remove_nested_data_from_buffer()
[all …]
H A Dzend_gc.h77 ref = Z_COUNTED_P(zv); in gc_check_possible_root()
H A Dzend_types.h602 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p)) macro
1193 return GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_refcount_p()
1198 return GC_SET_REFCOUNT(Z_COUNTED_P(pz), rc); in zval_set_refcount_p()
1203 return GC_ADDREF(Z_COUNTED_P(pz)); in zval_addref_p()
1208 return GC_DELREF(Z_COUNTED_P(pz)); in zval_delref_p()
1215 Z_COUNTED_P(z) = gc; \
1222 Z_COUNTED_P(z) = gc; \
1233 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1242 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1254 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_execute.h102 ref = Z_COUNTED_P(value); in zend_copy_to_variable()
140 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
H A Dzend_vm_def.h3117 rc_dtor_func(Z_COUNTED_P(var));
4283 rc_dtor_func(Z_COUNTED_P(retval_ptr));
4506 zend_refcounted *ref = Z_COUNTED_P(retval);
4723 zend_refcounted *ref = Z_COUNTED_P(varptr);
4824 zend_refcounted *ref = Z_COUNTED_P(varptr);
4918 zend_refcounted *ref = Z_COUNTED_P(varptr);
5002 zend_refcounted *ref = Z_COUNTED_P(varptr);
5919 zend_refcounted *ref = Z_COUNTED_P(expr_ptr);
6281 zend_refcounted *garbage = Z_COUNTED_P(var);
6834 zend_refcounted *gc = Z_COUNTED_P(value);
[all …]
H A Dzend_vm_execute.h4071 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_CONST_HANDLER()
4149 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_OBSERVER_HANDLER()
14127 rc_dtor_func(Z_COUNTED_P(var)); in ZEND_FE_FREE_SPEC_TMPVAR_HANDLER()
18585 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_TMP_HANDLER()
21201 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_VAR_HANDLER()
37949 rc_dtor_func(Z_COUNTED_P(retval_ptr)); in ZEND_RETURN_SPEC_CV_HANDLER()
55393 rc_dtor_func(Z_COUNTED_P(retval_ptr));
55472 rc_dtor_func(Z_COUNTED_P(retval_ptr));
57006 rc_dtor_func(Z_COUNTED_P(retval_ptr));
57312 rc_dtor_func(Z_COUNTED_P(retval_ptr));
[all …]
H A Dzend_execute.c154 zend_refcounted *__ref = Z_COUNTED_P(__container_to_free); \
546 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference()
3282 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref()
3299 ref = Z_COUNTED_P(orig_value); in zend_assign_to_typed_ref()
H A Dzend.c416 if (GC_IS_RECURSIVE(Z_COUNTED_P(expr))) { in zend_print_flat_zval_r()
/PHP-8.0/ext/standard/
H A Dvar.c656 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
1051 (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(struc)); in php_var_serialize_intern()
1259 zend_refcounted *ref = Z_COUNTED_P(return_value); in php_unserialize_with_options()
H A Darray.c2632 GC_ADDREF_EX(Z_COUNTED_P(val), (uint32_t)num);
2653 GC_ADDREF_EX(Z_COUNTED_P(val), (uint32_t)num);
4312 GC_ADDREF_EX(Z_COUNTED_P(pad_value), num_pads);
/PHP-8.0/ext/opcache/
H A Dzend_persist.c228 GC_SET_REFCOUNT(Z_COUNTED_P(z), 2); in zend_persist_zval()
229 GC_ADD_FLAGS(Z_COUNTED_P(z), IS_ARRAY_IMMUTABLE); in zend_persist_zval()
243 GC_SET_REFCOUNT(Z_COUNTED_P(z), 1); in zend_persist_zval()
/PHP-8.0/ext/soap/
H A Dphp_packet_soap.c383 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()
H A Dphp_encoding.c355 Z_COUNTED_P(data) != Z_COUNTED_P(data_ptr)) { in soap_check_xml_ref()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.c369 if (Z_COUNTED_P(watch->addr.zv) == watch->ref) {
377 watch->ref = Z_COUNTED_P(watch->addr.zv);
382 phpdbg_set_addr_watchpoint(Z_COUNTED_P(watch->addr.zv), sizeof(uint32_t), &coll->ref);
H A Dphpdbg_utils.c661 is_ref = Z_ISREF_P(zv) && GC_REFCOUNT(Z_COUNTED_P(zv)) > 1; in phpdbg_xml_var_dump()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc1450 | // gc_possible_root(Z_COUNTED_P(z))
6094 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
10985 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
11898 | // zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
12735 | // zend_refcounted *garbage = Z_COUNTED_P(variable_ptr);

Completed in 274 milliseconds