File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7851,13 +7851,13 @@ zend_accessor_info *zend_get_accessor_info_from_function(zend_function *func TSR
78517851
78527852zend_accessor_info * zend_get_accessor_from_init_static_method_call (zend_op_array * op_array , zend_op * opline , const char * * context_name_out TSRMLS_DC ) /* {{{ */
78537853{
7854+ zval * op1zv = NULL , * op2zv = NULL ;
7855+
78547856 /* Unsure if we can rely on .zv to be resolved here already, normally resolved in pass_two on about line 597 */
78557857 if (!opline || !opline -> opcode == ZEND_INIT_STATIC_METHOD_CALL ) {
78567858 return NULL ;
78577859 }
78587860
7859- zval * op1zv = NULL , * op2zv = NULL ;
7860-
78617861 if (opline -> op1_type == IS_CONST ) {
78627862 if (opline -> op2 .constant < op_array -> last_literal ) { /* constant may already be translated to zv by pass_two() */
78637863 op1zv = & op_array -> literals [opline -> op1 .constant ].constant ;
You can’t perform that action at this time.
0 commit comments