3v4l.org

run code in 300+ PHP versions simultaneously
<?php $categoryMap = array("ARCH" => "Architects (Degreed & Licensed - Active & Retired)", "ARCHPROF" => "Architectural Professionals (Degreed)", "ENG" => "Engineers (Degreed & Licensed - Active & Retired)", "ENGPROF" => "Engineering Professionals (Degreed)", "NON-US" => "Non-U.S. Architects and Engineers & Architectural and Engineering Professionals", "XMISC" => "Other Supporters and A&E Students"); $occupationMap = array("L" => "Degreed & Licensed", "U" => "Degreed", "S" => "Student", "O" => Other);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XbEet
function name:  (null)
number of ops:  8
compiled vars:  !0 = $categoryMap, !1 = $occupationMap
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_ARRAY                                       ~3      'Degreed+%26+Licensed', 'L'
          2        ADD_ARRAY_ELEMENT                                ~3      'Degreed', 'U'
          3        ADD_ARRAY_ELEMENT                                ~3      'Student', 'S'
          4        FETCH_CONSTANT                                   ~4      'Other'
          5        ADD_ARRAY_ELEMENT                                ~3      ~4, 'O'
          6        ASSIGN                                                   !1, ~3
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.07 ms | 1392 KiB | 13 Q