Bug #47301
closedImprove userFunc parameter parsing
100%
Description
Parameter parsing for userFunc could be improved to handle the following:
userFunc(1,2,"3, 4, 5") => array(1, 2, '3, 4, 5')
userFunc( 1, 2," 3, 4, 5 ") => array(1, 2, ' 3, 4, 5 ')
userFunc( 1, 2, " 3, \"4, 5\" ") => array(1, 2, ' 3, "4, 5" ')
userFunc( 1, 2, ' 3, \"4, 5\" ') => array(1, 2, ' 3, "4, 5" ')
userFunc( 1, 2, ' 3, \'4, 5\' ') => array(1, 2, ' 3, \'4, 5\' ')
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20007
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20007
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20007
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20007
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20007
Updated by Gerrit Code Review about 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20007
Updated by Dmitry Dulepov about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 14a0ae0ac940bc3a3f7f46783d15a1d18f9c6477.