3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Beispiel 1 $txt = "#huhu #Teil1 ##hallo du arschi"; $headline = explode("#", $txt); $para = explode("##", $txt); echo $headline[1]; // Teil1 echo $para[0]; // Teil2 ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/59J6I
function name:  (null)
number of ops:  16
compiled vars:  !0 = $txt, !1 = $headline, !2 = $para
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%23huhu+%23Teil1+%23%23hallo+du+arschi'
    4     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%23'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    5     6        INIT_FCALL                                               'explode'
          7        SEND_VAL                                                 '%23%23'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !2, $6
    6    11        FETCH_DIM_R                                      ~8      !1, 1
         12        ECHO                                                     ~8
    7    13        FETCH_DIM_R                                      ~9      !2, 0
         14        ECHO                                                     ~9
   11    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.88 ms | 1394 KiB | 15 Q