Home
last modified time | relevance | path

Searched refs:closure_is_being_defined_inside_static_context (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_vm_def.h5164 int closure_is_static, closure_is_being_defined_inside_static_context; variable
5174closure_is_being_defined_inside_static_context = EX(prev_execute_data) && EX(prev_execute_data)->f…
5175 if (closure_is_static || closure_is_being_defined_inside_static_context) {
H A Dzend_vm_execute.h5850 int closure_is_static, closure_is_being_defined_inside_static_context; in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER() local
5860closure_is_being_defined_inside_static_context = EX(prev_execute_data) && EX(prev_execute_data)->f… in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER()
5861 if (closure_is_static || closure_is_being_defined_inside_static_context) { in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER()

Completed in 104 milliseconds