Home
last modified time | relevance | path

Searched refs:ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR (Results 1 – 4 of 4) sorted by relevance

/php-src/Zend/
H A Dzend_lazy_objects.h37 #define ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR (1<<4) macro
41 ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR \
H A Dzend_lazy_objects.c264 if (!(flags & ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR) in zend_object_make_lazy()
/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h1517 ZVAL_LONG(&const_SKIP_DESTRUCTOR_value, ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR); in register_class_ReflectionClass()
H A Dphp_reflection.c5232 if (!is_reset && (options & ZEND_LAZY_OBJECT_SKIP_DESTRUCTOR)) { in reflection_class_new_lazy()

Completed in 48 milliseconds