nlopess Fri Aug 11 16:40:18 2006 UTC
Modified files:
/phpdoc/en/language constants.xml functions.xml oop5.xml
variables.xml
Log:
add some links to the userland naming appendix
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/constants.xm
colder Thu Jun 15 11:11:31 2006 UTC
Modified files:
/phpdoc/en/language constants.xml
/phpdoc/en/reference/misc/functions define.xml
Log:
Fix #37776 (move from constants to define)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/constants.xml?r1=1.44&r2=
> +it can never be changed or undefined. Unlike functions, constants need to
> +be defined before they are referenced.
This isn't _necessarily_ true.
Example:
[EMAIL PROTECTED]:~$ php5 -r ' if (0) { function foo() { echo "foo"; } }
foo();'
Fatal error: Call to undefined function foo() in
colder Sun Jun 11 08:53:15 2006 UTC
Modified files:
/phpdoc/en/language constants.xml
Log:
Fix #37776 (constants cannot be referenced before being defined)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/constants.xml?r1=1.43&r2=1.44&diff_format=u
Index: phpd
vrana Tue Mar 7 00:29:14 2006 UTC
Modified files:
/phpdoc/en/language constants.xml
Log:
Resource constants (bug #29534)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/constants.xml?r1=1.42&r2=1.43&diff_format=u
Index: phpdoc/en/language/constants.xml
diff
vrana Fri Nov 18 11:25:24 2005 EDT
Modified files:
/phpdoc/en/reference/sdoreference.xml
/phpdoc/en/reference/sdo_das_xmlreference.xml
/phpdoc/en/reference/runkit sandbox-parent.xml
/phpdoc/en/reference/pdo_mysql constants.xml
/phpdoc/
seanWed Aug 3 14:18:46 2005 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
add see also class constants
http://cvs.php.net/diff.php/phpdoc/en/language/constants.xml?r1=1.40&r2=1.41&ty=u
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/l
vrana Mon May 2 08:42:02 2005 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Path of __FILE__ (bug #32902)
http://cvs.php.net/diff.php/phpdoc/en/language/constants.xml?r1=1.39&r2=1.40&ty=u
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/
philip Sat Aug 14 01:59:20 2004 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Mention how some values are case-sensitive in PHP 5. __FILE__ returns the filename
of the include, not the parent. And See Also.
http://cvs.php.net/diff.php/phpdoc
gobaMon May 24 16:13:57 2004 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Fix section title, since there are too many predefined and reserved lists, so this
should not be confused with them. Also put the link to a more logical place.
http://cv
didou Fri May 21 01:23:08 2004 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
let's pratice what the manual preach
http://cvs.php.net/diff.php/phpdoc/en/language/constants.xml?r1=1.36&r2=1.37&ty=u
Index: phpdoc/en/language/constants.xml
diff -u php
didou Fri May 21 00:55:24 2004 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
added an example about valid and invalid constant names
# but every name is valid in fact..
http://cvs.php.net/diff.php/phpdoc/en/language/constants.xml?r1=1.35&r2=1.36
didou Mon Oct 27 06:34:15 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
s/four/five
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.34 phpdoc/en/language/constants.xml:1.35
--- phpdoc/en/language/constants.x
betzSat Jul 19 15:37:59 2003 EDT
Modified files:
/phpdoc/en/language constants.xml operators.xml
Log:
WS fix, no tabs
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.33 phpdoc/en/language/constants.xml:1.34
--- phpdoc/en
philip Tue Jun 10 00:30:36 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Clarify what it means to use undefined constants.
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.32 phpdoc/en/language/constants.xm
wiesemann Sun Jun 1 13:17:43 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
WS fix and "typo"
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.31 phpdoc/en/language/constants.xml:1.32
--- phpdoc/en/langua
erica Sun Mar 2 15:52:22 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Fixed minor grammatical errors and grammar bug #22506
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.29 phpdoc/en/language/constants.x
philip Sat Feb 22 01:53:31 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
typo (figured 'make test' would have found this)
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.28 phpdoc/en/language/constants.xml
philip Sat Feb 22 01:51:10 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Expand info on constant and scope, similar to superglobals
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.27 phpdoc/en/language/con
philip Sat Jan 18 01:42:27 2003 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Document the special magical constants (__LINE__ and friends). This also
closes bug #19196
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/const
Hi Philip,
Wednesday, May 29, 2002, 6:25:30 PM, you wrote:
> The phpdoc howto does tell us to document float
> versus double but:
> $i = 4.43;
> print gettype($i); // double
> Seems strange, this should be mentioned somewhere.
> Perhaps on language.types.float. I assume it
> (double
The phpdoc howto does tell us to document float
versus double but:
$i = 4.43;
print gettype($i); // double
Seems strange, this should be mentioned somewhere.
Perhaps on language.types.float. I assume it
(double) remains for historical/BC reasons in
gettype().
Regards,
Philip Olson
betzWed May 29 05:53:40 2002 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
minor correction: double is out :-)
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.24 phpdoc/en/language/constants.xml:1.25
--- phpdo
damsWed Jul 11 07:44:16 2001 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Clarified the constant() stuff
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.13 phpdoc/en/language/constants.xml:1.14
--- phpdoc/en/
gobaSun Jul 8 12:13:05 2001 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Some typos corrected
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.12 phpdoc/en/language/constants.xml:1.13
--- phpdoc/en/languag
damsMon May 21 02:40:18 2001 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Added examples for PHP_OS.
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.8 phpdoc/en/language/constants.xml:1.9
--- phpdoc/en/langua
damsThu May 10 11:01:11 2001 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Added jeroen's updates
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.7 phpdoc/en/language/constants.xml:1.8
--- phpdoc/en/language/c
27 matches
Mail list logo