cvs: php-lang / genoplist.php

[email protected] ("Sascha Schumann")
Newsgroups php.lang
Message-ID <cvssas974845073@cvsserver>
sas		Tue Nov 21 14:17:54 2000 EDT

  Modified files:
    /php-lang	genoplist.php 
  Log:
  Add concatenation operator
  
  
Index: php-lang/genoplist.php
diff -u php-lang/genoplist.php:1.2 php-lang/genoplist.php:1.3
--- php-lang/genoplist.php:1.2	Tue Nov 21 14:04:23 2000
+++ php-lang/genoplist.php	Tue Nov 21 14:17:53 2000
@@ -2,10 +2,11 @@
 
 # Generate a cascade of rules for operators
 # Higher rules have precedence
-# $Id: genoplist.php,v 1.2 2000/11/21 22:04:23 sas Exp $
+# $Id: genoplist.php,v 1.3 2000/11/21 22:17:53 sas Exp $
 
 $a = array(
 		"multiplicative", "*,/,%",
+		"concatenation",  ".",
 		"additive",       "+,-",
 		"shift",          "<<,>>",
 		"relational",     "<,>,<=,>=",
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.