Re: [PHP-DEV] Re: Short syntax for array literals [...]
, 3]?! ;) Ok, so "easier" probably wasn't the best word to use. "Shorter" works; but, it isn't as enticing. The only ease I can see in it is simply for familiarity (see "kids argument" above). Though, the amount of ease will obviously vary from one person to another. - Jon L.
[PHP-DEV] small bug in date()
php-5.2.6\ext\date\php_date.c @ 813-820 rfc_colon isn't reset between the 'O' and 'P' format characters. Allowing (date('P O') === date('P P')) to return true. Has anyone else noticed this? - Jon L.