3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = date(Y-m-d); echo $date;;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/54FYr
function name:  (null)
number of ops:  11
compiled vars:  !0 = $date
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        FETCH_CONSTANT                                   ~1      'Y'
          2        FETCH_CONSTANT                                   ~2      'm'
          3        SUB                                              ~3      ~1, ~2
          4        FETCH_CONSTANT                                   ~4      'd'
          5        SUB                                              ~5      ~3, ~4
          6        SEND_VAL                                                 ~5
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !0, $6
    5     9        ECHO                                                     !0
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
185.44 ms | 1394 KiB | 15 Q