3v4l.org

run code in 300+ PHP versions simultaneously
<?php $object = new stdClass(); $no_object = NULL; for ($i = 0; $i < 100000; $i++) { $object !== NULL; $no_object !== NULL; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 6
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 6
Branch analysis from position: 13
Branch analysis from position: 6
filename:       /in/Hf8vq
function name:  (null)
number of ops:  14
compiled vars:  !0 = $object, !1 = $no_object, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $3      'stdClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $3
    4     3        ASSIGN                                                   !1, null
    7     4        ASSIGN                                                   !2, 0
          5      > JMP                                                      ->11
    8     6    >   TYPE_CHECK                                  1020  ~8      !0
          7        FREE                                                     ~8
    9     8        TYPE_CHECK                                  1020  ~9      !1
          9        FREE                                                     ~9
    7    10        PRE_INC                                                  !2
         11    >   IS_SMALLER                                               !2, 100000
         12      > JMPNZ                                                    ~11, ->6
   10    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
130.87 ms | 1397 KiB | 13 Q