Home
last modified time | relevance | path

Searched refs:ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_compile.h1187 #define ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS (1<<3) macro
H A Dzend_compile.c3860 …pe == ZEND_INTERNAL_FUNCTION && !(CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS)) { in zend_get_call_op()
4146 return CG(compiler_options) & ZEND_COMPILE_IGNORE_INTERNAL_FUNCTIONS; in zend_compile_ignore_function()

Completed in 56 milliseconds