3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale (LC_TIME, "it_IT.utf8"); $da = date('Y-m-d H:i:s', strtotime('13/03/2013')); echo $da;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2Gsr3
function name:  (null)
number of ops:  14
compiled vars:  !0 = $da
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'setlocale'
          1        SEND_VAL                                                 2
          2        SEND_VAL                                                 'it_IT.utf8'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'Y-m-d+H%3Ai%3As'
          6        INIT_FCALL                                               'strtotime'
          7        SEND_VAL                                                 '13%2F03%2F2013'
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                         $3      
         11        ASSIGN                                                   !0, $3
    4    12        ECHO                                                     !0
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.81 ms | 1394 KiB | 19 Q