3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fecha= getdate(mday).getdate(mon).getdate(year); echo $fecha;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/f7uNb
function name:  (null)
number of ops:  17
compiled vars:  !0 = $fecha
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'getdate'
          1        FETCH_CONSTANT                                   ~1      'mday'
          2        SEND_VAL                                                 ~1
          3        DO_ICALL                                         $2      
          4        INIT_FCALL                                               'getdate'
          5        FETCH_CONSTANT                                   ~3      'mon'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                         $4      
          8        CONCAT                                           ~5      $2, $4
          9        INIT_FCALL                                               'getdate'
         10        FETCH_CONSTANT                                   ~6      'year'
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                         $7      
         13        CONCAT                                           ~8      ~5, $7
         14        ASSIGN                                                   !0, ~8
    3    15        ECHO                                                     !0
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.04 ms | 1394 KiB | 15 Q