3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = Date(); echo "\ndate: ".$date." (".strtotime($date).")"; echo "\n\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/COPGM
function name:  (null)
number of ops:  13
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
    3     3        CONCAT                                           ~3      '%0Adate%3A+', !0
          4        CONCAT                                           ~4      ~3, '+%28'
          5        INIT_FCALL                                               'strtotime'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $5      
          8        CONCAT                                           ~6      ~4, $5
          9        CONCAT                                           ~7      ~6, '%29'
         10        ECHO                                                     ~7
    4    11        ECHO                                                     '%0A%0A'
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.32 ms | 1394 KiB | 17 Q