3v4l.org

run code in 300+ PHP versions simultaneously
<?php $participant_permissions = array( 'access eib', 'access upload statistics', 'access enterprise reporting', ); $eib_participant_permissions += _eib_profile_get_common_field_permissions(); var_dump(eib_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/UeV17
function name:  (null)
number of ops:  9
compiled vars:  !0 = $participant_permissions, !1 = $eib_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  $3      
          3        ASSIGN_OP                                     1          !1, $3
   10     4        INIT_FCALL                                               'var_dump'
          5        FETCH_CONSTANT                                   ~5      'eib_participant_permissions'
          6        SEND_VAL                                                 ~5
          7        DO_ICALL                                                 
   18     8      > 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/UeV17
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:
149.1 ms | 1399 KiB | 15 Q