3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.62 ms | 1395 KiB | 23 Q