version 1.1.1.2, 2012/05/29 12:34:35
|
version 1.1.1.4, 2013/10/14 08:02:48
|
Line 2
|
Line 2
|
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| Zend Engine | |
| Zend Engine | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | | | Copyright (c) 1998-2013 Zend Technologies Ltd. (http://www.zend.com) | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| This source file is subject to version 2.00 of the Zend license, | |
| 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 | |
| that is bundled with this package in the file LICENSE, and is | |
Line 306 struct _zend_php_scanner_globals {
|
Line 306 struct _zend_php_scanner_globals {
|
unsigned char *script_filtered; |
unsigned char *script_filtered; |
size_t script_filtered_size; |
size_t script_filtered_size; |
|
|
/* input/ouput filters */ | /* input/output filters */ |
zend_encoding_filter input_filter; |
zend_encoding_filter input_filter; |
zend_encoding_filter output_filter; |
zend_encoding_filter output_filter; |
const zend_encoding *script_encoding; |
const zend_encoding *script_encoding; |