Home
last modified time | relevance | path

Searched refs:ZEND_COMPILE_PRELOAD (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.h1092 #define ZEND_COMPILE_PRELOAD (1<<15) macro
H A Dzend_compile.c1004 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in function_add_ref()
1054 && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in do_bind_function()
5992 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl()
6437 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
6541 && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_compile_class_decl()
H A Dzend_inheritance.c90 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_duplicate_user_function()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c872 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {
H A DZendAccelerator.c4805 CG(compiler_options) |= ZEND_COMPILE_PRELOAD; in accel_finish_startup()
/PHP-7.4/ext/ffi/
H A Dffi.c2849 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()
3413 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()

Completed in 102 milliseconds