Hi Andrea,
On Thu, Jan 21, 2016 at 4:18 AM, Andrea Faulds <[email protected]> wrote:
>
> One other approach I thought of is to use constant scalar expressions:
>
> +('123'.'456'.'789')
>
> It's not quite the same of native support, but it works.
This is what I do on occasions.
I have to read var_export()ed PHP code sometimes.
If PHP supports this RFC and var_export() support it,
it would be much easier to read.
It's irrelevant for this RFC, but if PHP supports compile
time string concatenation
echo "Very long sting "
"that is concatenated "
"at compile time.";
It would be nice to have.
Regards,
--
Yasuo Ohgaki
[email protected]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php