3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.35 ms | 1395 KiB | 15 Q