Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_gc.c129 if (GC_TYPE(ref) == IS_OBJECT) { in gc_trace_ref()
269 ZEND_ASSERT(GC_TYPE(ref) == IS_ARRAY || GC_TYPE(ref) == IS_OBJECT); in gc_possible_root()
378 if (GC_TYPE(ref) == IS_OBJECT) { in gc_scan_black()
491 if (GC_TYPE(ref) == IS_OBJECT) { in gc_mark_grey()
612 if (GC_TYPE(ref) == IS_OBJECT) { in gc_scan()
777 if (GC_TYPE(ref) == IS_OBJECT) {
980 if (GC_TYPE(ref) == IS_OBJECT) {
1135 if (GC_TYPE(p) == IS_OBJECT) {
1172 if (GC_TYPE(p) == IS_OBJECT) {
1176 GC_TYPE(obj) = IS_NULL;
[all …]
H A Dzend_gc.h149 if (GC_TYPE(ref) == IS_REFERENCE) {
H A Dzend_variables.c33 switch (GC_TYPE(p)) { in _zval_dtor_func()
H A Dzend_string.h141 GC_TYPE(ret) = IS_STRING; in zend_string_alloc()
159 GC_TYPE(ret) = IS_STRING; in zend_string_safe_alloc()
H A Dzend_objects.c50 && EXPECTED(GC_TYPE(object->properties) != IS_NULL)) { in zend_object_std_dtor()
H A Dzend_types.h438 #define GC_TYPE(p) (p)->gc.u.v.type macro
443 #define Z_GC_TYPE(zval) GC_TYPE(Z_COUNTED(zval))
H A Dzend_execute_API.c806 ZEND_ASSERT(GC_TYPE((zend_object*)func->op_array.prototype) == IS_OBJECT); in zend_call_function()
H A Dzend_execute.c2645 ZEND_ASSERT(GC_TYPE((zend_object*)fbc->common.prototype) == IS_OBJECT); in zend_init_dynamic_call_object()
H A Dzend_vm_def.h3360 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
H A Dzend_vm_execute.h5594 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
9645 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
11668 ZEND_ASSERT(GC_TYPE((zend_object*)func->common.prototype) == IS_OBJECT);
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c494 GC_TYPE(p->key) = IS_STRING; in accel_new_interned_string()

Completed in 267 milliseconds