ZEND_ARG_COMPILE_TIME_BOUND 2767 Zend/zend_compile.c flags |= ZEND_ARG_COMPILE_TIME_BOUND; ZEND_ARG_COMPILE_TIME_BOUND 2769 Zend/zend_compile.c if ((flags & ZEND_ARG_COMPILE_TIME_BOUND) && !(flags & ZEND_ARG_SEND_BY_REF)) { ZEND_ARG_COMPILE_TIME_BOUND 2771 Zend/zend_compile.c opline->extended_value = ZEND_ARG_COMPILE_TIME_BOUND; ZEND_ARG_COMPILE_TIME_BOUND 2776 Zend/zend_compile.c opline->extended_value = ZEND_ARG_COMPILE_TIME_BOUND; ZEND_ARG_COMPILE_TIME_BOUND 4282 Zend/zend_vm_def.h if (!(opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND)) { ZEND_ARG_COMPILE_TIME_BOUND 4296 Zend/zend_vm_def.h if ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ? ZEND_ARG_COMPILE_TIME_BOUND 15232 Zend/zend_vm_execute.h if (!(opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND)) { ZEND_ARG_COMPILE_TIME_BOUND 15246 Zend/zend_vm_execute.h if ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ? ZEND_ARG_COMPILE_TIME_BOUND 140 ext/opcache/Optimizer/optimize_func_calls.c if (!(opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) && call_stack[call - 1].func) { ZEND_ARG_COMPILE_TIME_BOUND 142 ext/opcache/Optimizer/optimize_func_calls.c opline->extended_value |= ZEND_ARG_COMPILE_TIME_BOUND | ZEND_ARG_SEND_BY_REF; ZEND_ARG_COMPILE_TIME_BOUND 151 ext/opcache/Optimizer/optimize_func_calls.c if (opline->extended_value != ZEND_ARG_COMPILE_TIME_BOUND && call_stack[call - 1].func) { ZEND_ARG_COMPILE_TIME_BOUND 392 ext/opcache/Optimizer/zend_optimizer.c if (opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) {