Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h1059 #define ZEND_COMPILE_IGNORE_INTERNAL_CLASSES (1<<4) macro
H A Dzend_inheritance.c222 return !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES); in class_visible()
H A Dzend_compile.c6547 …ce->type != ZEND_INTERNAL_CLASS) || !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_CLASSES)) in zend_compile_class_decl()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1750 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in opcache_compile_file()
4807 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in accel_finish_startup()

Completed in 53 milliseconds