Code: Select all
$foo[] = 'bar';Code: Select all
$foo []= 'bar';(I'm thinking too much again!)
Moderator: General Moderators
Code: Select all
$foo[] = 'bar';Code: Select all
$foo []= 'bar';Code: Select all
var_dump(token_get_all('<?php $a[]=5; ?>'));