--- embedaddon/php/Zend/zend_language_parser.y 2013/10/14 08:02:49 1.1.1.4 +++ embedaddon/php/Zend/zend_language_parser.y 2014/06/15 20:04:04 1.1.1.5 @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2013 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_language_parser.y,v 1.1.1.4 2013/10/14 08:02:49 misho Exp $ */ +/* $Id: zend_language_parser.y,v 1.1.1.5 2014/06/15 20:04:04 misho Exp $ */ /* * LALR shift/reduce conflicts and how they are resolved: