3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = date("Y-m-d h:i:sa"); $date2 = date("Y-m-d h:i:sa"); var_dump($date2 > $date);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TEgcd
function name:  (null)
number of ops:  13
compiled vars:  !0 = $date, !1 = $date2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y-m-d+h%3Ai%3Asa'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    4     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'Y-m-d+h%3Ai%3Asa'
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    5     8        INIT_FCALL                                               'var_dump'
          9        IS_SMALLER                                       ~6      !0, !1
         10        SEND_VAL                                                 ~6
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.96 ms | 1394 KiB | 17 Q