3v4l.org

run code in 300+ PHP versions simultaneously
<?php $day = '16'; $month = 'nov'; $year = '2013'; 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/INV8d
function name:  (null)
number of ops:  17
compiled vars:  !0 = $day, !1 = $month, !2 = $year
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '16'
    3     1        ASSIGN                                                   !1, 'nov'
    4     2        ASSIGN                                                   !2, '2013'
    6     3        INIT_FCALL                                               'date'
          4        SEND_VAL                                                 'F+jS+Y'
          5        INIT_FCALL                                               'strtotime'
          6        ROPE_INIT                                     5  ~7      !1
          7        ROPE_ADD                                      1  ~7      ~7, '+'
          8        ROPE_ADD                                      2  ~7      ~7, !0
          9        ROPE_ADD                                      3  ~7      ~7, '+'
         10        ROPE_END                                      4  ~6      ~7, !2
         11        SEND_VAL                                                 ~6
         12        DO_ICALL                                         $10     
         13        SEND_VAR                                                 $10
         14        DO_ICALL                                         $11     
         15        ECHO                                                     $11
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.75 ms | 1394 KiB | 17 Q