3v4l.org

run code in 300+ PHP versions simultaneously
<?php $prizes = array( '1' => array( 'name' => 'Deutschland vs.<br/>Armenien', 'desc' => '06. Juni 2014<br/>In Mainz<br/>Exklusiver Einlass: 18:30 Uhr<br/>Anpfiff: 20:45 Uhr', 'img' => 'armenien.jpg', 'expired' => true ), '2' => array( 'name' => 'Deutschland vs.<br/>Schottland', 'desc' => '07. September 2014<br/>In Dortmund<br/>Exklusiver Einlass: 18:30 Uhr<br/>Anpfiff: 20:45 Uhr', 'img' => 'schottland.jpg' ), '3' => array( 'name' => 'Deutschland vs.<br/>Irland', 'desc' => '14. Oktober 2014<br/>In Gelsenkirchen<br/>Exklusiver Einlass: 18:30 Uhr<br/>Anpfiff: 20:45 Uhr', 'img' => 'irland.jpg' ), '4' => array( 'name' => 'Deutschland vs.<br/>Gibraltar', 'desc' => '14. November 2014<br/>In Bremen<br/>Exklusiver Einlass: 18:30 Uhr<br/>Anpfiff: 20:45 Uhr', 'img' => 'gibraltar.jpg' ) ); foreach ($prizes as $id => $prize) { if (isset($prize['expired']) && $prize['expired'] === true) { echo $prize['img']; } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 13
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
2 jumps found. (Code = 46) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 12
Branch analysis from position: 9
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/ApNXb
function name:  (null)
number of ops:  15
compiled vars:  !0 = $prizes, !1 = $prize, !2 = $id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   31     1      > FE_RESET_R                                       $4      !0, ->13
          2    > > FE_FETCH_R                                       ~5      $4, !1, ->13
          3    >   ASSIGN                                                   !2, ~5
   34     4        ISSET_ISEMPTY_DIM_OBJ                         0  ~7      !1, 'expired'
          5      > JMPZ_EX                                          ~7      ~7, ->9
          6    >   FETCH_DIM_R                                      ~8      !1, 'expired'
          7        TYPE_CHECK                                    8  ~9      ~8
          8        BOOL                                             ~7      ~9
          9    > > JMPZ                                                     ~7, ->12
   36    10    >   FETCH_DIM_R                                      ~10     !1, 'img'
         11        ECHO                                                     ~10
   31    12    > > JMP                                                      ->2
         13    >   FE_FREE                                                  $4
   38    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.83 ms | 1394 KiB | 13 Q