3v4l.org

run code in 500+ PHP versions simultaneously
<?php $now = \DateTime::createFromFormat('u', 0); var_dump($now->format('H:i:s') == '00:00:00');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZpIWq
function name:  (null)
number of ops:  13
compiled vars:  !0 = $now
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_STATIC_METHOD_CALL                                      'DateTime', 'createFromFormat'
          1        SEND_VAL                                                     'u'
          2        SEND_VAL                                                     0
          3        DO_FCALL                                          0  $1      
          4        ASSIGN                                                       !0, $1
    5     5        INIT_FCALL                                                   'var_dump'
          6        INIT_METHOD_CALL                                             !0, 'format'
          7        SEND_VAL_EX                                                  'H%3Ai%3As'
          8        DO_FCALL                                          0  $3      
          9        IS_EQUAL                                             ~4      $3, '00%3A00%3A00'
         10        SEND_VAL                                                     ~4
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
169.35 ms | 2098 KiB | 14 Q