3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.53 ms | 1398 KiB | 15 Q