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"); echo strtotime("00:10")>strtotime("01:10")?"mayor":"menor";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 32, Position 2 = 34
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 35
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NPaLY
function name:  (null)
number of ops:  37
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
    8    24        INIT_FCALL                                               'strtotime'
         25        SEND_VAL                                                 '00%3A10'
         26        DO_ICALL                                         $5      
         27        INIT_FCALL                                               'strtotime'
         28        SEND_VAL                                                 '01%3A10'
         29        DO_ICALL                                         $6      
         30        IS_SMALLER                                               $6, $5
         31      > JMPZ                                                     ~7, ->34
         32    >   QM_ASSIGN                                        ~8      'mayor'
         33      > JMP                                                      ->35
         34    >   QM_ASSIGN                                        ~8      'menor'
         35    >   ECHO                                                     ~8
         36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.85 ms | 1396 KiB | 15 Q