3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = "abc"; $date = date("G.i", time()); for($i = 0; $i < 1000000; $i++) $popup = "Steve | World | Time: ".$date;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 10
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 10
Branch analysis from position: 15
Branch analysis from position: 10
filename:       /in/jLNAK
function name:  (null)
number of ops:  16
compiled vars:  !0 = $var, !1 = $date, !2 = $i, !3 = $popup
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'abc'
    4     1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'G.i'
          3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $5      
          5        SEND_VAR                                                 $5
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !1, $6
    5     8        ASSIGN                                                   !2, 0
          9      > JMP                                                      ->13
    6    10    >   CONCAT                                           ~9      'Steve+%7C+World+%7C+Time%3A+', !1
         11        ASSIGN                                                   !3, ~9
    5    12        PRE_INC                                                  !2
         13    >   IS_SMALLER                                               !2, 1000000
         14      > JMPNZ                                                    ~12, ->10
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.04 ms | 1395 KiB | 17 Q