Skip to content

Commit

Permalink
- Added some missing CVS $Id$ tags, headers and footers.
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Feb 1, 2003
1 parent bdb1c0c commit 333406b
Show file tree
Hide file tree
Showing 71 changed files with 745 additions and 7 deletions.
22 changes: 22 additions & 0 deletions Zend/acconfig.h
Original file line number Diff line number Diff line change
@@ -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 |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Andi Gutmans <[email protected]> |
| Zeev Suraski <[email protected]> |
+----------------------------------------------------------------------+
*/

/* $Id$ */

#define ZEND_API
#define ZEND_DLEXPORT
#define ZEND_DLIMPORT
Expand Down Expand Up @@ -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:
*/
1 change: 1 addition & 0 deletions Zend/zend.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_extensions.h"
Expand Down
1 change: 1 addition & 0 deletions Zend/zend.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_API.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_execute.h"
Expand Down Expand Up @@ -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:
*/
2 changes: 2 additions & 0 deletions Zend/zend_API.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_API_H
#define ZEND_API_H
Expand Down Expand Up @@ -427,5 +428,6 @@ END_EXTERN_C()
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
*/
3 changes: 3 additions & 0 deletions Zend/zend_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_alloc.h"
#include "zend_globals.h"
Expand Down Expand Up @@ -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:
*/
2 changes: 2 additions & 0 deletions Zend/zend_alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_ALLOC_H
#define ZEND_ALLOC_H
Expand Down Expand Up @@ -137,5 +138,6 @@ END_EXTERN_C()
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
*/
1 change: 1 addition & 0 deletions Zend/zend_builtin_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_API.h"
Expand Down
9 changes: 9 additions & 0 deletions Zend/zend_builtin_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_BUILTIN_FUNCTIONS_H
#define ZEND_BUILTIN_FUNCTIONS_H

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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend_language_parser.h"
#include "zend.h"
Expand Down Expand Up @@ -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:
*/
11 changes: 10 additions & 1 deletion Zend/zend_compile.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_COMPILE_H
#define ZEND_COMPILE_H
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_config.nw.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CONFIG_NW_H
#define ZEND_CONFIG_NW_H
Expand Down Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_config.w32.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CONFIG_W32_H
#define ZEND_CONFIG_W32_H
Expand Down Expand Up @@ -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:
*/
2 changes: 2 additions & 0 deletions Zend/zend_constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"
#include "zend_constants.h"
Expand Down Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_CONSTANTS_H
#define ZEND_CONSTANTS_H
Expand Down Expand Up @@ -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:
*/
10 changes: 10 additions & 0 deletions Zend/zend_dynamic_array.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include "zend.h"

typedef struct _dynamic_array {
Expand Down Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_dynamic_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_DYNAMIC_ARRAY_H
#define ZEND_DYNAMIC_ARRAY_H
Expand All @@ -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:
*/
8 changes: 8 additions & 0 deletions Zend/zend_errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_ERRORS_H
#define ZEND_ERRORS_H
Expand All @@ -38,3 +39,10 @@

#endif /* ZEND_ERRORS_H */

/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
*/
10 changes: 10 additions & 0 deletions Zend/zend_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#define ZEND_INTENSIVE_DEBUGGING 0

#include <stdio.h>
Expand Down Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_execute.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#ifndef ZEND_EXECUTE_H
#define ZEND_EXECUTE_H
Expand Down Expand Up @@ -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:
*/
9 changes: 9 additions & 0 deletions Zend/zend_execute_API.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
+----------------------------------------------------------------------+
*/

/* $Id$ */

#include <stdio.h>
#include <signal.h>
Expand Down Expand Up @@ -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:
*/
Loading

0 comments on commit 333406b

Please sign in to comment.