3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Get Smart - TV comedy debuted 1965 $agents = array("86" => "Don Adams", "99" => "Barbara Feldon", "8" => "Burt Mustin", "13" => "Dave Ketchum", "44" => "Victor French", "38" => "Angelique Pettyjohn"); echo "The secret agents and the actors who portrayed them:"; foreach ($agents as list( $agent,$actor ) ) { echo $actor, ' => ', $agent; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/F13Xa
function name:  (null)
number of ops:  15
compiled vars:  !0 = $agents, !1 = $agent, !2 = $actor
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   11     1        ECHO                                                     'The+secret+agents+and+the+actors+who+portrayed+them%3A'
   12     2      > FE_RESET_R                                       $4      !0, ->13
          3    > > FE_FETCH_R                                               $4, $5, ->13
          4    >   FETCH_LIST_R                                     $6      $5, 0
          5        ASSIGN                                                   !1, $6
          6        FETCH_LIST_R                                     $8      $5, 1
          7        ASSIGN                                                   !2, $8
          8        FREE                                                     $5
   14     9        ECHO                                                     !2
         10        ECHO                                                     '+%3D%3E+'
         11        ECHO                                                     !1
   12    12      > JMP                                                      ->3
         13    >   FE_FREE                                                  $4
   16    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.85 ms | 1393 KiB | 13 Q