3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getstaticorders(){ $orders=array( array('id'=>1, 'Order_Status'=>'Complete', 'Amount'=>560), array('id'=>2, 'Order_Status'=>'Open', 'Amount'=>300), array('id'=>3, 'Order_Status'=>'Cancelled', 'Amount'=>175) ); return($orders); } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nAlOb
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E > > RETURN                                                   1

Function getstaticorders:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nAlOb
function name:  getstaticorders
number of ops:  3
compiled vars:  !0 = $orders
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   14     1      > RETURN                                                   !0
   15     2*     > RETURN                                                   null

End of function getstaticorders

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.53 ms | 1392 KiB | 13 Q