On Tue, Oct 6, 2015 at 5:24 PM, Jeffry Killen <jekillen@xxxxxxxxxxx> wrote: > Hello: > Is it possible to use anonymous arrays? > > function blah( a ) > { > // doittoit > } > blah(array('var')) // I have to review array creation syntax > > Thanks for attention > JK > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I mean no disrespect, but did you even try running the code?