3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'A Kriel Street -25.69664263 28.41030434 Abraham Mogopodi Avenue -25.71338241 28.37033247 Absalome Street -25.70997386 28.3568847 Alan Paton Street -25.72122505 28.42021664 Alfred Nzo Crescent -25.6882444 28.41519928 Annah Mabusela Street -25.70656941 28.34339845 Anton Lembede Street -25.71813448 28.41874969 Aphane Nhlapo Street -25.7208474 28.38598257 Apple Close -25.71151327 28.38914898 Areyeng Street -25.72404151 28.38545561 Aseletho Street -25.71910848 28.41628606 Azikwelwa Street -25.70616386 28.40821879 Azondo Street -25.69615534 28.41117811 B Z Ndlazi Street -25.71074853 28.37073878 Badanile Avenue -25.71883255 28.42320088 Bahula Street -25.70728106 28.35488834 Baloyi Close -25.72553726 28.38641741 Bana Street -25.70942133 28.40631067 Banana Close -25.71194649 28.39090203'; $lines = explode(PHP_EOL, $string); foreach($lines as $line) { $lines_array[] = preg_split('/\h{2,}/', $line, -1, PREG_SPLIT_NO_EMPTY); } print_r($lines_array);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 17
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 17
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/DaunT
function name:  (null)
number of ops:  22
compiled vars:  !0 = $string, !1 = $lines, !2 = $line, !3 = $lines_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'A+Kriel+Street+++++++++-25.69664263+++++28.41030434%0AAbraham+Mogopodi+Avenue+++++++++-25.71338241+++++28.37033247%0AAbsalome+Street+++++++++-25.70997386+++++28.3568847%0AAlan+Paton+Street+++++++++-25.72122505+++++28.42021664%0AAlfred+Nzo+Crescent+++++++++-25.6882444+++++28.41519928%0AAnnah+Mabusela+Street+++++++++-25.70656941+++++28.34339845%0AAnton+Lembede+Street+++++++++-25.71813448+++++28.41874969%0AAphane+Nhlapo+Street+++++++++-25.7208474+++++28.38598257%0AApple+Close+++++++++-25.71151327+++++28.38914898%0AAreyeng+Street+++++++++-25.72404151+++++28.38545561%0AAseletho+Street+++++++++-25.71910848+++++28.41628606%0AAzikwelwa+Street+++++++++-25.70616386+++++28.40821879%0AAzondo+Street+++++++++-25.69615534+++++28.41117811%0AB+Z+Ndlazi+Street+++++++++-25.71074853+++++28.37073878%0ABadanile+Avenue+++++++++-25.71883255+++++28.42320088%0ABahula+Street+++++++++-25.70728106+++++28.35488834%0ABaloyi+Close+++++++++-25.72553726+++++28.38641741%0ABana+Street+++++++++-25.70942133+++++28.40631067%0ABanana+Close+++++++++-25.71194649+++++28.39090203'
   21     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%0A'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $5      
          5        ASSIGN                                                   !1, $5
   22     6      > FE_RESET_R                                       $7      !1, ->17
          7    > > FE_FETCH_R                                               $7, !2, ->17
   23     8    >   INIT_FCALL                                               'preg_split'
          9        SEND_VAL                                                 '%2F%5Ch%7B2%2C%7D%2F'
         10        SEND_VAR                                                 !2
         11        SEND_VAL                                                 -1
         12        SEND_VAL                                                 1
         13        DO_ICALL                                         $9      
         14        ASSIGN_DIM                                               !3
         15        OP_DATA                                                  $9
   22    16      > JMP                                                      ->7
         17    >   FE_FREE                                                  $7
   25    18        INIT_FCALL                                               'print_r'
         19        SEND_VAR                                                 !3
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.06 ms | 1008 KiB | 16 Q