3v4l.org

run code in 300+ PHP versions simultaneously
<?php $items = array(); $items['competency-toolkit'] = array( 'title' => t('IC Competencies: Self Assessment'), 'page callback' => 'tbf_survey_start', 'type' => 1, 'access arguments' => array('access competency survey'), ); $items['competency-toolkit/report'] = array( 'title' => t('IC Competencies Report'), 'page callback' => 'tbf_survey_report_view', 'file' => 'report.survey.inc', 'type' => 2, 'access arguments' => array('view survey reports'), );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8St5l
function name:  (null)
number of ops:  21
compiled vars:  !0 = $items
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    6     1        INIT_FCALL_BY_NAME                                       't'
          2        SEND_VAL_EX                                              'IC+Competencies%3A+Self+Assessment'
          3        DO_FCALL                                      0  $3      
          4        INIT_ARRAY                                       ~4      $3, 'title'
    7     5        ADD_ARRAY_ELEMENT                                ~4      'tbf_survey_start', 'page+callback'
    8     6        ADD_ARRAY_ELEMENT                                ~4      1, 'type'
    6     7        ADD_ARRAY_ELEMENT                                ~4      <array>, 'access+arguments'
    5     8        ASSIGN_DIM                                               !0, 'competency-toolkit'
    6     9        OP_DATA                                                  ~4
   13    10        INIT_FCALL_BY_NAME                                       't'
         11        SEND_VAL_EX                                              'IC+Competencies+Report'
         12        DO_FCALL                                      0  $6      
         13        INIT_ARRAY                                       ~7      $6, 'title'
   14    14        ADD_ARRAY_ELEMENT                                ~7      'tbf_survey_report_view', 'page+callback'
   15    15        ADD_ARRAY_ELEMENT                                ~7      'report.survey.inc', 'file'
   16    16        ADD_ARRAY_ELEMENT                                ~7      2, 'type'
   13    17        ADD_ARRAY_ELEMENT                                ~7      <array>, 'access+arguments'
   12    18        ASSIGN_DIM                                               !0, 'competency-toolkit%2Freport'
   13    19        OP_DATA                                                  ~7
   18    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.72 ms | 1394 KiB | 13 Q