3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.7 ms | 1395 KiB | 17 Q