3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Seen = "µ4~456456446µ"; echo "<pre>".print_r($Seen)."</pre>"; $Seen = explode("µµ", mb_substr($Seen, 1, -1, "UTF-8")); echo "<pre>".print_r($Seen)."</pre>"; foreach($Seen as &$Entr) { echo "<pre>".print_r($Entr)."</pre>"; $Temp = explode("~", $Entr); echo "<pre>".print_r($Temp)."</pre>"; $Entr = array('UserID' => intval($Temp[0]), 'Timestamp' => intval($Temp[1])); echo "<pre>".print_r($Entr)."</pre>"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 25, Position 2 = 57
Branch analysis from position: 25
2 jumps found. (Code = 126) Position 1 = 26, Position 2 = 57
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
Branch analysis from position: 57
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 57
filename:       /in/SOkeU
function name:  (null)
number of ops:  59
compiled vars:  !0 = $Seen, !1 = $Entr, !2 = $Temp
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%C2%B54%7E456456446%C2%B5'
    3     1        INIT_FCALL                                               'print_r'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        CONCAT                                           ~5      '%3Cpre%3E', $4
          5        CONCAT                                           ~6      ~5, '%3C%2Fpre%3E'
          6        ECHO                                                     ~6
    4     7        INIT_FCALL                                               'explode'
          8        SEND_VAL                                                 '%C2%B5%C2%B5'
          9        INIT_FCALL                                               'mb_substr'
         10        SEND_VAR                                                 !0
         11        SEND_VAL                                                 1
         12        SEND_VAL                                                 -1
         13        SEND_VAL                                                 'UTF-8'
         14        DO_ICALL                                         $7      
         15        SEND_VAR                                                 $7
         16        DO_ICALL                                         $8      
         17        ASSIGN                                                   !0, $8
    5    18        INIT_FCALL                                               'print_r'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                         $10     
         21        CONCAT                                           ~11     '%3Cpre%3E', $10
         22        CONCAT                                           ~12     ~11, '%3C%2Fpre%3E'
         23        ECHO                                                     ~12
    6    24      > FE_RESET_RW                                      $13     !0, ->57
         25    > > FE_FETCH_RW                                              $13, !1, ->57
    8    26    >   INIT_FCALL                                               'print_r'
         27        SEND_VAR                                                 !1
         28        DO_ICALL                                         $14     
         29        CONCAT                                           ~15     '%3Cpre%3E', $14
         30        CONCAT                                           ~16     ~15, '%3C%2Fpre%3E'
         31        ECHO                                                     ~16
    9    32        INIT_FCALL                                               'explode'
         33        SEND_VAL                                                 '%7E'
         34        SEND_VAR                                                 !1
         35        DO_ICALL                                         $17     
         36        ASSIGN                                                   !2, $17
   10    37        INIT_FCALL                                               'print_r'
         38        SEND_VAR                                                 !2
         39        DO_ICALL                                         $19     
         40        CONCAT                                           ~20     '%3Cpre%3E', $19
         41        CONCAT                                           ~21     ~20, '%3C%2Fpre%3E'
         42        ECHO                                                     ~21
   11    43        FETCH_DIM_R                                      ~22     !2, 0
         44        CAST                                          4  ~23     ~22
         45        INIT_ARRAY                                       ~24     ~23, 'UserID'
         46        FETCH_DIM_R                                      ~25     !2, 1
         47        CAST                                          4  ~26     ~25
         48        ADD_ARRAY_ELEMENT                                ~24     ~26, 'Timestamp'
         49        ASSIGN                                                   !1, ~24
   12    50        INIT_FCALL                                               'print_r'
         51        SEND_VAR                                                 !1
         52        DO_ICALL                                         $28     
         53        CONCAT                                           ~29     '%3Cpre%3E', $28
         54        CONCAT                                           ~30     ~29, '%3C%2Fpre%3E'
         55        ECHO                                                     ~30
    6    56      > JMP                                                      ->25
         57    >   FE_FREE                                                  $13
   13    58      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.35 ms | 1400 KiB | 19 Q