3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = range( 1, 100000 ); for( $i = 0; $i<= 100000; $i++ ) { var_dump( (array) $a === $a ); }

Abusive script

This script was stopped while abusing our resources

Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 7
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 7
Branch analysis from position: 15
Branch analysis from position: 7
filename:       /in/pGg5S
function name:  (null)
number of ops:  16
compiled vars:  !0 = $a, !1 = $i
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'range'
          1        SEND_VAL                                                     1
          2        SEND_VAL                                                     100000
          3        DO_ICALL                                             $2      
          4        ASSIGN                                                       !0, $2
    5     5        ASSIGN                                                       !1, 0
          6      > JMP                                                          ->13
    7     7    >   INIT_FCALL                                                   'var_dump'
          8        CAST                                              7  ~5      !0
          9        IS_IDENTICAL                                         ~6      !0, ~5
         10        SEND_VAL                                                     ~6
         11        DO_ICALL                                                     
    5    12        PRE_INC                                                      !1
         13    >   IS_SMALLER_OR_EQUAL                                          !1, 100000
         14      > JMPNZ                                                        ~9, ->7
    8    15    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
197.7 ms | 8969 KiB | 14 Q