3v4l.org

run code in 300+ PHP versions simultaneously
<?php class CF { private static $values = array(); public static function AddValue ($value) { $this->values[] = $value; } } CF::AddValue(3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hAPlr
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   INIT_STATIC_METHOD_CALL                                  'CF', 'AddValue'
          1        SEND_VAL                                                 3
          2        DO_FCALL                                      0          
          3      > RETURN                                                   1

Class CF:
Function addvalue:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hAPlr
function name:  AddValue
number of ops:  6
compiled vars:  !0 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   RECV                                             !0      
    9     1        FETCH_THIS                                       $1      
          2        FETCH_OBJ_W                                      $2      $1, 'values'
          3        ASSIGN_DIM                                               $2
          4        OP_DATA                                                  !0
   10     5      > RETURN                                                   null

End of function addvalue

End of class CF.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.5 ms | 1393 KiB | 13 Q