On Fri, Nov 20, 2009 at 22:56, Samuel ROZE <samuel.r...@gmail.com> wrote:
[...]
> <?php
> // A list of intervals
> $list = [ $from_1, $to_1] + [$from_2, $to_2] + ... [$from_n, $to_n];
> $list_2 = [$from_1, $to_1] + ... + $interval_n;
> ?>

This made no sense to me.

Are you suggesting new object operator? Short-syntax-array?
What exactly are you asking/informing/reporting/whatever?

-Hannes

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

Reply via email to