Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h244 #define ZEND_ACC_TOP_LEVEL (1 << 9) /* X | X | | */ macro
H A Dzend_compile.c7881 op_array->fn_flags |= ZEND_ACC_TOP_LEVEL; in zend_compile_func_decl()
8416 ce->ce_flags |= ZEND_ACC_TOP_LEVEL; in zend_compile_class_decl()
/php-src/ext/opcache/
H A DZendAccelerator.c3893 if (!(ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS))
3997 if ((ce->ce_flags & (ZEND_ACC_TOP_LEVEL|ZEND_ACC_ANON_CLASS))

Completed in 142 milliseconds