3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file_name = "00:13:11e"; list($month, $day, $year) = split('[/:-]', $file_name); echo($month);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ntYhg
function name:  (null)
number of ops:  14
compiled vars:  !0 = $file_name, !1 = $month, !2 = $day, !3 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '00%3A13%3A11e'
    3     1        INIT_FCALL_BY_NAME                                       'split'
          2        SEND_VAL_EX                                              '%5B%2F%3A-%5D'
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0  $5      
          5        FETCH_LIST_R                                     $6      $5, 0
          6        ASSIGN                                                   !1, $6
          7        FETCH_LIST_R                                     $8      $5, 1
          8        ASSIGN                                                   !2, $8
          9        FETCH_LIST_R                                     $10     $5, 2
         10        ASSIGN                                                   !3, $10
         11        FREE                                                     $5
    4    12        ECHO                                                     !1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.55 ms | 1393 KiB | 13 Q