3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = INF; $b = array(); $c = new stdClass(); var_dump($a < $b); var_dump($b < $c); var_dump($c < $a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/76R4l
function name:  (null)
number of ops:  18
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, INF
    3     1        ASSIGN                                                   !1, <array>
    4     2        NEW                                              $5      'stdClass'
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !2, $5
    6     5        INIT_FCALL                                               'var_dump'
          6        IS_SMALLER                                       ~8      !0, !1
          7        SEND_VAL                                                 ~8
          8        DO_ICALL                                                 
    7     9        INIT_FCALL                                               'var_dump'
         10        IS_SMALLER                                       ~10     !1, !2
         11        SEND_VAL                                                 ~10
         12        DO_ICALL                                                 
    8    13        INIT_FCALL                                               'var_dump'
         14        IS_SMALLER                                       ~12     !2, !0
         15        SEND_VAL                                                 ~12
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.85 ms | 1394 KiB | 15 Q