3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime("23:50"), "\n"; echo strtotime("23:10"), "\n"; echo strtotime("14:10"), "\n"; echo strtotime("01:10"), "\n"; echo strtotime("00:10");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dW3ES
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                                                 '23%3A50'
          2        DO_ICALL                                         $0      
          3        ECHO                                                     $0
          4        ECHO                                                     '%0A'
    3     5        INIT_FCALL                                               'strtotime'
          6        SEND_VAL                                                 '23%3A10'
          7        DO_ICALL                                         $1      
          8        ECHO                                                     $1
          9        ECHO                                                     '%0A'
    4    10        INIT_FCALL                                               'strtotime'
         11        SEND_VAL                                                 '14%3A10'
         12        DO_ICALL                                         $2      
         13        ECHO                                                     $2
         14        ECHO                                                     '%0A'
    5    15        INIT_FCALL                                               'strtotime'
         16        SEND_VAL                                                 '01%3A10'
         17        DO_ICALL                                         $3      
         18        ECHO                                                     $3
         19        ECHO                                                     '%0A'
    6    20        INIT_FCALL                                               'strtotime'
         21        SEND_VAL                                                 '00%3A10'
         22        DO_ICALL                                         $4      
         23        ECHO                                                     $4
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.8 ms | 1395 KiB | 15 Q