]> granicus.if.org Git - php/commit
- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays...
authorPierre Joye <pajoye@php.net>
Sat, 23 Jul 2011 20:23:21 +0000 (20:23 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 23 Jul 2011 20:23:21 +0000 (20:23 +0000)
commit80496c9dc46cabf7185e09d1a3e65b084e4d9fc0
treeb8eeaa5d12e514825a10e48d705a8c0f5f8c7345
parent1fc4bc1d569864279058e40bdea8a47a51187da3
- add short array syntax as defined in https://wiki.php.net/rfc/shortsyntaxforarrays, 2nd solution using => only
UPGRADING
Zend/zend_ini_scanner.c
Zend/zend_language_parser.y
tests/lang/array_shortcut_001.phpt [new file with mode: 0644]
tests/lang/array_shortcut_002.phpt [new file with mode: 0644]
tests/lang/array_shortcut_003.phpt [new file with mode: 0644]
tests/lang/array_shortcut_005.phpt [new file with mode: 0644]