ZEND_ARG_COMPILE_TIME_BOUND 2630 Zend/zend_compile.c 			opline->extended_value = ZEND_ARG_COMPILE_TIME_BOUND | send_by_reference | send_function;
ZEND_ARG_COMPILE_TIME_BOUND 3100 Zend/zend_vm_def.h 	if (opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) { /* Had function_ptr at compile_time */
ZEND_ARG_COMPILE_TIME_BOUND 3128 Zend/zend_vm_def.h 		if ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ?
ZEND_ARG_COMPILE_TIME_BOUND 13018 Zend/zend_vm_execute.h 	if (opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) { /* Had function_ptr at compile_time */
ZEND_ARG_COMPILE_TIME_BOUND 13046 Zend/zend_vm_execute.h 		if ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ?
ZEND_ARG_COMPILE_TIME_BOUND 30624 Zend/zend_vm_execute.h 	if (opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) { /* Had function_ptr at compile_time */
ZEND_ARG_COMPILE_TIME_BOUND 30652 Zend/zend_vm_execute.h 		if ((opline->extended_value & ZEND_ARG_COMPILE_TIME_BOUND) ?