3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(array( '.aaf', '..', '.' ) as $test) { var_dump(@$test[1] === '.'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 10
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 10
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename:       /in/4U6M6
function name:  (null)
number of ops:  12
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > FE_RESET_R                                       $1      <array>, ->10
          1    > > FE_FETCH_R                                               $1, !0, ->10
    7     2    >   INIT_FCALL                                               'var_dump'
          3        BEGIN_SILENCE                                    ~2      
          4        FETCH_DIM_R                                      ~3      !0, 1
          5        END_SILENCE                                              ~2
          6        IS_IDENTICAL                                     ~4      ~3, '.'
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                                 
    3     9      > JMP                                                      ->1
         10    >   FE_FREE                                                  $1
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.7 ms | 1398 KiB | 15 Q