Home
last modified time | relevance | path

Searched refs:ZEND_ACC_TOP_LEVEL (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_compile.h231 #define ZEND_ACC_TOP_LEVEL (1 << 9) /* X | X | | */ macro
H A Dzend_compile.c7640 op_array->fn_flags |= ZEND_ACC_TOP_LEVEL; in zend_compile_func_decl()
8175 ce->ce_flags |= ZEND_ACC_TOP_LEVEL; in zend_compile_class_decl()
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c3889 if (!(ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS))
3993 if ((ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS))

Completed in 48 milliseconds