3v4l.org

run code in 300+ PHP versions simultaneously
<?php function list_columns() { return array( array( 'name' => 'object_ref', 'title' => 'Reference', ), array( 'name' => 'name', 'title' => 'Subject', 'class' => 'nocollapse', ), array( 'name' => 'case_priority[value]', 'title' => 'Priority', 'class' => 'nowrap', ), array( 'name' => 'case_status[value]', 'title' => 'Status', 'class' => 'nowrap', ), array( 'name' => 'person[name]', 'title' => 'Contact', ), array( 'name' => 'created_at', 'title' => 'Created', 'class' => 'nowrap', 'format' => 'date_time_format', ), array( 'name' => 'updated_at', 'title' => 'Updated', 'class' => 'nowrap', 'format' => 'date_time_format', ), ); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JlaL2
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   40     0  E > > RETURN                                                   1

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

End of function list_columns

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.88 ms | 1392 KiB | 13 Q