3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); $b = new stdClass; $c = INF; 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/Yu1FT
function name:  (null)
number of ops:  18
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        NEW                                              $4      'stdClass'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $4
    5     4        ASSIGN                                                   !2, INF
    7     5        INIT_FCALL                                               'var_dump'
          6        IS_SMALLER                                       ~8      !0, !1
          7        SEND_VAL                                                 ~8
          8        DO_ICALL                                                 
    8     9        INIT_FCALL                                               'var_dump'
         10        IS_SMALLER                                       ~10     !1, !2
         11        SEND_VAL                                                 ~10
         12        DO_ICALL                                                 
    9    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:
172.2 ms | 1394 KiB | 15 Q