3v4l.org

run code in 300+ PHP versions simultaneously
<?php $participant_permissions = array( 'access eib', 'access upload statistics', 'access enterprise reporting', ); $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/IU20v
function name:  (null)
number of ops:  8
compiled vars:  !0 = $participant_permissions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL_BY_NAME                                       '_eib_profile_get_common_field_permissions'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN_OP                                     1          !0, $2
   10     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
   18     7      > 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/IU20v
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:
154.71 ms | 1394 KiB | 15 Q