Home
last modified time | relevance | path

Searched refs:closure_is_static (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
5173 closure_is_static = op_array->common.fn_flags & ZEND_ACC_STATIC;
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
5859 closure_is_static = op_array->common.fn_flags & ZEND_ACC_STATIC; 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 120 milliseconds