diff options
author | foobar <sniper@php.net> | 2003-02-01 01:49:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-01 01:49:15 +0000 |
commit | 333406bdc22fcc14db08f2685b4c76f87ac7b1db (patch) | |
tree | 0b02fb6698a3fb456ea72744cd826b91247fd949 /Zend | |
parent | bdb1c0cf8680cde2e44c31764f4fcfc703f25ed6 (diff) | |
download | php-git-333406bdc22fcc14db08f2685b4c76f87ac7b1db.tar.gz |
- Added some missing CVS $Id$ tags, headers and footers.
Diffstat (limited to 'Zend')
71 files changed, 745 insertions, 7 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 4889320b7e..40a4c0590d 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #define ZEND_API #define ZEND_DLEXPORT #define ZEND_DLIMPORT @@ -77,5 +98,6 @@ int zend_sprintf(char *buffer, const char *format, ...); * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend.c b/Zend/zend.c index f129c7ed39..a232555522 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_extensions.h" diff --git a/Zend/zend.h b/Zend/zend.h index d8599512a4..8ab2821a9b 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -591,5 +591,6 @@ ZEND_API int zend_get_configuration_directive(char *name, uint name_length, zval * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_API.c b/Zend/zend_API.c index ce7bf04c53..d70915614d 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -18,6 +18,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_execute.h" @@ -1481,3 +1482,11 @@ ZEND_API char *zend_get_module_version(char *module_name) } return module->version; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_API.h b/Zend/zend_API.h index 58b109e983..ed82a37f38 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -18,6 +18,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_API_H #define ZEND_API_H @@ -427,5 +428,6 @@ END_EXTERN_C() * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 340e2081e7..48eb22b3cd 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "zend.h" #include "zend_alloc.h" #include "zend_globals.h" @@ -752,5 +754,6 @@ ZEND_API void _full_mem_check(int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_D * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index 3ebbdf9646..9c024e4f18 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_ALLOC_H #define ZEND_ALLOC_H @@ -137,5 +138,6 @@ END_EXTERN_C() * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 6bba7a9518..6734250463 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_API.h" diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h index eb44c8e2bd..049e11e664 100644 --- a/Zend/zend_builtin_functions.h +++ b/Zend/zend_builtin_functions.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_BUILTIN_FUNCTIONS_H #define ZEND_BUILTIN_FUNCTIONS_H @@ -24,3 +25,11 @@ int zend_startup_builtin_functions(TSRMLS_D); #endif /* ZEND_BUILTIN_FUNCTIONS_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 4e03842089..abad64e4fe 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend_language_parser.h" #include "zend.h" @@ -3211,3 +3212,11 @@ int zendlex(znode *zendlval TSRMLS_DC) zendlval->op_type = IS_CONST; return retval; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 5c61b76e5b..5f36b7b98d 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_COMPILE_H #define ZEND_COMPILE_H @@ -334,7 +335,7 @@ void zend_do_pass_param(znode *param, zend_uchar op, int offset TSRMLS_DC); void zend_do_boolean_or_begin(znode *expr1, znode *op_token TSRMLS_DC); void zend_do_boolean_or_end(znode *result, znode *expr1, znode *expr2, znode *op_token TSRMLS_DC); -void zend_do_boolean_and_begin(znode *expr1, znode *op_token TSRMLS_DC); +void zend_do_boolean_and_begin(znode *expr1, znode *op_token TSRMLS_DC); void zend_do_boolean_and_end(znode *result, znode *expr1, znode *expr2, znode *op_token TSRMLS_DC); void zend_do_brk_cont(zend_uchar op, znode *expr TSRMLS_DC); @@ -744,3 +745,11 @@ END_EXTERN_C() #define ZEND_CALL_FUNC_NAME "__call" #endif /* ZEND_COMPILE_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_config.nw.h b/Zend/zend_config.nw.h index f42e9eea51..c416b85161 100644 --- a/Zend/zend_config.nw.h +++ b/Zend/zend_config.nw.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_CONFIG_NW_H #define ZEND_CONFIG_NW_H @@ -77,3 +78,11 @@ typedef unsigned int uint; */ #endif /* ZEND_CONFIG_NW_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index 5abada4fbe..0840f59ed5 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_CONFIG_W32_H #define ZEND_CONFIG_W32_H @@ -91,3 +92,11 @@ typedef unsigned int uint; #define ZEND_SERVICE_MB_STYLE (MB_TOPMOST|MB_SERVICE_NOTIFICATION) #endif /* ZEND_CONFIG_W32_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_constants.c b/Zend/zend_constants.c index 1c7b04acfe..956dfa53a1 100644 --- a/Zend/zend_constants.c +++ b/Zend/zend_constants.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_constants.h" @@ -269,5 +270,6 @@ ZEND_API int zend_register_constant(zend_constant *c TSRMLS_DC) * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h index 05c1990400..06fd50c4a4 100644 --- a/Zend/zend_constants.h +++ b/Zend/zend_constants.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_CONSTANTS_H #define ZEND_CONSTANTS_H @@ -62,3 +63,11 @@ void copy_zend_constant(zend_constant *c); #define ZEND_CONSTANT_DTOR (void (*)(void *)) free_zend_constant #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_dynamic_array.c b/Zend/zend_dynamic_array.c index 676eec860f..306343b7cc 100644 --- a/Zend/zend_dynamic_array.c +++ b/Zend/zend_dynamic_array.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "zend.h" typedef struct _dynamic_array { @@ -60,3 +62,11 @@ ZEND_API void *zend_dynamic_array_get_element(dynamic_array *da, unsigned int in } return (void *)(da->array+index*da->element_size); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_dynamic_array.h b/Zend/zend_dynamic_array.h index 61488822fa..c321634267 100644 --- a/Zend/zend_dynamic_array.h +++ b/Zend/zend_dynamic_array.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_DYNAMIC_ARRAY_H #define ZEND_DYNAMIC_ARRAY_H @@ -36,3 +37,11 @@ ZEND_API void *zend_dynamic_array_get_element(dynamic_array *da, unsigned int in END_EXTERN_C() #endif /* ZEND_DYNAMIC_ARRAY_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_errors.h b/Zend/zend_errors.h index 10c2f37130..29a2e065ba 100644 --- a/Zend/zend_errors.h +++ b/Zend/zend_errors.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_ERRORS_H #define ZEND_ERRORS_H @@ -38,3 +39,10 @@ #endif /* ZEND_ERRORS_H */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 72548e6248..75c5e9f6cc 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #define ZEND_INTENSIVE_DEBUGGING 0 #include <stdio.h> @@ -4052,3 +4054,11 @@ void zend_init_opcodes_handlers() zend_opcode_handlers[ZEND_RAISE_ABSTRACT_ERROR] = zend_raise_abstract_error_handler; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_execute.h b/Zend/zend_execute.h index ef2ddd80dd..4168c2db92 100644 --- a/Zend/zend_execute.h +++ b/Zend/zend_execute.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_EXECUTE_H #define ZEND_EXECUTE_H @@ -172,3 +173,11 @@ void zend_assign_to_variable_reference(znode *result, zval **variable_ptr_ptr, z END_EXTERN_C() #endif /* ZEND_EXECUTE_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index fb7d14301d..3788ae263f 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include <stdio.h> #include <signal.h> @@ -1016,3 +1017,11 @@ void zend_unset_timeout(TSRMLS_D) # endif #endif } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_execute_locks.h b/Zend/zend_execute_locks.h index 88381268a2..b2fcbc83a4 100644 --- a/Zend/zend_execute_locks.h +++ b/Zend/zend_execute_locks.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef ZEND_EXECUTE_LOCKS_H #define ZEND_EXECUTE_LOCKS_H @@ -30,3 +51,11 @@ static inline void zend_clean_garbage(TSRMLS_D) #define SELECTIVE_PZVAL_LOCK(pzv, pzn) if (!((pzn)->u.EA.type & EXT_TYPE_UNUSED)) { PZVAL_LOCK(pzv); } #endif /* ZEND_EXECUTE_LOCKS_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_extensions.c b/Zend/zend_extensions.c index d2f896e550..ec73b86863 100644 --- a/Zend/zend_extensions.c +++ b/Zend/zend_extensions.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend_extensions.h" @@ -277,3 +278,11 @@ const char *zend_mh_bundle_error(void) } #endif /* HAVE_MACH_O_DYLD_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_extensions.h b/Zend/zend_extensions.h index a15e3bdfe4..dc9f3acf7b 100644 --- a/Zend/zend_extensions.h +++ b/Zend/zend_extensions.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_EXTENSIONS_H #define ZEND_EXTENSIONS_H @@ -114,3 +115,11 @@ void zend_shutdown_extensions(TSRMLS_D); ZEND_API zend_extension *zend_get_extension(char *extension_name); #endif /* ZEND_EXTENSIONS_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_fast_cache.h b/Zend/zend_fast_cache.h index 6d9f8f6919..16d3213ac2 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_FAST_CACHE_H #define ZEND_FAST_CACHE_H @@ -136,5 +137,6 @@ typedef struct _zend_fast_cache_list_entry { * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index df8b928c6b..07bd704a7e 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_GLOBALS_H #define ZEND_GLOBALS_H @@ -272,3 +273,11 @@ struct _zend_scanner_globals { }; #endif /* ZEND_GLOBALS_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_globals_macros.h b/Zend/zend_globals_macros.h index 1f2d6fd91e..c9d65274ec 100644 --- a/Zend/zend_globals_macros.h +++ b/Zend/zend_globals_macros.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_GLOBALS_MACROS_H #define ZEND_GLOBALS_MACROS_H @@ -107,3 +108,10 @@ extern ZEND_API zend_scanner_globals ini_scanner_globals; #endif /* ZEND_GLOBALS_MACROS_H */ +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c index f641558d4f..59a2e9d4f3 100644 --- a/Zend/zend_hash.c +++ b/Zend/zend_hash.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" @@ -1320,5 +1321,6 @@ void zend_hash_display(HashTable *ht) * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h index 5370c0e8c6..b6330491da 100644 --- a/Zend/zend_hash.h +++ b/Zend/zend_hash.h @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef ZEND_HASH_H #define ZEND_HASH_H @@ -273,3 +275,11 @@ END_EXTERN_C() #endif /* ZEND_HASH_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_highlight.c b/Zend/zend_highlight.c index 06157a7c3c..22a87cf71f 100644 --- a/Zend/zend_highlight.c +++ b/Zend/zend_highlight.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_language_parser.h" @@ -239,9 +240,11 @@ ZEND_API void zend_strip(TSRMLS_D) token.type = 0; } } + /* * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_highlight.h b/Zend/zend_highlight.h index 29249a17e6..807270049e 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_HIGHLIGHT_H #define ZEND_HIGHLIGHT_H @@ -50,3 +51,11 @@ END_EXTERN_C() extern zend_syntax_highlighter_ini syntax_highlighter_ini; #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_indent.c b/Zend/zend_indent.c index 7c56e6aaaf..d036bfdfeb 100644 --- a/Zend/zend_indent.c +++ b/Zend/zend_indent.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ /* This indenter doesn't really work, it's here for no particular reason. */ @@ -145,3 +146,11 @@ dflt_printout: token.type = 0; } } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_indent.h b/Zend/zend_indent.h index d0d86de3ff..45d5c167c0 100644 --- a/Zend/zend_indent.h +++ b/Zend/zend_indent.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_INDENT_H #define ZEND_INDENT_H @@ -24,3 +25,11 @@ ZEND_API void zend_indent(void); #endif /* ZEND_INDENT_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index 3bc0136751..920140a685 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "zend.h" #include "zend_qsort.h" #include "zend_API.h" @@ -509,10 +511,10 @@ ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) return SUCCESS; } - /* * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_ini.h b/Zend/zend_ini.h index 416db5a112..093ee2efd8 100644 --- a/Zend/zend_ini.h +++ b/Zend/zend_ini.h @@ -16,6 +16,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_INI_H #define ZEND_INI_H @@ -199,3 +200,11 @@ typedef struct _zend_ini_parser_param { } zend_ini_parser_param; #endif /* ZEND_INI_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ini_parser.y b/Zend/zend_ini_parser.y index 058d52d08a..d8321ab499 100644 --- a/Zend/zend_ini_parser.y +++ b/Zend/zend_ini_parser.y @@ -17,7 +17,6 @@ +----------------------------------------------------------------------+ */ - /* $Id$ */ #define DEBUG_CFG_PARSER 0 @@ -236,9 +235,11 @@ expr: constant_string: TC_STRING { zend_ini_get_constant(&$$, &$1); } ; + /* * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h index c683f0b33c..ab55393a7f 100644 --- a/Zend/zend_ini_scanner.h +++ b/Zend/zend_ini_scanner.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef _ZEND_INI_SCANNER_H #define _ZEND_INI_SCANNER_H @@ -10,3 +31,11 @@ int ini_lex(zval *ini_lval TSRMLS_DC); END_EXTERN_C() #endif /* _ZEND_INI_SCANNER_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ini_scanner.l b/Zend/zend_ini_scanner.l index 16d4d30feb..38009ab907 100644 --- a/Zend/zend_ini_scanner.l +++ b/Zend/zend_ini_scanner.l @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #define yyleng SCNG(yy_leng) #define yytext SCNG(yy_text) #define yytext_ptr SCNG(yy_text) @@ -235,3 +237,11 @@ NEWLINE ("\r"|"\n"|"\r\n") yy_delete_buffer(YY_CURRENT_BUFFER TSRMLS_CC); yyterminate(); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_istdiostream.h b/Zend/zend_istdiostream.h index 00b65b3793..b4dc9a8db7 100644 --- a/Zend/zend_istdiostream.h +++ b/Zend/zend_istdiostream.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef _ZEND_STDIOSTREAM #define _ZEND_STDIOSTREAM @@ -13,3 +34,11 @@ public: #endif #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_language_parser.y b/Zend/zend_language_parser.y index bc2db46fdb..672b5f4d04 100644 --- a/Zend/zend_language_parser.y +++ b/Zend/zend_language_parser.y @@ -18,6 +18,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + /* * LALR shift/reduce conflicts and how they are resolved: * @@ -861,3 +863,10 @@ isset_variables: %% +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_language_scanner.h b/Zend/zend_language_scanner.h index d88d8ee690..be373c2100 100644 --- a/Zend/zend_language_scanner.h +++ b/Zend/zend_language_scanner.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_SCANNER_H #define ZEND_SCANNER_H @@ -39,3 +40,11 @@ ZEND_API int zend_prepare_string_for_scanning(zval *str, char *filename TSRMLS_D END_EXTERN_C() #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_language_scanner.l b/Zend/zend_language_scanner.l index 30a76a5ba4..29ef9340de 100644 --- a/Zend/zend_language_scanner.l +++ b/Zend/zend_language_scanner.l @@ -19,6 +19,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #define yyleng SCNG(yy_leng) #define yytext SCNG(yy_text) #define yytext_ptr SCNG(yy_text) @@ -1542,3 +1544,11 @@ NEWLINE ("\r"|"\n"|"\r\n") <ST_IN_SCRIPTING,INITIAL,ST_DOUBLE_QUOTES,ST_BACKQUOTE,ST_SINGLE_QUOTE,ST_HEREDOC>{ANY_CHAR} { zend_error(E_COMPILE_WARNING,"Unexpected character in input: '%c' (ASCII=%d) state=%d", yytext[0], yytext[0], YYSTATE); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_list.c b/Zend/zend_list.c index 17ea2442e5..348ecaf665 100644 --- a/Zend/zend_list.c +++ b/Zend/zend_list.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ /* resource lists */ @@ -358,10 +359,10 @@ char *zend_rsrc_list_get_rsrc_type(int resource TSRMLS_DC) } } - /* * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_list.h b/Zend/zend_list.h index 5dee90c5fa..05f5d50bf8 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_LIST_H #define ZEND_LIST_H @@ -109,3 +110,11 @@ extern ZEND_API int le_index_ptr; /* list entry type for index pointers */ END_EXTERN_C() #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_llist.c b/Zend/zend_llist.c index 4468e777a2..13fab349af 100644 --- a/Zend/zend_llist.c +++ b/Zend/zend_llist.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_llist.h" @@ -306,3 +307,11 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) } return NULL; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_llist.h b/Zend/zend_llist.h index c094f492ee..f6c25664ba 100644 --- a/Zend/zend_llist.h +++ b/Zend/zend_llist.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_LLIST_H #define ZEND_LLIST_H @@ -75,3 +76,11 @@ ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos); END_EXTERN_C() #endif /* ZEND_LLIST_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_mm.c b/Zend/zend_mm.c index d0d240d7bc..16ea253556 100644 --- a/Zend/zend_mm.c +++ b/Zend/zend_mm.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include "zend.h" #include "zend_mm.h" @@ -359,3 +361,11 @@ void *zend_mm_realloc(zend_mm_heap *heap, void *p, size_t size) return p; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_mm.h b/Zend/zend_mm.h index f50e0b7d9b..2325d47512 100644 --- a/Zend/zend_mm.h +++ b/Zend/zend_mm.h @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef _ZEND_MM_H #define _ZEND_MM_H @@ -62,3 +64,11 @@ void zend_mm_free(zend_mm_heap *heap, void *p); void *zend_mm_realloc(zend_mm_heap *heap, void *p, size_t size); #endif /* _ZEND_MM_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_modules.h b/Zend/zend_modules.h index 2a049c61a2..3722d935ae 100644 --- a/Zend/zend_modules.h +++ b/Zend/zend_modules.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef MODULES_H #define MODULES_H @@ -89,3 +90,11 @@ int module_registry_request_startup(zend_module_entry *module TSRMLS_DC); #define ZEND_MODULE_DTOR (void (*)(void *)) module_destructor #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_object_handlers.c b/Zend/zend_object_handlers.c index b03aad9ac3..c860424dbe 100644 --- a/Zend/zend_object_handlers.c +++ b/Zend/zend_object_handlers.c @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" @@ -520,3 +541,10 @@ zend_object_handlers std_object_handlers = { zend_std_compare_objects /* compare_objects */ }; +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_object_handlers.h b/Zend/zend_object_handlers.h index 543aae0884..22e3c76386 100644 --- a/Zend/zend_object_handlers.h +++ b/Zend/zend_object_handlers.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef ZEND_OBJECT_HANDLERS_H #define ZEND_OBJECT_HANDLERS_H @@ -77,3 +98,11 @@ extern zend_object_handlers std_object_handlers; #define HAS_CLASS_ENTRY(z) (Z_OBJ_HT(z)->get_class_entry != NULL) #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_objects.c b/Zend/zend_objects.c index acef147b94..71a20e5d95 100644 --- a/Zend/zend_objects.c +++ b/Zend/zend_objects.c @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" @@ -122,3 +143,11 @@ ZEND_API zend_object_value zend_objects_clone_obj(zval *zobject TSRMLS_DC) return retval; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_objects.h b/Zend/zend_objects.h index 18cd01a5df..f1101ef015 100644 --- a/Zend/zend_objects.h +++ b/Zend/zend_objects.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef ZEND_OBJECTS_H #define ZEND_OBJECTS_H @@ -9,3 +30,11 @@ ZEND_API zend_object *zend_objects_get_address(zval *object); ZEND_API zend_object_value zend_objects_clone_obj(zval *object TSRMLS_DC); #endif /* ZEND_OBJECTS_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_objects_API.c b/Zend/zend_objects_API.c index 905b08382f..f317b1ef8a 100644 --- a/Zend/zend_objects_API.c +++ b/Zend/zend_objects_API.c @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #include "zend.h" #include "zend_globals.h" #include "zend_variables.h" @@ -266,3 +287,11 @@ static zend_object_handlers zend_object_proxy_handlers = { NULL, /* get_class_name */ NULL /* compare_objects */ }; + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_objects_API.h b/Zend/zend_objects_API.h index c3ab6d595f..362dddd83e 100644 --- a/Zend/zend_objects_API.h +++ b/Zend/zend_objects_API.h @@ -1,3 +1,24 @@ +/* + +----------------------------------------------------------------------+ + | Zend Engine | + +----------------------------------------------------------------------+ + | Copyright (c) 1998-2003 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 | + | available at through the world-wide-web at | + | http://www.zend.com/license/2_00.txt. | + | If you did not receive a copy of the Zend license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@zend.com so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andi Gutmans <andi@zend.com> | + | Zeev Suraski <zeev@zend.com> | + +----------------------------------------------------------------------+ +*/ + +/* $Id$ */ + #ifndef ZEND_OBJECTS_API_H #define ZEND_OBJECTS_API_H @@ -49,3 +70,11 @@ ZEND_API zval **zend_object_create_proxy(zval *object, zval *member TSRMLS_DC); ZEND_API zend_object_handlers *zend_get_std_object_handlers(); #endif /* ZEND_OBJECTS_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c index 05f4a7e9de..9bf3e7e16e 100644 --- a/Zend/zend_opcode.c +++ b/Zend/zend_opcode.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include <stdio.h> @@ -450,3 +451,11 @@ ZEND_API void *get_binary_op(int opcode) break; } } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index b526e454a5..5374bfb4e7 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #include <ctype.h> #include "zend.h" @@ -1783,4 +1785,12 @@ ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC) *p = EG(float_separator)[0]; } } -}
\ No newline at end of file +} + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index de7ed9da00..02afd5fd1f 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_OPERATORS_H #define ZEND_OPERATORS_H @@ -275,3 +276,11 @@ ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC); #define Z_TYPE_PP(zval_pp) Z_TYPE(**zval_pp) #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ptr_stack.c b/Zend/zend_ptr_stack.c index 7bd5437db3..756e4933c5 100644 --- a/Zend/zend_ptr_stack.c +++ b/Zend/zend_ptr_stack.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_ptr_stack.h" @@ -108,3 +109,11 @@ ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) { return stack->top; } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ptr_stack.h b/Zend/zend_ptr_stack.h index 03fd7aa3c5..ff6b715bbb 100644 --- a/Zend/zend_ptr_stack.h +++ b/Zend/zend_ptr_stack.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_PTR_STACK_H #define ZEND_PTR_STACK_H @@ -54,5 +55,12 @@ static inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) return *(--stack->top_element); } - #endif /* ZEND_PTR_STACK_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_qsort.h b/Zend/zend_qsort.h index 15187ebcba..fec4cd2fb6 100644 --- a/Zend/zend_qsort.h +++ b/Zend/zend_qsort.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef ZEND_QSORT_H #define ZEND_QSORT_H @@ -24,3 +26,11 @@ ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t co END_EXTERN_C() #endif /* ZEND_QSORT_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index 070cf85e0c..126685a499 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include <stdio.h> @@ -38,3 +39,11 @@ int zend_sprintf(char *buffer, const char *format, ...) return strlen(buffer); } #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_stack.c b/Zend/zend_stack.c index 7d86abf7ae..ac11a54305 100644 --- a/Zend/zend_stack.c +++ b/Zend/zend_stack.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend.h" #include "zend_stack.h" @@ -162,3 +163,11 @@ ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (* break; } } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_stack.h b/Zend/zend_stack.h index 862793e496..d7ea084bc2 100644 --- a/Zend/zend_stack.h +++ b/Zend/zend_stack.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_STACK_H #define ZEND_STACK_H @@ -45,3 +46,11 @@ ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, int type, int (* #define ZEND_STACK_APPLY_BOTTOMUP 2 #endif /* ZEND_STACK_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_static_allocator.c b/Zend/zend_static_allocator.c index f4f3beb498..f49de8624b 100644 --- a/Zend/zend_static_allocator.c +++ b/Zend/zend_static_allocator.c @@ -16,6 +16,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend_static_allocator.h" @@ -73,3 +74,11 @@ void static_allocator_destroy(StaticAllocator *sa) } efree(sa->Blocks); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_static_allocator.h b/Zend/zend_static_allocator.h index 3ab14833df..8e98cdf587 100644 --- a/Zend/zend_static_allocator.h +++ b/Zend/zend_static_allocator.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef ZEND_STATIC_ALLOCATOR_H #define ZEND_STATIC_ALLOCATOR_H @@ -43,3 +45,11 @@ char *static_allocator_allocate(StaticAllocator *sa, zend_uint size); void static_allocator_destroy(StaticAllocator *sa); #endif /* ZEND_STATIC_ALLOCATOR_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ts_hash.c b/Zend/zend_ts_hash.c index 78bb324aec..74f1f3d614 100644 --- a/Zend/zend_ts_hash.c +++ b/Zend/zend_ts_hash.c @@ -16,6 +16,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include "zend_ts_hash.h" @@ -353,3 +354,11 @@ void zend_ts_hash_display(TsHashTable *ht) end_read(ht); } #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_ts_hash.h b/Zend/zend_ts_hash.h index 39b71ddadb..3cd316ff1b 100644 --- a/Zend/zend_ts_hash.h +++ b/Zend/zend_ts_hash.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef ZEND_TS_HASH_H #define ZEND_TS_HASH_H @@ -116,3 +118,11 @@ END_EXTERN_C() zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) #endif /* ZEND_HASH_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_types.h b/Zend/zend_types.h index 4d155cdf88..4a895115a8 100644 --- a/Zend/zend_types.h +++ b/Zend/zend_types.h @@ -17,6 +17,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef ZEND_TYPES_H #define ZEND_TYPES_H @@ -27,3 +29,11 @@ typedef unsigned long zend_ulong; typedef unsigned short zend_ushort; #endif /* ZEND_TYPES_H */ + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c index 0943cf4873..a3856953de 100644 --- a/Zend/zend_variables.c +++ b/Zend/zend_variables.c @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #include <stdio.h> #include "zend.h" @@ -165,10 +166,10 @@ ZEND_API void _zval_ptr_dtor_wrapper(zval **zval_ptr) } #endif - /* * Local variables: * tab-width: 4 * c-basic-offset: 4 + * indent-tabs-mode: t * End: */ diff --git a/Zend/zend_variables.h b/Zend/zend_variables.h index 93b8eca388..37e6c2eaf0 100644 --- a/Zend/zend_variables.h +++ b/Zend/zend_variables.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_VARIABLES_H #define ZEND_VARIABLES_H @@ -55,3 +56,11 @@ ZEND_API void zval_add_ref(zval **p); #define ZVAL_COPY_CTOR (void (*)(void *)) zval_copy_ctor_wrapper #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |