Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.h1277 #define ZEND_COMPILE_PRELOAD (1<<15) macro
H A Dzend_inheritance.c264 bool in_preload = CG(compiler_options) & ZEND_COMPILE_PRELOAD; in lookup_class_ex()
3291 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_lazy_class_load()
H A Dzend_compile.c1312 (ce->ce_flags & ZEND_ACC_PRELOADED) && !(CG(compiler_options) & ZEND_COMPILE_PRELOAD); in zend_bind_class_in_slot()
8243 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_func_decl_ex()
9042 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_compile_class_decl()
/PHP-8.4/ext/opcache/
H A Dzend_accelerator_module.c968 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) {
H A DZendAccelerator.c4375 CG(compiler_options) |= ZEND_COMPILE_PRELOAD;
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit.c3083 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
3113 if (CG(compiler_options) & ZEND_COMPILE_PRELOAD) { in zend_jit_op_array()
/PHP-8.4/ext/ffi/
H A Dffi.c2961 || (CG(compiler_options) & ZEND_COMPILE_PRELOAD)) { in zend_ffi_validate_api_restriction()
3555 ffi = zend_ffi_load(ZSTR_VAL(fn), (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0); in ZEND_METHOD()

Completed in 152 milliseconds