3v4l.org

run code in 300+ PHP versions simultaneously
<?php list ($day, $month, $year, $hour, $minute) = preg_split("/[\/\s,:]+/", Input::get('delivery_date_time')); var_dump($day, $month, $year, $hour, $minute);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/I33kY
function name:  (null)
number of ops:  26
compiled vars:  !0 = $day, !1 = $month, !2 = $year, !3 = $hour, !4 = $minute
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'preg_split'
          1        SEND_VAL                                                 '%2F%5B%5C%2F%5Cs%2C%3A%5D%2B%2F'
          2        INIT_STATIC_METHOD_CALL                                  'Input', 'get'
          3        SEND_VAL_EX                                              'delivery_date_time'
          4        DO_FCALL                                      0  $5      
          5        SEND_VAR                                                 $5
          6        DO_ICALL                                         $6      
          7        FETCH_LIST_R                                     $7      $6, 0
          8        ASSIGN                                                   !0, $7
          9        FETCH_LIST_R                                     $9      $6, 1
         10        ASSIGN                                                   !1, $9
         11        FETCH_LIST_R                                     $11     $6, 2
         12        ASSIGN                                                   !2, $11
         13        FETCH_LIST_R                                     $13     $6, 3
         14        ASSIGN                                                   !3, $13
         15        FETCH_LIST_R                                     $15     $6, 4
         16        ASSIGN                                                   !4, $15
         17        FREE                                                     $6
    4    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAR                                                 !0
         20        SEND_VAR                                                 !1
         21        SEND_VAR                                                 !2
         22        SEND_VAR                                                 !3
         23        SEND_VAR                                                 !4
         24        DO_ICALL                                                 
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.03 ms | 1399 KiB | 17 Q