bjori Wed Aug 15 11:40:20 2007 UTC
Modified files:
/phpdoc/en/reference/array/functionsarray.xml
Log:
Keys cannot be any numeric value, only integers
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/array/functions/array.xml?r1=1.15&r2=1.16&diff_fo
Should we also write about the following?
a) "$arr[foo]" is fine for array key 'foo', no E_NOTICE here
b) "{$arr['foo']}" is the same as (a) above, and preferred
c) "{$arr[foo]}" checks for a constant named foo, not 'foo', and
if no constant named foo exists throw E_NOTICE but still works
d) an
> + As in Perl, you can access a value from the array inside double quotes.
> + However, with PHP you'll need to enclose your array between curly braces.
> +
> + Accessing an array inside double quotes
> +
> +
Should we also write about the following?
a) "$arr[foo]" is fi
didou Thu Jun 17 17:26:20 2004 EDT
Modified files:
/phpdoc/en/reference/array/functionsarray.xml
Log:
add a missing ; in the example (user complaining)
document the fact that is possible (user too)
Having a trailing comma in the array declaration is
> -Original Message-
> From: Derick Rethans [mailto:[EMAIL PROTECTED]
> Sent: 14 June 2003 21:17
>
> On Sat, 14 Jun 2003, Mehdi Achour wrote:
>
> > didou Sat Jun 14 10:20:12 2003 EDT
> >
> > Modified files:
> > /phpdoc/en/reference/array/functionsarr
didou Mon Jun 16 01:23:40 2003 EDT
Modified files:
/phpdoc/en/reference/array/functionsarray.xml
Log:
correcting my typos, thanks Derick
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.8
php
On Sat, 14 Jun 2003, Mehdi Achour wrote:
> didou Sat Jun 14 10:20:12 2003 EDT
>
> Modified files:
> /phpdoc/en/reference/array/functions array.xml
> Log:
> saturday typos
>
> Index: phpdoc/en/reference/array/functions/array.xml
> diff -u phpdoc/en/referenc
didou Sat Jun 14 10:20:12 2003 EDT
Modified files:
/phpdoc/en/reference/array/functionsarray.xml
Log:
saturday typos
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.7
phpdoc/en/reference/arr
philip Fri May 30 14:01:41 2003 EDT
Modified files:
/phpdoc/en/reference/array/functionsarray.xml
Log:
Link to the array type docs, added php tags in examples, and see also foreach.
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/
damsTue Feb 4 13:19:35 2003 EDT
Modified files:
/phpdoc/en/reference/array/functionsarray.xml
Log:
removing French...
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.5
phpdoc/en/reference
10 matches
Mail list logo