3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name=array("raj","ram","pooja"); $rel=array("brother","father","sister"); 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 = 20
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 4
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 19
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 4
Branch analysis from position: 23
Branch analysis from position: 4
Branch analysis from position: 19
filename:       /in/jqdYn
function name:  (null)
number of ops:  24
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>
    6     2        ASSIGN                                                   !2, 0
          3      > JMP                                                      ->20
    8     4    >   COUNT                                            ~6      !0
          5        SUB                                              ~7      ~6, 1
          6        IS_SMALLER                                               !2, ~7
          7      > JMPZ                                                     ~8, ->19
    9     8    >   FETCH_DIM_R                                      ~9      !0, !2
          9        CONCAT                                           ~10     '', ~9
         10        CONCAT                                           ~11     ~10, '+'
         11        FETCH_DIM_R                                      ~12     !1, !2
         12        CONCAT                                           ~13     ~11, ~12
         13        CONCAT                                           ~14     ~13, '+'
         14        ADD                                              ~15     !2, 1
         15        FETCH_DIM_R                                      ~16     !0, ~15
         16        CONCAT                                           ~17     ~14, ~16
         17        CONCAT                                           ~18     ~17, '%3Cbr%3E'
         18        ECHO                                                     ~18
    6    19    >   PRE_INC                                                  !2
         20    >   COUNT                                            ~20     !0
         21        IS_SMALLER                                               !2, ~20
         22      > JMPNZ                                                    ~21, ->4
   10    23    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.46 ms | 1394 KiB | 13 Q