3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($intday, $intmonth, $intyear) = explode('/', date('d/m/Y', time())); echo $intday.'/'.$intmonth.'/'.$intyear;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8bljB
function name:  (null)
number of ops:  23
compiled vars:  !0 = $intday, !1 = $intmonth, !2 = $intyear
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%2F'
          2        INIT_FCALL                                               'date'
          3        SEND_VAL                                                 'd%2Fm%2FY'
          4        INIT_FCALL                                               'time'
          5        DO_ICALL                                         $3      
          6        SEND_VAR                                                 $3
          7        DO_ICALL                                         $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                         $5      
         10        FETCH_LIST_R                                     $6      $5, 0
         11        ASSIGN                                                   !0, $6
         12        FETCH_LIST_R                                     $8      $5, 1
         13        ASSIGN                                                   !1, $8
         14        FETCH_LIST_R                                     $10     $5, 2
         15        ASSIGN                                                   !2, $10
         16        FREE                                                     $5
    4    17        CONCAT                                           ~12     !0, '%2F'
         18        CONCAT                                           ~13     ~12, !1
         19        CONCAT                                           ~14     ~13, '%2F'
         20        CONCAT                                           ~15     ~14, !2
         21        ECHO                                                     ~15
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.69 ms | 940 KiB | 20 Q