3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getFullColumnList() { $x=array("aaa_type", "sss"); return preg_grep("/_status$ |_type$ |_label$ |_subdomain$ |_name$ |_id_owner$ |_email$ |user_language$ |_username$ |_severity$ |_visibilty$ |_title$ |_human_readable$ |_role_group$ |_prefix_size$ |_destination$/", $x); } $a=getFullColumnList(); echo ($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BFt3X
function name:  (null)
number of ops:  5
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   24     0  E >   INIT_FCALL                                               'getfullcolumnlist'
          1        DO_FCALL                                      0  $1      
          2        ASSIGN                                                   !0, $1
   25     3        ECHO                                                     !0
          4      > RETURN                                                   1

Function getfullcolumnlist:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BFt3X
function name:  getFullColumnList
number of ops:  7
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
    5     1        INIT_FCALL                                               'preg_grep'
          2        SEND_VAL                                                 '%2F_status%24%0A%09%09%09%09%09%09%09%7C_type%24%0A%09%09%09%09%09%09%09%7C_label%24%0A%09%09%09%09%09%09%09%7C_subdomain%24%0A%09%09%09%09%09%09%09%7C_name%24%0A%09%09%09%09%09%09%09%7C_id_owner%24%0A%09%09%09%09%09%09%09%7C_email%24%0A%09%09%09%09%09%09%09%7Cuser_language%24%0A%09%09%09%09%09%09%09%7C_username%24%0A%09%09%09%09%09%09%09%7C_severity%24%0A%09%09%09%09%09%09%09%7C_visibilty%24%0A%09%09%09%09%09%09%09%7C_title%24%0A%09%09%09%09%09%09%09%7C_human_readable%24%0A%09%09%09%09%09%09%09%7C_role_group%24%0A%09%09%09%09%09%09%09%7C_prefix_size%24%0A%09%09%09%09%09%09%09%7C_destination%24%2F'
   21     3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5      > RETURN                                                   $2
   22     6*     > RETURN                                                   null

End of function getfullcolumnlist

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.83 ms | 1397 KiB | 16 Q