3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting("E_NONE"); class Something{}; $someVal = new Something() + new Something() + new Something(); echo $someVal;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/FBvj3
function name:  (null)
number of ops:  14
compiled vars:  !0 = $someVal
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 'E_NONE'
          2        DO_ICALL                                                 
    5     3        NEW                                              $2      'Something'
          4        DO_FCALL                                      0          
          5        NEW                                              $4      'Something'
          6        DO_FCALL                                      0          
          7        ADD                                              ~6      $2, $4
          8        NEW                                              $7      'Something'
          9        DO_FCALL                                      0          
         10        ADD                                              ~9      ~6, $7
         11        ASSIGN                                                   !0, ~9
    6    12        ECHO                                                     !0
         13      > RETURN                                                   1

Class Something: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.87 ms | 1394 KiB | 15 Q