3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); if ( defined("System") && defined ("out" )) { System.out.print('Hi'); } else { echo "no go"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 15
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/Nro3e
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3        DEFINED                                          ~1      'System'
          4      > JMPZ_EX                                          ~1      ~1, ->7
          5    >   DEFINED                                          ~2      'out'
          6        BOOL                                             ~1      ~2
          7    > > JMPZ                                                     ~1, ->15
    5     8    >   FETCH_CONSTANT                                   ~3      'System'
          9        FETCH_CONSTANT                                   ~4      'out'
         10        CONCAT                                           ~5      ~3, ~4
         11        ECHO                                                     'Hi'
         12        CONCAT                                           ~6      ~5, '1'
         13        FREE                                                     ~6
         14      > JMP                                                      ->16
    9    15    >   ECHO                                                     'no+go'
   10    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.11 ms | 1395 KiB | 15 Q