3v4l.org

run code in 300+ PHP versions simultaneously
<?php $participant_permissions = array( 'access eib', 'access upload statistics', 'access enterprise reporting', ); $participant_permissions = array_merge($participant_permissions, _eib_profile_get_common_field_permissions()); var_dump($participant_permissions); function _eib_profile_get_common_field_permissions() { return array( // Field permissions for Supply Chains: 'create field_barcode_type', 'view own field_barcode_type', ); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gNoTW
function name:  (null)
number of ops:  12
compiled vars:  !0 = $participant_permissions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'array_merge'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL_BY_NAME                                       '_eib_profile_get_common_field_permissions'
          4        DO_FCALL                                      0  $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                         $3      
          7        ASSIGN                                                   !0, $3
   10     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
   18    11      > RETURN                                                   1

Function _eib_profile_get_common_field_permissions:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gNoTW
function name:  _eib_profile_get_common_field_permissions
number of ops:  2
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   15     0  E > > RETURN                                                   <array>
   18     1*     > RETURN                                                   null

End of function _eib_profile_get_common_field_permissions

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.23 ms | 1395 KiB | 17 Q