On Mon, 2007-02-05 at 10:01 -0800, Stanislav Malyshev wrote:
> > you, they don't have a clue what they are doing.  $a = [1,2,3]; would 
> > not mean jack sqat to those folks.  And as stated, finding docs on that 
> 
> How hard can that be? If one is smart enough to do computer programming, 
> how hard can it be to know $a=[1,2,3] is an array? Like, what else could 
> it be?

The same argument can be made about how hard it is to understand

    $a = array( 1, 2, 3 ).

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

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

Reply via email to