Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/Optimizer/
H A Doptimize_func_calls.c147 if (!(opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) && call_stack[call - 1].func) { in optimize_func_calls()
149 opline->extended_value |= ZEND_ARG_COMPILE_TIME_BOUND | ZEND_ARG_SEND_BY_REF; in optimize_func_calls()
158 if (opline->extended_value != ZEND_ARG_COMPILE_TIME_BOUND && call_stack[call - 1].func) { in optimize_func_calls()
H A Dzend_optimizer.c392 if (opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) { in zend_optimizer_replace_by_const()
/PHP-7.0/Zend/
H A Dzend_compile.h885 #define ZEND_ARG_COMPILE_TIME_BOUND (1<<1) macro
H A Dzend_compile.c2822 flags |= ZEND_ARG_COMPILE_TIME_BOUND; in zend_compile_args()
2824 if ((flags & ZEND_ARG_COMPILE_TIME_BOUND) && !(flags & ZEND_ARG_SEND_BY_REF)) { in zend_compile_args()
2826 opline->extended_value = ZEND_ARG_COMPILE_TIME_BOUND; in zend_compile_args()
2831 opline->extended_value = ZEND_ARG_COMPILE_TIME_BOUND; in zend_compile_args()
H A Dzend_vm_def.h4342 if (!(opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND)) {
4351 ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ?
H A Dzend_vm_execute.h15417 if (!(opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND)) {
15426 ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ?

Completed in 177 milliseconds