3v4l.org

run code in 300+ PHP versions simultaneously
<?php $currentTime=date("h:i A"); $time = "10 : 00 AM"; echo $currentTime > $time;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EShV1
function name:  (null)
number of ops:  8
compiled vars:  !0 = $currentTime, !1 = $time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'h%3Ai+A'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        ASSIGN                                                   !1, '10+%3A+00+AM'
    6     5        IS_SMALLER                                       ~5      !1, !0
          6        ECHO                                                     ~5
    7     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.98 ms | 1398 KiB | 15 Q