Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_gc.c402 ref = Z_COUNTED_P(zv); in gc_scan_black()
411 ref = Z_COUNTED_P(zv); in gc_scan_black()
460 ref = Z_COUNTED_P(zv); in gc_scan_black()
472 ref = Z_COUNTED_P(zv); in gc_scan_black()
570 ref = Z_COUNTED_P(zv); in gc_mark_grey()
581 ref = Z_COUNTED_P(zv); in gc_mark_grey()
694 ref = Z_COUNTED_P(zv); in gc_scan()
880 ref = Z_COUNTED_P(zv);
893 ref = Z_COUNTED_P(zv);
1043 ref = Z_COUNTED_P(zv);
[all …]
H A Dzend_variables.h40 _zval_dtor_func(Z_COUNTED_P(zval_ptr) ZEND_FILE_LINE_RELAY_CC); in _zval_ptr_dtor_nogc()
47 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor()
H A Dzend_types.h430 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p)) macro
882 return GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_refcount_p()
887 return GC_REFCOUNT(Z_COUNTED_P(pz)) = rc; in zval_set_refcount_p()
892 return ++GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_addref_p()
897 return --GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_delref_p()
904 Z_COUNTED_P(z) = gc; \
911 Z_COUNTED_P(z) = gc; \
922 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
931 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
943 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
H A Dzend_execute.h66 ref = Z_COUNTED_P(value); in zend_assign_to_variable()
92 garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable()
224 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_extra_args_ex()
253 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_args()
H A Dzend_gc.h155 ref = Z_COUNTED_P(zv);
H A Dzend_vm_def.h3812 zval_dtor_func(Z_COUNTED_P(free_op1));
3841 zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
4016 zend_refcounted *ref = Z_COUNTED_P(retval);
4202 zend_refcounted *ref = Z_COUNTED_P(varptr);
4339 zend_refcounted *ref = Z_COUNTED_P(varptr);
5151 zend_refcounted *ref = Z_COUNTED_P(expr_ptr);
5399 zend_refcounted *garbage = Z_COUNTED_P(var);
6019 zend_refcounted *gc = Z_COUNTED_P(value);
6180 zend_refcounted *gc = Z_COUNTED_P(value);
7593 zend_refcounted *ref = Z_COUNTED_P(variable_ptr);
H A Dzend_execute.c613 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference()
2105 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
H A Dzend_vm_execute.h2890 zval_dtor_func(Z_COUNTED_P(free_op1));
3017 zend_refcounted *ref = Z_COUNTED_P(retval);
12591 zval_dtor_func(Z_COUNTED_P(free_op1));
12718 zend_refcounted *ref = Z_COUNTED_P(retval);
15966 zval_dtor_func(Z_COUNTED_P(free_op1));
16094 zend_refcounted *ref = Z_COUNTED_P(retval);
16177 zend_refcounted *ref = Z_COUNTED_P(varptr);
16354 zend_refcounted *ref = Z_COUNTED_P(varptr);
16985 zend_refcounted *gc = Z_COUNTED_P(value);
17146 zend_refcounted *gc = Z_COUNTED_P(value);
[all …]
H A Dzend_API.c4252 return Z_COUNTED_P(zv1) == Z_COUNTED_P(zv2); in same_zval()
/PHP-7.2/ext/opcache/
H A Dzend_persist.c325 GC_REFCOUNT(Z_COUNTED_P(z)) = 2; in zend_persist_zval()
326 GC_FLAGS(Z_COUNTED_P(z)) |= IS_ARRAY_IMMUTABLE; in zend_persist_zval()
350 GC_REFCOUNT(Z_COUNTED_P(z)) = 2; in zend_persist_zval()
/PHP-7.2/ext/soap/
H A Dphp_packet_soap.c386 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()
H A Dphp_encoding.c359 Z_COUNTED_P(data) != Z_COUNTED_P(data_ptr)) { in soap_check_xml_ref()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_watch.c370 if (Z_COUNTED_P(watch->addr.zv) == watch->ref) {
378 watch->ref = Z_COUNTED_P(watch->addr.zv);
383 phpdbg_set_addr_watchpoint(Z_COUNTED_P(watch->addr.zv), sizeof(uint32_t), &coll->ref);
H A Dphpdbg_utils.c666 is_ref = Z_ISREF_P(zv) && GC_REFCOUNT(Z_COUNTED_P(zv)) > 1; in phpdbg_xml_var_dump()
/PHP-7.2/ext/standard/
H A Dvar.c621 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
H A Darray.c2657 GC_REFCOUNT(Z_COUNTED_P(val)) += num;
2678 GC_REFCOUNT(Z_COUNTED_P(val)) += num;
4342 GC_REFCOUNT(Z_COUNTED_P(pad_value)) += num_pads;

Completed in 261 milliseconds