File tree 1 file changed +2
-2
lines changed
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
7851
7851
7852
7852
zend_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 ) /* {{{ */
7853
7853
{
7854
+ zval * op1zv = NULL , * op2zv = NULL ;
7855
+
7854
7856
/* Unsure if we can rely on .zv to be resolved here already, normally resolved in pass_two on about line 597 */
7855
7857
if (!opline || !opline -> opcode == ZEND_INIT_STATIC_METHOD_CALL ) {
7856
7858
return NULL ;
7857
7859
}
7858
7860
7859
- zval * op1zv = NULL , * op2zv = NULL ;
7860
-
7861
7861
if (opline -> op1_type == IS_CONST ) {
7862
7862
if (opline -> op2 .constant < op_array -> last_literal ) { /* constant may already be translated to zv by pass_two() */
7863
7863
op1zv = & op_array -> literals [opline -> op1 .constant ].constant ;
You can’t perform that action at this time.
0 commit comments