cvs: ZendEngine2(PHP_5_3) / zend_language_parser.y

[email protected] ("Marcus Boerger")
Newsgroups php.zend-engine.cvs
Message-ID <cvshelly1202049168@cvsserver>
helly		Sun Feb  3 14:32:48 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /ZendEngine2	zend_language_parser.y 
  Log:
  - Fix warnings
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_parser.y?r1=1.160.2.4.2.8.2.13&r2=1.160.2.4.2.8.2.14&diff_format=u
Index: ZendEngine2/zend_language_parser.y
diff -u ZendEngine2/zend_language_parser.y:1.160.2.4.2.8.2.13 ZendEngine2/zend_language_parser.y:1.160.2.4.2.8.2.14
--- ZendEngine2/zend_language_parser.y:1.160.2.4.2.8.2.13	Fri Dec 28 13:22:00 2007
+++ ZendEngine2/zend_language_parser.y	Sun Feb  3 14:32:48 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_language_parser.y,v 1.160.2.4.2.8.2.13 2007/12/28 13:22:00 dmitry Exp $ */
+/* $Id: zend_language_parser.y,v 1.160.2.4.2.8.2.14 2008/02/03 14:32:48 helly Exp $ */
 
 /*
  * LALR shift/reduce conflicts and how they are resolved:
@@ -776,13 +776,13 @@
 
 
 w_variable:
-	variable	{ zend_do_end_variable_parse(BP_VAR_W, 0 TSRMLS_CC); $$ = $1; }
-				{ zend_check_writable_variable(&$1); }
+	variable	{ zend_do_end_variable_parse(BP_VAR_W, 0 TSRMLS_CC); $$ = $1;
+				  zend_check_writable_variable(&$1); }
 ;
 
 rw_variable:
-	variable	{ zend_do_end_variable_parse(BP_VAR_RW, 0 TSRMLS_CC); $$ = $1; }
-				{ zend_check_writable_variable(&$1); }
+	variable	{ zend_do_end_variable_parse(BP_VAR_RW, 0 TSRMLS_CC); $$ = $1;
+				  zend_check_writable_variable(&$1); }
 ;
 
 variable:
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.