Hi Oliver,
Oliver Grätz wrote:
Ilia Alshanetsky schrieb:
I'd prefer ::: over \ for a namespace operator, even though it is
bordering on the "too-long" limit.
What about these:
PEAR:>Date
PEAR:-Date
OLLi
I thought of these, but it'll break the following examples:
<?php
// FOR :>
echo ( ( time() % 2 ) == 0 ? 'first' :<<<HTML_END
<html>
</html>
HTML_END
);
?>
<?php
// FOR :-
echo true ? 0:-1;
?>
Regards,
Jessie
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php