3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('F jS Y', strtotime("$month $day $year"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PdRdp
function name:  (null)
number of ops:  14
compiled vars:  !0 = $month, !1 = $day, !2 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'F+jS+Y'
          2        INIT_FCALL                                               'strtotime'
          3        ROPE_INIT                                     5  ~4      !0
          4        ROPE_ADD                                      1  ~4      ~4, '+'
          5        ROPE_ADD                                      2  ~4      ~4, !1
          6        ROPE_ADD                                      3  ~4      ~4, '+'
          7        ROPE_END                                      4  ~3      ~4, !2
          8        SEND_VAL                                                 ~3
          9        DO_ICALL                                         $7      
         10        SEND_VAR                                                 $7
         11        DO_ICALL                                         $8      
         12        ECHO                                                     $8
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.58 ms | 1394 KiB | 17 Q