On 2016-07-17 06:49, Marcio Almada wrote:
2 . Is there any rationale why we're using strings separated by '|' to pass
context instead of an array? Ex.:

<?* $str, ['js', 'html'] ?>

Multiple arguments would make the syntax even cleaner:
<?* $str, 'js', 'html' ?>

--
Lauri Kenttä

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to