3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo date('F',strtotime("February")); var_dump(date('F'), strtotime("February"), date('F',strtotime("February")));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AvZtq
function name:  (null)
number of ops:  27
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'F'
          2        INIT_FCALL                                               'strtotime'
          3        SEND_VAL                                                 'February'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $1      
          7        ECHO                                                     $1
    4     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'date'
         10        SEND_VAL                                                 'F'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        INIT_FCALL                                               'strtotime'
         14        SEND_VAL                                                 'February'
         15        DO_ICALL                                         $3      
         16        SEND_VAR                                                 $3
         17        INIT_FCALL                                               'date'
         18        SEND_VAL                                                 'F'
         19        INIT_FCALL                                               'strtotime'
         20        SEND_VAL                                                 'February'
         21        DO_ICALL                                         $4      
         22        SEND_VAR                                                 $4
         23        DO_ICALL                                         $5      
         24        SEND_VAR                                                 $5
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.78 ms | 1395 KiB | 19 Q