3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=@strtotime(''); var_dump($a); echo date("Y-M-D H:j:S",1404213957);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/quL41
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   BEGIN_SILENCE                                    ~1      
          1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 ''
          3        DO_ICALL                                         $2      
          4        END_SILENCE                                              ~1
          5        ASSIGN                                                   !0, $2
    3     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
    4     9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'Y-M-D+H%3Aj%3AS'
         11        SEND_VAL                                                 1404213957
         12        DO_ICALL                                         $5      
         13        ECHO                                                     $5
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.14 ms | 1394 KiB | 19 Q