Also, sample code in documentation on echo says
// However, the following examples will work:
($some_var) ? print('true'): print('false'); // *print is a function*
echo $some_var ? 'true': 'false'; // changing the statement around
but docs on print says
print() *is not actually a real function (it
Documentation on number_format says :
Only the first character of thousands_sep is used. For example, if
you use foo as thousands_sep on the number 1000 , number_format will
return 1f000.
Actually that is true for dec_point as well, and this should be
mentioned in the docs.
--
Andrey Demenev ak
From: Philippe dot Jausions at 11abacus dot com
Operating system: Irrelevant
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: @see dl(), extension_loaded(), get_loaded_extensions() &
get_extension_funcs()
Description:
Missing "See Als
ID: 27829
Updated by: [EMAIL PROTECTED]
Reported By: barkcomp at chariot dot net dot au
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Win32
PHP Version: 5.0.0RC1
New Comment:
This bug has been fixed
Ross P. Davis wrote:
Thanks Rasmus,
Would it also be possible to remove the strftime comment:
John Baxendale
15-Oct-2003 05:15
"Note that on Linux kernels before 2.4.* the date functions in PHP will
happily accept a date before 01-01-1970 as stated at the top of this man
page, post kernel 2.4.* t
nlopess Fri Apr 2 13:29:12 2004 EDT
Modified files:
/livedocs TODO
Log:
we need to cache the index
http://cvs.php.net/diff.php/livedocs/TODO?r1=1.18&r2=1.19&ty=u
Index: livedocs/TODO
diff -u livedocs/TODO:1.18 livedocs/TODO:1.19
--- livedocs/TODO:1.18 Wed Ma
nlopess Fri Apr 2 13:18:34 2004 EDT
Modified files:
/livedocs mkindex.php
Log:
small hack to display & properly in the menu
http://cvs.php.net/diff.php/livedocs/mkindex.php?r1=1.28&r2=1.29&ty=u
Index: livedocs/mkindex.php
diff -u livedocs/mkindex.php:1.28 liv
Thanks Rasmus,
Would it also be possible to remove the strftime comment:
John Baxendale
15-Oct-2003 05:15
"Note that on Linux kernels before 2.4.* the date functions in PHP will
happily accept a date before 01-01-1970 as stated at the top of this man
page, post kernel 2.4.* the date functions *d
Hello,
I was off this week because I went in vacations. Sunday I'll go to another
trip and I'll be back only next week.
When I come back I hope to help you again!
Nuno
ID: 27840
Updated by: [EMAIL PROTECTED]
Reported By: alpha at rrs dot at
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Irrelevant
PHP Version: Irrelevant
New Comment:
This bug has been fixed in the d
From: alpha at rrs dot at
Operating system: Irrelevant
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: german docs say ceil() return int
Description:
http://www.php.net/manual/de/function.ceil.php says ceil() returns int
altough it re
11 matches
Mail list logo