3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime("February").",".strtotime("January").strtotime("March"); 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/2r25p
function name:  (null)
number of ops:  40
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        INIT_FCALL                                               'strtotime'
          9        SEND_VAL                                                 'March'
         10        DO_ICALL                                         $4      
         11        CONCAT                                           ~5      ~3, $4
         12        ECHO                                                     ~5
    3    13        INIT_FCALL                                               'date'
         14        SEND_VAL                                                 'F'
         15        INIT_FCALL                                               'strtotime'
         16        SEND_VAL                                                 'February'
         17        DO_ICALL                                         $6      
         18        SEND_VAR                                                 $6
         19        DO_ICALL                                         $7      
         20        CONCAT                                           ~8      $7, '%2C'
         21        INIT_FCALL                                               'date'
         22        SEND_VAL                                                 'F'
         23        INIT_FCALL                                               'strtotime'
         24        SEND_VAL                                                 'January'
         25        DO_ICALL                                         $9      
         26        SEND_VAR                                                 $9
         27        DO_ICALL                                         $10     
         28        CONCAT                                           ~11     ~8, $10
         29        CONCAT                                           ~12     ~11, '%2C'
         30        INIT_FCALL                                               'date'
         31        SEND_VAL                                                 'F'
         32        INIT_FCALL                                               'strtotime'
         33        SEND_VAL                                                 'March'
         34        DO_ICALL                                         $13     
         35        SEND_VAR                                                 $13
         36        DO_ICALL                                         $14     
         37        CONCAT                                           ~15     ~12, $14
         38        ECHO                                                     ~15
         39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.83 ms | 941 KiB | 18 Q