Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_gc.c349 ref = Z_COUNTED_P(zv); in gc_scan_black()
358 ref = Z_COUNTED_P(zv); in gc_scan_black()
407 ref = Z_COUNTED_P(zv); in gc_scan_black()
419 ref = Z_COUNTED_P(zv); in gc_scan_black()
466 ref = Z_COUNTED_P(zv); in gc_mark_grey()
535 ref = Z_COUNTED_P(zv); in gc_mark_grey()
645 ref = Z_COUNTED_P(zv); in gc_scan()
829 ref = Z_COUNTED_P(zv);
842 ref = Z_COUNTED_P(zv);
988 ref = Z_COUNTED_P(zv);
[all …]
H A Dzend_variables.h44 _zval_dtor_func(Z_COUNTED_P(zvalue) ZEND_FILE_LINE_RELAY_CC); in _zval_dtor()
50 _zval_dtor_func_for_ptr(Z_COUNTED_P(zval_ptr) ZEND_FILE_LINE_RELAY_CC); in _zval_ptr_dtor_nogc()
58 _zval_dtor_func_for_ptr(Z_COUNTED_P(zval_ptr) ZEND_FILE_LINE_RELAY_CC); in i_zval_ptr_dtor()
H A Dzend_types.h364 #define Z_COUNTED_P(zval_p) Z_COUNTED(*(zval_p)) macro
812 return GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_refcount_p()
817 return GC_REFCOUNT(Z_COUNTED_P(pz)) = rc; in zval_set_refcount_p()
822 return ++GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_addref_p()
827 return --GC_REFCOUNT(Z_COUNTED_P(pz)); in zval_delref_p()
834 Z_COUNTED_P(z) = gc; \
841 Z_COUNTED_P(z) = gc; \
852 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
861 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
873 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
H A Dzend_execute.h62 ref = Z_COUNTED_P(value); in zend_assign_to_variable()
88 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()
252 zend_refcounted *r = Z_COUNTED_P(p); in zend_vm_stack_free_args()
H A Dzend_gc.h149 gc_possible_root(Z_COUNTED_P(z));
H A Dzend_vm_def.h4014 zval_dtor_func_for_ptr(Z_COUNTED_P(free_op1));
4030 zend_refcounted *ref = Z_COUNTED_P(retval_ptr);
4133 zend_refcounted *ref = Z_COUNTED_P(retval);
4319 zend_refcounted *ref = Z_COUNTED_P(varptr);
4437 zend_refcounted *ref = Z_COUNTED_P(varptr);
5218 zend_refcounted *ref = Z_COUNTED_P(expr_ptr);
5565 zend_refcounted *garbage = Z_COUNTED_P(var);
5575 gc_possible_root(Z_COUNTED_P(z));
6218 zend_refcounted *gc = Z_COUNTED_P(value);
6406 zend_refcounted *gc = Z_COUNTED_P(value);
[all …]
H A Dzend_vm_execute.h6216 gc_possible_root(Z_COUNTED_P(z));
7166 gc_possible_root(Z_COUNTED_P(z));
8057 gc_possible_root(Z_COUNTED_P(z));
16175 zend_refcounted *gc = Z_COUNTED_P(value);
16363 zend_refcounted *gc = Z_COUNTED_P(value);
32638 gc_possible_root(Z_COUNTED_P(z));
33944 gc_possible_root(Z_COUNTED_P(z));
35198 gc_possible_root(Z_COUNTED_P(z));
42499 gc_possible_root(Z_COUNTED_P(z));
43105 gc_possible_root(Z_COUNTED_P(z));
[all …]
H A Dzend_execute.c589 zend_refcounted *garbage = Z_COUNTED_P(variable_ptr); in zend_assign_to_variable_reference()
2069 zend_refcounted *r = Z_COUNTED_P(cv); in i_free_compiled_variables()
H A Dzend_API.c4100 return Z_COUNTED_P(zv1) == Z_COUNTED_P(zv2); in same_zval()
/PHP-7.0/ext/opcache/
H A Dzend_persist.c309 GC_REFCOUNT(Z_COUNTED_P(z)) = 2; in zend_persist_zval()
310 GC_FLAGS(Z_COUNTED_P(z)) |= IS_ARRAY_IMMUTABLE; in zend_persist_zval()
365 GC_REFCOUNT(Z_COUNTED_P(z)) = 2; in zend_persist_zval_static()
366 GC_FLAGS(Z_COUNTED_P(z)) |= IS_ARRAY_IMMUTABLE; in zend_persist_zval_static()
390 GC_REFCOUNT(Z_COUNTED_P(z)) = 2; in zend_persist_zval_static()
424 GC_REFCOUNT(Z_COUNTED_P(z)) = 2; in zend_persist_zval_const()
425 GC_FLAGS(Z_COUNTED_P(z)) |= IS_ARRAY_IMMUTABLE; in zend_persist_zval_const()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c263 …if ((cur = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) Z_COUNTED_P(watch->a… in phpdbg_remove_watch_collision()
279 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) Z_COUNTED_P(watch->addr.zv)); in phpdbg_remove_watch_collision()
313 ref = Z_COUNTED_P(parent->addr.zv); in phpdbg_get_refcount_watch()
376 …phpdbg_add_watch_collision(phpdbg_create_refcounted_watchpoint(watch, Z_COUNTED_P(watch->parent->a… in phpdbg_create_watchpoint()
437 phpdbg_add_watch_collision(phpdbg_create_refcounted_watchpoint(watch, Z_COUNTED_P(zv))); in phpdbg_create_array_watchpoint()
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.0/ext/soap/
H A Dphp_packet_soap.c386 zend_refcounted *garbage = Z_COUNTED_P(return_value); in parse_packet_soap()
H A Dphp_encoding.c371 Z_COUNTED_P(data) != Z_COUNTED_P(data_ptr)) { in soap_check_xml_ref()
/PHP-7.0/ext/standard/
H A Dvar.c609 key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var); in php_add_var_hash()
H A Darray.c1958 GC_REFCOUNT(Z_COUNTED_P(val)) += num;
1979 GC_REFCOUNT(Z_COUNTED_P(val)) += num;
3554 GC_REFCOUNT(Z_COUNTED_P(pad_value)) += num_pads;

Completed in 226 milliseconds