<?php $bills = array( [100, 23], [500, 5], [1000, 0], [5000, 200]); var_dump($bills[0][0]);
Standard input is empty
int(100)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!