3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '2 months'; $n = strtotime('13 March 2014'); $t = strtotime($s, $n); echo date('M', $t);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WYNYo
function name:  (null)
number of ops:  16
compiled vars:  !0 = $s, !1 = $n, !2 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '2+months'
    3     1        INIT_FCALL                                               'strtotime'
          2        SEND_VAL                                                 '13+March+2014'
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    5     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !2, $6
    7    10        INIT_FCALL                                               'date'
         11        SEND_VAL                                                 'M'
         12        SEND_VAR                                                 !2
         13        DO_ICALL                                         $8      
         14        ECHO                                                     $8
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
211.42 ms | 1394 KiB | 17 Q