Searched refs:ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR (Results 1 – 4 of 4) sorted by relevance
37 #define ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR (1<<4) macro41 ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR \
296 if (!(flags & ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR) in zend_object_make_lazy()
1535 ZVAL_LONG(&const_SKIP_DESTRUCTOR_value, ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR); in register_class_ReflectionClass()
5069 if (!is_reset && (options & ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR)) { in reflection_class_new_lazy()
Completed in 41 milliseconds