3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url["flipkart"]= "http://www.flipkart.com/io&layout=grid&ajax=true&start=||http://www.flipkart.com/tablets/pr?p%5B0%5D=facets"; $exploded=explode("||",$url["flipkart"]); foreach($exploded as $newurl) { print $newurl; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 12
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/X7vnk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $url, !1 = $exploded, !2 = $newurl
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 'flipkart'
          1        OP_DATA                                                  'http%3A%2F%2Fwww.flipkart.com%2Fio%26layout%3Dgrid%26ajax%3Dtrue%26start%3D%7C%7Chttp%3A%2F%2Fwww.flipkart.com%2Ftablets%2Fpr%3Fp%255B0%255D%3Dfacets'
    4     2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '%7C%7C'
          4        FETCH_DIM_R                                      ~4      !0, 'flipkart'
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                         $5      
          7        ASSIGN                                                   !1, $5
    6     8      > FE_RESET_R                                       $7      !1, ->12
          9    > > FE_FETCH_R                                               $7, !2, ->12
    8    10    >   ECHO                                                     !2
    6    11      > JMP                                                      ->9
         12    >   FE_FREE                                                  $7
   11    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.41 ms | 1395 KiB | 15 Q