3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name=array("raj","ram","pooja"); $rel=array("brother","father","sister"); echo "123"; for($i=0;$i<sizeof($name);$i++) { if($i<(sizeof($name)-1)) echo "".$name[$i]." ".$rel[$i]." ".$name[$i+1]."<br>"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 5
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 20
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 5
Branch analysis from position: 24
Branch analysis from position: 5
Branch analysis from position: 20
filename:       /in/ch8ah
function name:  (null)
number of ops:  25
compiled vars:  !0 = $name, !1 = $rel, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
          1        ASSIGN                                                   !1, <array>
    4     2        ECHO                                                     '123'
    6     3        ASSIGN                                                   !2, 0
          4      > JMP                                                      ->21
    8     5    >   COUNT                                            ~6      !0
          6        SUB                                              ~7      ~6, 1
          7        IS_SMALLER                                               !2, ~7
          8      > JMPZ                                                     ~8, ->20
    9     9    >   FETCH_DIM_R                                      ~9      !0, !2
         10        CONCAT                                           ~10     '', ~9
         11        CONCAT                                           ~11     ~10, '+'
         12        FETCH_DIM_R                                      ~12     !1, !2
         13        CONCAT                                           ~13     ~11, ~12
         14        CONCAT                                           ~14     ~13, '+'
         15        ADD                                              ~15     !2, 1
         16        FETCH_DIM_R                                      ~16     !0, ~15
         17        CONCAT                                           ~17     ~14, ~16
         18        CONCAT                                           ~18     ~17, '%3Cbr%3E'
         19        ECHO                                                     ~18
    6    20    >   PRE_INC                                                  !2
         21    >   COUNT                                            ~20     !0
         22        IS_SMALLER                                               !2, ~20
         23      > JMPNZ                                                    ~21, ->5
   10    24    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.38 ms | 1394 KiB | 13 Q