[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2007-02-06 Thread Hannes Magnusson
bjori   Tue Feb  6 19:25:05 2007 UTC

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Bad idea trying to link to require/_once
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/tokens.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.24 
phpdoc/en/appendices/tokens.xml:1.25
--- phpdoc/en/appendices/tokens.xml:1.24Tue Feb  6 19:11:54 2007
+++ phpdoc/en/appendices/tokens.xml Tue Feb  6 19:25:05 2007
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -546,12 +546,12 @@
 
  T_REQUIRE
  require()
- require
+ require
 
 
  T_REQUIRE_ONCE
  require_once()
- require_once
+ require_once
 
 
  T_RETURN


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2007-02-06 Thread Hannes Magnusson
bjori   Tue Feb  6 19:11:54 2007 UTC

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  lets only use one style of telling a story on each page
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/tokens.xml?r1=1.23&r2=1.24&diff_format=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.23 
phpdoc/en/appendices/tokens.xml:1.24
--- phpdoc/en/appendices/tokens.xml:1.23Tue Dec 13 13:16:03 2005
+++ phpdoc/en/appendices/tokens.xml Tue Feb  6 19:11:54 2007
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -99,7 +99,10 @@
 
  T_CLONE
  clone
- classes and objects. PHP 5 
only.
+ 
+  classes and objects
+  (available since PHP 5.0.0)
+ 
 
 
  T_CLOSE_TAG
@@ -108,7 +111,7 @@
 
 
  T_COMMENT
- // or #, and /* */ on PHP 5
+ // or #, and /* */ in PHP 5
  comments
 
 
@@ -168,7 +171,10 @@
 
  T_DOC_COMMENT
  /** */
- PHPDoc style 
comments (PHP 5 only)
+ 
+  PHPDoc style 
comments
+  (available since PHP 5.0.0)
+ 
 
 
  T_DO
@@ -349,7 +355,10 @@
 
  T_INSTANCEOF
  instanceof
- type operators 
(PHP5 only)
+ 
+  type operators
+  (available since PHP 5.0.0)
+ 
 
 
  T_INT_CAST
@@ -513,27 +522,36 @@
 
  T_PRIVATE
  private
- classes and objects. PHP 5 
only.
+ 
+  classes and objects
+  (available since PHP 5.0.0)
+ 
 
 
  T_PUBLIC
  public
- classes and objects. PHP 5 
only.
+ 
+  classes and objects
+  (available since PHP 5.0.0)
+ 
 
 
  T_PROTECTED
  protected
- classes and objects. PHP 5 
only.
+ 
+  classes and objects
+  (available since PHP 5.0.0)
+ 
 
 
  T_REQUIRE
  require()
- require
+ require
 
 
  T_REQUIRE_ONCE
  require_once()
- require_once
+ require_once
 
 
  T_RETURN
@@ -650,14 +668,18 @@
 
  T_FUNC_C
  __FUNCTION__
- constants, since
- PHP 4.3.0
+ 
+  constants
+  (available since PHP 4.3.0)
+ 
 
 
  T_CLASS_C
  __CLASS__
- constants, since
- PHP 4.3.0
+ 
+  constants
+  (available since PHP 4.3.0)
+ 
 
 
   


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2005-12-13 Thread Jakub Vrana
vrana   Tue Dec 13 13:16:04 2005 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Sorry, T_HALT_COMPILER already there
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/tokens.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.22 
phpdoc/en/appendices/tokens.xml:1.23
--- phpdoc/en/appendices/tokens.xml:1.22Tue Dec 13 13:15:27 2005
+++ phpdoc/en/appendices/tokens.xml Tue Dec 13 13:16:03 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -92,11 +92,6 @@
  
 
 
- T_HALT_COMPILER
- __halt_compiler()
- __halt_compiler
-
-
  T_CLASS
  class
  classes and objects


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2005-12-13 Thread Jakub Vrana
vrana   Tue Dec 13 13:15:27 2005 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  T_HALT_COMPILER
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/tokens.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.21 
phpdoc/en/appendices/tokens.xml:1.22
--- phpdoc/en/appendices/tokens.xml:1.21Sun Nov 13 16:05:57 2005
+++ phpdoc/en/appendices/tokens.xml Tue Dec 13 13:15:27 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -92,6 +92,11 @@
  
 
 
+ T_HALT_COMPILER
+ __halt_compiler()
+ __halt_compiler
+
+
  T_CLASS
  class
  classes and objects


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml /en/reference/tokenizer constants.xml

2005-11-13 Thread Nuno Lopes
nlopess Sun Nov 13 11:06:00 2005 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
/phpdoc/en/reference/tokenizer  constants.xml 
  Log:
  add missings constants to the appendix
  remove duplicate info in the tokenizer extension and link to the appendix
  http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.20&r2=1.21&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.20 
phpdoc/en/appendices/tokens.xml:1.21
--- phpdoc/en/appendices/tokens.xml:1.20Sun Oct  9 18:54:53 2005
+++ phpdoc/en/appendices/tokens.xml Sun Nov 13 11:05:57 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -25,6 +25,11 @@


 
+ T_ABSTRACT
+ abstract
+  (available since PHP 
5.0.0)
+
+
  T_AND_EQUAL
  &=
  assignment
@@ -77,6 +82,11 @@
  switch
 
 
+ T_CATCH
+ catch
+  (available since PHP 
5.0.0)
+
+
  T_CHARACTER
  
  
@@ -182,6 +192,11 @@
  type-casting
 
 
+ T_DOUBLE_COLON
+ ::
+ see T_PAAMAYIM_NEKUDOTAYIM below
+
+
  T_ECHO
  echo
  echo
@@ -270,6 +285,11 @@
  constants
 
 
+ T_FINAL
+ final
+  (available since PHP 
5.0.0)
+
+
  T_FOR
  for
  for
@@ -290,11 +310,21 @@
  variable 
scope
 
 
+ T_HALT_COMPILER
+ __halt_compiler()
+  (available since PHP 
5.1.0)
+
+
  T_IF
  if
  if
 
 
+ T_IMPLEMENTS
+ implements
+  (available since PHP 
5.0.0)
+
+
  T_INC
  ++
  type-casting
 
 
+ T_INTERFACE
+ interface
+  (available since PHP 
5.0.0)
+
+
  T_ISSET
  isset()
  isset
@@ -561,6 +596,16 @@
  switch
 
 
+ T_THROW
+ throw
+  (available since PHP 
5.0.0)
+
+
+ T_TRY
+ try
+  (available since PHP 
5.0.0)
+
+
  T_UNSET
  unset()
  unset
http://cvs.php.net/diff.php/phpdoc/en/reference/tokenizer/constants.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/tokenizer/constants.xml
diff -u phpdoc/en/reference/tokenizer/constants.xml:1.5 
phpdoc/en/reference/tokenizer/constants.xml:1.6
--- phpdoc/en/reference/tokenizer/constants.xml:1.5 Thu Nov  4 03:35:26 2004
+++ phpdoc/en/reference/tokenizer/constants.xml Sun Nov 13 11:05:59 2005
@@ -1,1331 +1,12 @@
 
-
+
 
  &reftitle.constants;
- &extension.constants;
- 
-  
-   
-T_INCLUDE 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_INCLUDE_ONCE 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_EVAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_REQUIRE 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_REQUIRE_ONCE 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_LOGICAL_OR 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_LOGICAL_XOR 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_LOGICAL_AND 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_PRINT 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_PLUS_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_MINUS_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_MUL_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_DIV_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_CONCAT_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_MOD_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_AND_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_OR_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_XOR_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_SL_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_SR_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_BOOLEAN_OR 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_BOOLEAN_AND 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_IS_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_IS_NOT_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_IS_IDENTICAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_IS_NOT_IDENTICAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_IS_SMALLER_OR_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_IS_GREATER_OR_EQUAL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_SL 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_SR 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_INC 
-(integer)
-   
-   
-
- 
-
-   
-  
-  
-   
-T_DEC

[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2005-10-09 Thread Jeremy S. Johnstone
jsjohnstSun Oct  9 18:54:55 2005 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Added missing T_INSTANCEOF token to list.
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.19 
phpdoc/en/appendices/tokens.xml:1.20
--- phpdoc/en/appendices/tokens.xml:1.19Sat Nov 13 07:34:53 2004
+++ phpdoc/en/appendices/tokens.xml Sun Oct  9 18:54:53 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -317,6 +317,11 @@
  
 
 
+ T_INSTANCEOF
+ instanceof
+ type operators 
(PHP5 only)
+
+
  T_INT_CAST
  (int) or (integer)
  type-casting


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-11-13 Thread Nuno Lopes
nlopess Sat Nov 13 07:34:55 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  fix build
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.18 
phpdoc/en/appendices/tokens.xml:1.19
--- phpdoc/en/appendices/tokens.xml:1.18Thu Nov 11 23:34:29 2004
+++ phpdoc/en/appendices/tokens.xml Sat Nov 13 07:34:53 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -457,7 +457,7 @@
  T_PAAMAYIM_NEKUDOTAYIM
  ::
  ::. Also 
defined as
-  T_DOUBLE_COLON.
+  T_DOUBLE_COLON.
 
 
  T_PLUS_EQUAL


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-11-11 Thread Aidan Lister
aidan   Thu Nov 11 23:34:31 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Added T_DOUBLE_COLON
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.17 
phpdoc/en/appendices/tokens.xml:1.18
--- phpdoc/en/appendices/tokens.xml:1.17Sun Nov  7 06:43:22 2004
+++ phpdoc/en/appendices/tokens.xml Thu Nov 11 23:34:29 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -456,7 +456,8 @@
 
  T_PAAMAYIM_NEKUDOTAYIM
  ::
- ::
+ ::. Also 
defined as
+  T_DOUBLE_COLON.
 
 
  T_PLUS_EQUAL


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-11-07 Thread Aidan Lister
aidan   Sun Nov  7 06:43:22 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Added some PHP5's
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.16 
phpdoc/en/appendices/tokens.xml:1.17
--- phpdoc/en/appendices/tokens.xml:1.16Mon Oct 25 13:50:33 2004
+++ phpdoc/en/appendices/tokens.xml Sun Nov  7 06:43:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -87,6 +87,11 @@
  classes and objects
 
 
+ T_CLONE
+ clone
+ classes and objects. PHP 5 
only.
+
+
  T_CLOSE_TAG
  ?> or %>
  
@@ -465,6 +470,21 @@
  print
 
 
+ T_PRIVATE
+ private
+ classes and objects. PHP 5 
only.
+
+
+ T_PUBLIC
+ public
+ classes and objects. PHP 5 
only.
+
+
+ T_PROTECTED
+ protected
+ classes and objects. PHP 5 
only.
+
+
  T_REQUIRE
  require()
  require


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-10-25 Thread Damien Seguy
damsMon Oct 25 13:50:35 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  T_SMALLER_OR_EQUAL to T_IS_SMALLER_OR_EQUAL
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.15 phpdoc/en/appendices/tokens.xml:1.16
--- phpdoc/en/appendices/tokens.xml:1.15Tue Aug 10 12:30:13 2004
+++ phpdoc/en/appendices/tokens.xml Mon Oct 25 13:50:33 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -347,7 +347,7 @@
  comparison 
operators
 
 
- T_SMALLER_OR_EQUAL
+ T_IS_SMALLER_OR_EQUAL
  <=
  comparison 
operators
 


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-07-31 Thread Nuno Lopes
nlopess Sat Jul 31 06:59:31 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  add 'PHP 5 only' note to PHPDoc
  thanks Goba
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.13 phpdoc/en/appendices/tokens.xml:1.14
--- phpdoc/en/appendices/tokens.xml:1.13Sat Jul 31 06:02:17 2004
+++ phpdoc/en/appendices/tokens.xml Sat Jul 31 06:59:30 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -153,7 +153,7 @@
 
  T_DOC_COMMENT
  /** */
- PHPDoc style 
comments
+ PHPDoc style 
comments (PHP 5 only)
 
 
  T_DO



Re: [PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-07-31 Thread Nuno Lopes
> >  
> > + T_DOC_COMMENT
> > + /** */
> > + PHPDoc style
comments
>
> (in PHP 5) seems to be missing from here
>
> Goba


I've forgot that.. Sorry!

I'll fix that in a minute

Nuno



Re: [PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-07-31 Thread Gabor Hojtsy
- // or #
+ // or #, and /* */ on PHP 5
  comments
 
 
@@ -151,6 +151,11 @@
  floating point numbers
 
 
+ T_DOC_COMMENT
+ /** */
+ PHPDoc style 
comments
(in PHP 5) seems to be missing from here
Goba


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2004-07-31 Thread Nuno Lopes
nlopess Sat Jul 31 06:02:17 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  document PHP 5 changes on comments
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.12 phpdoc/en/appendices/tokens.xml:1.13
--- phpdoc/en/appendices/tokens.xml:1.12Fri May 21 06:13:35 2004
+++ phpdoc/en/appendices/tokens.xml Sat Jul 31 06:02:17 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -93,7 +93,7 @@
 
 
  T_COMMENT
- // or #
+ // or #, and /* */ on PHP 5
  comments
 
 
@@ -151,6 +151,11 @@
  floating point numbers
 
 
+ T_DOC_COMMENT
+ /** */
+ PHPDoc style 
comments
+
+
  T_DO
  do
  do..while
@@ -385,7 +390,8 @@
 
  T_ML_COMMENT
  /* and */
- comments
+ comments
+  (PHP 4 only)
 
 
  T_MOD_EQUAL


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml /en/reference/tokenizer/functions token-name.xml

2004-05-21 Thread Jakub Vrana
vrana   Fri May 21 06:13:35 2004 EDT

  Modified files:  
/phpdoc/en/reference/tokenizer/functionstoken-name.xml 
/phpdoc/en/appendices   tokens.xml 
  Log:
  Cross reference
  
http://cvs.php.net/diff.php/phpdoc/en/reference/tokenizer/functions/token-name.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/tokenizer/functions/token-name.xml
diff -u phpdoc/en/reference/tokenizer/functions/token-name.xml:1.4 
phpdoc/en/reference/tokenizer/functions/token-name.xml:1.5
--- phpdoc/en/reference/tokenizer/functions/token-name.xml:1.4  Fri Feb  7 00:42:32 
2003
+++ phpdoc/en/reference/tokenizer/functions/token-name.xml  Fri May 21 06:13:35 
2004
@@ -1,5 +1,5 @@
 
-
+
   

 token_name
@@ -31,6 +31,9 @@
  
 

+   
+See also List of Parser Tokens.
+   
   
 
 
+
 
 
  List of Parser Tokens
@@ -585,6 +585,9 @@
 
   
  
+ 
+  See also token_name.
+ 
 
 
 

Re: [PHP-DOC] cvs: phpdoc /en/appendices tokens.xml /en/chapters install.windows.xml tutorial.xml /en/language expressions.xml types.xml /en/reference/hwapi reference.xml

2004-03-24 Thread Nuno Lopes
> irchtml Wed Mar 24 11:39:44 2004 EDT
> 
>   Modified files:  
> /phpdoc/en/appendices tokens.xml 
> /phpdoc/en/chapters install.windows.xml tutorial.xml 
> /phpdoc/en/language expressions.xml types.xml 
> /phpdoc/en/reference/hwapi reference.xml 
>   Log:
>   changed links to new id's


Thanks! I forgot to update the ids after my changes


[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml /en/chapters install.windows.xml tutorial.xml /en/language expressions.xml types.xml /en/reference/hwapi reference.xml

2004-03-24 Thread Kenneth Schwartz
irchtml Wed Mar 24 11:39:44 2004 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
/phpdoc/en/chapters install.windows.xml tutorial.xml 
/phpdoc/en/language expressions.xml types.xml 
/phpdoc/en/reference/hwapi  reference.xml 
  Log:
  changed links to new id's
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/tokens.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.10 phpdoc/en/appendices/tokens.xml:1.11
--- phpdoc/en/appendices/tokens.xml:1.10Fri May 16 23:37:43 2003
+++ phpdoc/en/appendices/tokens.xml Wed Mar 24 11:39:43 2004
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -272,7 +272,7 @@
 
  T_FUNCTION
  function or cfunction
- functions
+ functions
 
 
  T_GLOBAL
http://cvs.php.net/diff.php/phpdoc/en/chapters/install.windows.xml?r1=1.39&r2=1.40&ty=u
Index: phpdoc/en/chapters/install.windows.xml
diff -u phpdoc/en/chapters/install.windows.xml:1.39 
phpdoc/en/chapters/install.windows.xml:1.40
--- phpdoc/en/chapters/install.windows.xml:1.39 Wed Dec 31 10:25:25 2003
+++ phpdoc/en/chapters/install.windows.xml  Wed Mar 24 11:39:43 2004
@@ -1,5 +1,5 @@
 
-
+
   
Installation on Windows systems

@@ -948,7 +948,7 @@
   
   
php_hyperwave.dll
-   HyperWave functions
+   HyperWave functions
None
   
   
http://cvs.php.net/diff.php/phpdoc/en/chapters/tutorial.xml?r1=1.31&r2=1.32&ty=u
Index: phpdoc/en/chapters/tutorial.xml
diff -u phpdoc/en/chapters/tutorial.xml:1.31 phpdoc/en/chapters/tutorial.xml:1.32
--- phpdoc/en/chapters/tutorial.xml:1.31Fri Feb 20 18:12:50 2004
+++ phpdoc/en/chapters/tutorial.xml Wed Mar 24 11:39:43 2004
@@ -1,5 +1,5 @@
 
-
+
  
   A simple tutorial
 
@@ -261,8 +261,8 @@


 
- Example using control 
- structures and functions
+ Example using control 
+ structures and functions
  
 

[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2002-10-03 Thread Sander Roobol

sander  Thu Oct  3 15:00:34 2002 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Typos
  
  
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.6 phpdoc/en/appendices/tokens.xml:1.7
--- phpdoc/en/appendices/tokens.xml:1.6 Wed Aug 14 19:10:56 2002
+++ phpdoc/en/appendices/tokens.xml Thu Oct  3 15:00:33 2002
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -9,7 +9,7 @@
   "Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line 
10."
  
  
-  You're supposed to know that T_SR means. For everybody who doesn't 
+  You're supposed to know what T_SR means. For everybody who doesn't 
   know that, here is a table with those identifiers, PHP-syntax and 
   references to the appropriate places in the manual.
  
@@ -68,7 +68,7 @@
 
 
  T_BREAK
- break;
+ break
  break
 
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2002-08-14 Thread Damien Seguy

damsWed Aug 14 19:10:57 2002 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  correcting typos
  
  
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.5 phpdoc/en/appendices/tokens.xml:1.6
--- phpdoc/en/appendices/tokens.xml:1.5 Thu Jun 13 10:41:04 2002
+++ phpdoc/en/appendices/tokens.xml Wed Aug 14 19:10:56 2002
@@ -1,15 +1,15 @@
 
-
+
 
 
  List of Parser Tokens
  
-  Various parts of the PHP language are represented internally by stuff like
-  T_SR. PHP outputs identifiers like this one in parse errors, like "Parse
-  error: unexpected T_SR, expecting ',' or ';' in script.php on line 10."
+  Various parts of the PHP language are represented internally by types like
+  T_SR. PHP outputs identifiers like this one in parse errors, like 
+  "Parse error: unexpected T_SR, expecting ',' or ';' in script.php on line 
+10."
  
  
-  You're supposed to know that T_SR means >>. For everybody who doesn't 
+  You're supposed to know that T_SR means. For everybody who doesn't 
   know that, here is a table with those identifiers, PHP-syntax and 
   references to the appropriate places in the manual.
  
@@ -471,7 +471,7 @@
 
  T_RETURN
  return
- returing values
+ returning values
 
 
  T_SL



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2002-06-13 Thread Markus Fischer

mfischerThu Jun 13 10:41:05 2002 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  - Ops.
  
  
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.4 phpdoc/en/appendices/tokens.xml:1.5
--- phpdoc/en/appendices/tokens.xml:1.4 Thu Jun 13 10:35:47 2002
+++ phpdoc/en/appendices/tokens.xml Thu Jun 13 10:41:04 2002
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -563,12 +563,6 @@
  T_WHITESPACE
  
  
-
-
- T_XOR_EQUAL
- ^=
- assignment
- operators
 
 
  T_XOR_EQUAL





[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2002-05-27 Thread Friedhelm Betz

betzMon May 27 06:04:02 2002 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  entity corrections
  
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.2 phpdoc/en/appendices/tokens.xml:1.3
--- phpdoc/en/appendices/tokens.xml:1.2 Sun May 19 12:18:03 2002
+++ phpdoc/en/appendices/tokens.xml Mon May 27 06:04:02 2002
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -9,7 +9,7 @@
   error: unexpected T_SR, expecting ',' or ';' in script.php on line 10."
  
  
-  You're supposed to know that T_SR means >>. For everybody who doesn't 
+  You're supposed to know that T_SR means >>. For everybody who doesn't 
   know that, here is a table with those identifiers, PHP-syntax and 
   references to the appropriate places in the manual.
  
@@ -163,7 +163,7 @@
 
 
  T_DOUBLE_ARROW
- =>
+ =>
  array syntax
 
 
@@ -323,7 +323,7 @@
 
 
  T_IS_GREATER_OR_EQUAL
- >=
+ >=
  comparison 
operators
 
 





[PHP-DOC] cvs: phpdoc /en/appendices tokens.xml

2002-05-19 Thread Gabor Hojtsy

gobaSun May 19 12:18:03 2002 EDT

  Modified files:  
/phpdoc/en/appendices   tokens.xml 
  Log:
  Much more XML errors corrected
  
  
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.1 phpdoc/en/appendices/tokens.xml:1.2
--- phpdoc/en/appendices/tokens.xml:1.1 Sun May 12 06:52:30 2002
+++ phpdoc/en/appendices/tokens.xml Sun May 19 12:18:03 2002
@@ -1,5 +1,5 @@
 
-
+
 
 
  List of Parser Tokens
@@ -26,7 +26,7 @@

 
  T_AND_EQUAL
- &=
+ &=
  assignment
  operators
 
@@ -53,7 +53,7 @@
 
 
  T_BOOLEAN_AND
- &&
+ &&
  logical 
operators
 
 
@@ -333,7 +333,7 @@
 
 
  T_IS_NOT_EQUAL
- != or <>
+ != or <>
  comparison 
operators
 
 
@@ -426,13 +426,13 @@
 
 
  T_OPEN_TAG
- >
+ >>
  bitwise
  operators
 
 
  T_SR_EQUAL
- >>=
+ >>=
  assignment
  operators