3v4l.org

run code in 300+ PHP versions simultaneously
<?php $world = 'world'; echo <<<'TEXT' hello $world TEXT; for($i = 0; $i < 1.02; $i += 0.17) { $a[$i] = $i; } count($a) ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 4
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 9, Position 2 = 4
Branch analysis from position: 9
Branch analysis from position: 4
filename:       /in/NbgB8
function name:  (null)
number of ops:  12
compiled vars:  !0 = $world, !1 = $i, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'world'
    6     1        ECHO                                                     'hello+%24world'
    9     2        ASSIGN                                                   !1, 0
          3      > JMP                                                      ->7
   10     4    >   ASSIGN_DIM                                               !2, !1
          5        OP_DATA                                                  !1
    9     6        ASSIGN_OP                                     1          !1, 0.17
          7    >   IS_SMALLER                                               !1, 1.02
          8      > JMPNZ                                                    ~7, ->4
   12     9    >   COUNT                                            ~8      !2
         10        FREE                                                     ~8
   13    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.62 ms | 1384 KiB | 13 Q