Home
last modified time | relevance | path

Searched refs:ZEND_ACC_EARLY_BINDING (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c264 if (!(op_array->fn_flags & ZEND_ACC_EARLY_BINDING)) { in zend_accel_build_delayed_early_binding_list()
H A DZendAccelerator.c4028 if (op_array->fn_flags & ZEND_ACC_EARLY_BINDING) {
4032 op_array->fn_flags &= ~ZEND_ACC_EARLY_BINDING;
/php-src/Zend/
H A Dzend_compile.h340 #define ZEND_ACC_EARLY_BINDING (1 << 16) /* | X | | */ macro
H A Dzend_compile.c8497 CG(active_op_array)->fn_flags |= ZEND_ACC_EARLY_BINDING; in zend_compile_class_decl()
/php-src/
H A D.gdbinit501 printf "ZEND_ACC_EARLY_BINDING"

Completed in 82 milliseconds