cvs: functable / dslgen xslgen

[email protected] ("Hartmut Holzgraefe")
Newsgroups php.doc.web
Message-ID <cvshholzgra1112915300@cvsserver>
hholzgra		Thu Apr  7 19:08:20 2005 EDT

  Modified files:              
    /functable	dslgen xslgen 
  Log:
  cosmetic WS change, added die() (patch provided by Jakub Vrana)
  
  
http://cvs.php.net/diff.php/functable/dslgen?r1=1.15&r2=1.16&ty=u
Index: functable/dslgen
diff -u functable/dslgen:1.15 functable/dslgen:1.16
--- functable/dslgen:1.15	Fri Apr 16 09:20:23 2004
+++ functable/dslgen	Thu Apr  7 19:08:19 2005
@@ -82,15 +82,16 @@
 	echo "  (cond\n";
 
 	echo '  
-   ((equal-ci? (data nl) "array") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "echo") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "empty") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "eval") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "exit") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "isset") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "list") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "print") (literal "PHP 3, PHP 4, PHP 5 "))
-   ((equal-ci? (data nl) "unset") (literal "PHP 3, PHP 4, PHP 5 "))
+   ((equal-ci? (data nl) "array") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "die") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "echo") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "empty") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "eval") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "exit") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "isset") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "list") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "print") (literal "PHP 3, PHP 4, PHP 5"))
+   ((equal-ci? (data nl) "unset") (literal "PHP 3, PHP 4, PHP 5"))
        ';
 
   foreach($doc_version as $key => $version) {
http://cvs.php.net/diff.php/functable/xslgen?r1=1.11&r2=1.12&ty=u
Index: functable/xslgen
diff -u functable/xslgen:1.11 functable/xslgen:1.12
--- functable/xslgen:1.11	Fri Apr 16 09:20:23 2004
+++ functable/xslgen	Thu Apr  7 19:08:19 2005
@@ -21,15 +21,16 @@
 	echo "<versions>\n";
 
 	echo "
-   <function name='array' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='echo' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='empty' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='eval' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='exit' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='isset' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='list' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='print' from='PHP 3, PHP 4, PHP 5 '/>
-  <function name='unset' from='PHP 3, PHP 4, PHP 5 '/>
+  <function name='array' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='die' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='echo' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='empty' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='eval' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='exit' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='isset' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='list' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='print' from='PHP 3, PHP 4, PHP 5'/>
+  <function name='unset' from='PHP 3, PHP 4, PHP 5'/>
 ";
 
   foreach($doc_version as $key => $version) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.