3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime("February").",".strtotime("January").",".strtotime("March")."\n"; echo date('F',strtotime("February")).",".date('F',strtotime("January")).",".date('F',strtotime("March"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rgBKU
function name:  (null)
number of ops:  42
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strtotime'
          1        SEND_VAL                                                 'February'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      $0, '%2C'
          4        INIT_FCALL                                               'strtotime'
          5        SEND_VAL                                                 'January'
          6        DO_ICALL                                         $2      
          7        CONCAT                                           ~3      ~1, $2
          8        CONCAT                                           ~4      ~3, '%2C'
          9        INIT_FCALL                                               'strtotime'
         10        SEND_VAL                                                 'March'
         11        DO_ICALL                                         $5      
         12        CONCAT                                           ~6      ~4, $5
         13        CONCAT                                           ~7      ~6, '%0A'
         14        ECHO                                                     ~7
    3    15        INIT_FCALL                                               'date'
         16        SEND_VAL                                                 'F'
         17        INIT_FCALL                                               'strtotime'
         18        SEND_VAL                                                 'February'
         19        DO_ICALL                                         $8      
         20        SEND_VAR                                                 $8
         21        DO_ICALL                                         $9      
         22        CONCAT                                           ~10     $9, '%2C'
         23        INIT_FCALL                                               'date'
         24        SEND_VAL                                                 'F'
         25        INIT_FCALL                                               'strtotime'
         26        SEND_VAL                                                 'January'
         27        DO_ICALL                                         $11     
         28        SEND_VAR                                                 $11
         29        DO_ICALL                                         $12     
         30        CONCAT                                           ~13     ~10, $12
         31        CONCAT                                           ~14     ~13, '%2C'
         32        INIT_FCALL                                               'date'
         33        SEND_VAL                                                 'F'
         34        INIT_FCALL                                               'strtotime'
         35        SEND_VAL                                                 'March'
         36        DO_ICALL                                         $15     
         37        SEND_VAR                                                 $15
         38        DO_ICALL                                         $16     
         39        CONCAT                                           ~17     ~14, $16
         40        ECHO                                                     ~17
         41      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.68 ms | 1396 KiB | 17 Q