Home
last modified time | relevance | path

Searched refs:GC_TYPE (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_gc.c129 if (GC_TYPE(ref) == IS_OBJECT) { in gc_trace_ref()
135 } else if (GC_TYPE(ref) == IS_ARRAY) { in gc_trace_ref()
145 zend_get_type_by_const(GC_TYPE(ref))); in gc_trace_ref()
269 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root()
418 } else if (GC_TYPE(ref) == IS_ARRAY) { in gc_scan_black()
523 } else if (GC_TYPE(ref) == IS_ARRAY) { in gc_mark_grey()
774 if (GC_TYPE(ref) != IS_REFERENCE) {
1127 if (GC_TYPE(p) == IS_OBJECT) {
1164 if (GC_TYPE(p) == IS_OBJECT) {
1170 GC_TYPE(obj) = IS_NULL;
[all …]
H A Dzend_variables.c33 switch (GC_TYPE(p)) { in _zval_dtor_func()
H A Dzend_string.h129 GC_TYPE(ret) = IS_STRING; in zend_string_alloc()
147 GC_TYPE(ret) = IS_STRING; in zend_string_safe_alloc()
H A Dzend_types.h380 #define GC_TYPE(p) (p)->gc.u.v.type macro
385 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
H A Dzend_execute_API.c845 ZEND_ASSERT(GC_TYPE((zend_object*)func->op_array.prototype) == IS_OBJECT); in zend_call_function()
H A Dzend_execute.c2661 ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT); in zend_init_dynamic_call_object()
H A Dzend_vm_def.h3523 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
H A Dzend_vm_execute.h5651 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
9588 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
11567 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c500 GC_TYPE(p->key) = IS_STRING; in accel_new_interned_string()

Completed in 237 milliseconds