3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(0); System.out.print('Hi'); foreach (range(1, 10) as $c){ System.out.print($c); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 14, Position 2 = 22
Branch analysis from position: 14
2 jumps found. (Code = 78) Position 1 = 15, Position 2 = 22
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename:       /in/Emrp6
function name:  (null)
number of ops:  24
compiled vars:  !0 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 0
          2        DO_ICALL                                                 
    5     3        FETCH_CONSTANT                                   ~2      'System'
          4        FETCH_CONSTANT                                   ~3      'out'
          5        CONCAT                                           ~4      ~2, ~3
          6        ECHO                                                     'Hi'
          7        CONCAT                                           ~5      ~4, '1'
          8        FREE                                                     ~5
    7     9        INIT_FCALL                                               'range'
         10        SEND_VAL                                                 1
         11        SEND_VAL                                                 10
         12        DO_ICALL                                         $6      
         13      > FE_RESET_R                                       $7      $6, ->22
         14    > > FE_FETCH_R                                               $7, !0, ->22
    8    15    >   FETCH_CONSTANT                                   ~8      'System'
         16        FETCH_CONSTANT                                   ~9      'out'
         17        CONCAT                                           ~10     ~8, ~9
         18        ECHO                                                     !0
         19        CONCAT                                           ~11     ~10, '1'
         20        FREE                                                     ~11
    7    21      > JMP                                                      ->14
         22    >   FE_FREE                                                  $7
    9    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.09 ms | 1395 KiB | 17 Q