--- embedaddon/php/Zend/zend_language_scanner.c 2013/07/22 01:32:16 1.1.1.3 +++ embedaddon/php/Zend/zend_language_scanner.c 2014/06/15 20:04:04 1.1.1.4 @@ -4,7 +4,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 | @@ -23,7 +23,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_language_scanner.c,v 1.1.1.3 2013/07/22 01:32:16 misho Exp $ */ +/* $Id: zend_language_scanner.c,v 1.1.1.4 2014/06/15 20:04:04 misho Exp $ */ #if 0 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c)