3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.11 ms | 1398 KiB | 15 Q