[PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-03-30 Thread Gabor Hojtsy
gobaSat Mar 30 11:48:55 2002 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Some clarifications on unserialize() Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.101 phpdoc/en/functions/var.xml:1.102 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-03-27 Thread Simone Cortesi
cortesi Wed Mar 27 08:31:17 2002 EDT Modified files: /phpdoc/en/functionsvar.xml Log: adding two see-also Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.98 phpdoc/en/functions/var.xml:1.99 --- phpdoc/en/functions/var.xml:1.98

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-02-13 Thread Hartmut Holzgraefe
hholzgraWed Feb 13 12:48:00 2002 EDT Modified files: /phpdoc/en/functionsvar.xml Log: fix for bug report #15541 Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.94 phpdoc/en/functions/var.xml:1.95 ---

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-02-07 Thread Gabor Hojtsy
![CDATA[ $a = test; +$b = anothertest; + echo isset ($a); // TRUE +echo isset ($a, $b) file://TRUE unset ($a); echo isset ($a); // FALSE +echo isset ($a, $b); file://FALSE $foo = NULL; print isset ($foo); // FALSE + + ]] From what version this is available? It should

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-02-06 Thread Andrew Lindeman
alindeman Wed Feb 6 12:04:59 2002 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Changed the isset documentation as described in bug #12978 Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.92

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-01-03 Thread Philip Olson
philip Thu Jan 3 13:42:29 2002 EDT Modified files: /phpdoc/en/functionsvar.xml Log: is_scalar: Removed note, hid TODO comment, added some info. Regarding TODO, not sure about it, can't think of a better example atm. Index:

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-01-01 Thread Gabor Hojtsy
print_r() now handles recursive arrays and objects correctly - removing warning Wouldn't it be better to leave a note, that before some version it was working uncorrectly on recursive data? This is an important piece for those trying to print out GLOBALS. Goba

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2002-01-01 Thread Philip Olson
philip Tue Jan 1 15:38:08 2002 EDT Modified files: /phpdoc/en/functionsvar.xml Log: print_r: Expanded example, reworded a bit, See also, and implemented the former Warning as a Note. (4.0.4 print_r($GLOBALS) is bad) Index:

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-12-31 Thread Zak Greant
zak Mon Dec 31 14:01:53 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: print_r() now handles recursive arrays and objects correctly - removing warning Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.87

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-12-21 Thread Hartmut Holzgraefe
hholzgraFri Dec 21 08:39:56 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: added is_callable skeleton does anybody know *how* this is supposed to work? Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.86

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-12-12 Thread Jan Lehnardt
jan Wed Dec 12 18:00:48 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: fixed #13967 unsetting a static varible inside a function destryoes the variable. Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.82

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-12-09 Thread Bernd Roemer
bernd Sun Dec 9 19:46:49 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: added describtion for unserialize_callback_function Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.79 phpdoc/en/functions/var.xml:1.80 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-12-09 Thread Bernd Roemer
bernd Sun Dec 9 20:08:03 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: fixed the last invalid changes (xml) Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.80 phpdoc/en/functions/var.xml:1.81 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-12-08 Thread Philip Olson
philip Sat Dec 8 16:36:13 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Added reference (a link) to language.variables Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.78 phpdoc/en/functions/var.xml:1.79 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-11-11 Thread Gabor Hojtsy
gobaSun Nov 11 06:28:56 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Adding documentation for import_request_variables with example Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.74

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:03:01 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: WS only (tab - space(s)) Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.67 phpdoc/en/functions/var.xml:1.68 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:27:25 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Whoops Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.68 phpdoc/en/functions/var.xml:1.69 --- phpdoc/en/functions/var.xml:1.68Fri Sep

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:45:50 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Fix settype documentation Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.69 phpdoc/en/functions/var.xml:1.70 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:48:41 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Fix gettype documentation Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.70 phpdoc/en/functions/var.xml:1.71 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-27 Thread Jeroen van Wolffelaar
jeroen Wed Jun 27 14:04:49 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: type'd var.xml, improved documenation on serialize (not yet 'ready', though) Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.57

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread jeroen
Anyway, when they add a new function, I'm sure they want it to be mentioned in the documentation, otherwise nobody uses it... Good point, But we cannot list all contributors on the author list. I suggest therefore into the starting section a list of contributors with full name and

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread Daniel Beckham
- From: Zak Greant [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 12:11 AM Subject: [PHP-DOC] cvs: phpdoc /en/functions var.xml zak Sun Jun 24 07:11:35 2001 EDT Modified files: /phpdoc/en/functions var.xml Log: Added note on behavior of is_scalar() with regards

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread Hojtsy Gabor
I don't think it's necessary to quote the developers when writing documentation. Many people probably have no idea who Andi is and it's even (very remotely) possible that he may not be involved in PHP development in the future. The PHP docs are the definitive source for PHP documentation

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread Rasmus Lerdorf
I don't think it's necessary to quote the developers when writing documentation. Many people probably have no idea who Andi is and it's even (very remotely) possible that he may not be involved in PHP development in the future. The PHP docs are the definitive source for PHP documentation

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread Zak Greant
Good point - thanks! :) How is this? para functionis_scalar/function does not consider resource type values to be scalar values. This behavior is intentional: Resources are abstract datatypes which are currently based on integers. This implementation detail should not be relied

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread Daniel Beckham
24, 2001 11:50 AM Subject: Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml Good point - thanks! :) How is this? para functionis_scalar/function does not consider resource type values to be scalar values. This behavior is intentional: Resources are abstract datatypes which

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-24 Thread Zak Greant
zak Sun Jun 24 19:47:13 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Reworded note on behavior of is_scalar() in regards to resource type values - thanks Daniel! Index: phpdoc/en/functions/var.xml diff -u

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-23 Thread Jeroen van Wolffelaar
jeroen Sat Jun 23 19:31:12 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Documented that var_dump accepts multiple parameters. Added example to var_dump Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.52

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-23 Thread jeroen
Modified files: /phpdoc/en/functions var.xml Log: Documented that var_dump accepts multiple parameters. Hmm... since when is that? http://cvs.php.net doesn't yet work, nor does bonsai.php.net (congratulations! you've just finished installing apache!), and I only now realize that

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-23 Thread Hojtsy Gabor
And, different subject, what about creating a phpdoc-TODO file, in which one the phpdoc team and the dev team can add items to be added/modified in the documention? Modifying that file takes so little time that I think (hope) that whenever something changes in PHP, the person who made the

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-23 Thread jeroen
Great idea :) I like it. But then all php-dev members should have phpdoc karma... Because the TODO file should be placed in the phpdoc repository. Don't they have that? That would be bad... It should be as easy as possible for them to add documentation :). Anyway, when they add a new

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-06-23 Thread eschmid+sic
On Sat, Jun 23, 2001 at 10:35:48PM +0200, [EMAIL PROTECTED] wrote: Great idea :) I like it. But then all php-dev members should have phpdoc karma... Because the TODO file should be placed in the phpdoc repository. Don't they have that? That would be bad... It should be as easy as

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-05-17 Thread Daniel Beckham
danbeck Thu May 17 19:23:43 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: added notes about serializing objects in php4 and added links to the new serialization section of oop.xml Index: phpdoc/en/functions/var.xml diff -u

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-05-16 Thread Jeroen van Wolffelaar
jeroen Wed May 16 08:29:04 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: - empty clarified, noted it is a language construct Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.44 phpdoc/en/functions/var.xml:1.45

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-05-07 Thread Damien Seguy
damsMon May 7 06:02:59 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: *** empty log message *** Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.42 phpdoc/en/functions/var.xml:1.43 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-05-07 Thread Damien Seguy
damsMon May 7 06:10:13 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: remove a false correction. Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.43 phpdoc/en/functions/var.xml:1.44 ---

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-04-22 Thread Hojtsy Gabor
gobaSun Apr 22 02:31:04 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Corrections to settype(): o] The return type is boolen o] The first param is type of mixed o] Missing boolean type from the list o] Added two examples

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-03-19 Thread Jesus M. Castagnetto
jmcastagnetto Mon Mar 19 00:45:06 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Another fix on unset Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.39 phpdoc/en/functions/var.xml:1.40 ---

Re: [PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-03-19 Thread Jesus M. Castagnetto
type, yet the definition says it returns true? Daniel - Original Message - From: "Jesus M. Castagnetto" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 17, 2001 12:30 AM Subject: [PHP-DOC] cvs: phpdoc /en/functions var.xml jmcastagnetto Fri Mar