3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.01 ms | 1394 KiB | 17 Q