1999-04-08 02:10:10 +08:00
|
|
|
/*
|
|
|
|
+----------------------------------------------------------------------+
|
|
|
|
| Zend Engine |
|
|
|
|
+----------------------------------------------------------------------+
|
2014-01-03 11:08:10 +08:00
|
|
|
| Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) |
|
1999-04-08 02:10:10 +08:00
|
|
|
+----------------------------------------------------------------------+
|
2001-12-11 23:16:21 +08:00
|
|
|
| This source file is subject to version 2.00 of the Zend license, |
|
1999-07-16 22:58:16 +08:00
|
|
|
| that is bundled with this package in the file LICENSE, and is |
|
2003-06-11 04:04:29 +08:00
|
|
|
| available through the world-wide-web at the following url: |
|
2001-12-11 23:16:21 +08:00
|
|
|
| http://www.zend.com/license/2_00.txt. |
|
1999-07-16 22:58:16 +08:00
|
|
|
| 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. |
|
1999-04-08 02:10:10 +08:00
|
|
|
+----------------------------------------------------------------------+
|
|
|
|
| Authors: Andi Gutmans <andi@zend.com> |
|
|
|
|
| Zeev Suraski <zeev@zend.com> |
|
|
|
|
+----------------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
|
2003-02-01 09:49:15 +08:00
|
|
|
/* $Id$ */
|
1999-04-08 02:18:16 +08:00
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
#include "zend.h"
|
|
|
|
#include "zend_extensions.h"
|
2001-02-27 02:18:34 +08:00
|
|
|
#include "zend_modules.h"
|
1999-04-08 02:10:10 +08:00
|
|
|
#include "zend_constants.h"
|
|
|
|
#include "zend_list.h"
|
1999-06-11 18:44:26 +08:00
|
|
|
#include "zend_API.h"
|
2004-02-12 18:38:14 +08:00
|
|
|
#include "zend_exceptions.h"
|
1999-09-20 20:24:39 +08:00
|
|
|
#include "zend_builtin_functions.h"
|
2000-12-27 23:43:15 +08:00
|
|
|
#include "zend_ini.h"
|
2008-04-17 18:21:38 +08:00
|
|
|
#include "zend_vm.h"
|
2010-04-24 21:32:30 +08:00
|
|
|
#include "zend_dtrace.h"
|
2013-10-17 16:40:43 +08:00
|
|
|
#include "zend_virtual_cwd.h"
|
1999-04-08 02:10:10 +08:00
|
|
|
|
1999-04-21 11:49:09 +08:00
|
|
|
#ifdef ZTS
|
2007-11-03 03:40:39 +08:00
|
|
|
# define GLOBAL_FUNCTION_TABLE global_function_table
|
|
|
|
# define GLOBAL_CLASS_TABLE global_class_table
|
|
|
|
# define GLOBAL_CONSTANTS_TABLE global_constants_table
|
|
|
|
# define GLOBAL_AUTO_GLOBALS_TABLE global_auto_globals_table
|
1999-04-21 11:49:09 +08:00
|
|
|
#else
|
2007-11-03 03:40:39 +08:00
|
|
|
# define GLOBAL_FUNCTION_TABLE CG(function_table)
|
|
|
|
# define GLOBAL_CLASS_TABLE CG(class_table)
|
|
|
|
# define GLOBAL_AUTO_GLOBALS_TABLE CG(auto_globals)
|
|
|
|
# define GLOBAL_CONSTANTS_TABLE EG(zend_constants)
|
1999-04-21 11:49:09 +08:00
|
|
|
#endif
|
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
/* true multithread-shared globals */
|
2002-03-12 18:08:47 +08:00
|
|
|
ZEND_API zend_class_entry *zend_standard_class_def = NULL;
|
1999-04-08 02:10:10 +08:00
|
|
|
ZEND_API int (*zend_printf)(const char *format, ...);
|
2000-03-26 03:10:07 +08:00
|
|
|
ZEND_API zend_write_func_t zend_write;
|
2008-08-16 03:47:33 +08:00
|
|
|
ZEND_API FILE *(*zend_fopen)(const char *filename, char **opened_path TSRMLS_DC);
|
2003-02-18 17:37:54 +08:00
|
|
|
ZEND_API int (*zend_stream_open_function)(const char *filename, zend_file_handle *handle TSRMLS_DC);
|
1999-12-02 06:55:20 +08:00
|
|
|
ZEND_API void (*zend_block_interruptions)(void);
|
|
|
|
ZEND_API void (*zend_unblock_interruptions)(void);
|
2013-12-18 16:32:26 +08:00
|
|
|
ZEND_API void (*zend_ticks_function)(int ticks TSRMLS_DC);
|
2000-06-19 00:02:32 +08:00
|
|
|
ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args);
|
2003-08-31 17:35:54 +08:00
|
|
|
int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format, va_list ap);
|
2004-09-06 06:40:35 +08:00
|
|
|
ZEND_API char *(*zend_getenv)(char *name, size_t name_len TSRMLS_DC);
|
2008-03-05 21:34:12 +08:00
|
|
|
ZEND_API char *(*zend_resolve_path)(const char *filename, int filename_len TSRMLS_DC);
|
2000-06-19 00:02:32 +08:00
|
|
|
|
2002-09-19 23:58:01 +08:00
|
|
|
void (*zend_on_timeout)(int seconds TSRMLS_DC);
|
|
|
|
|
2011-09-13 21:29:35 +08:00
|
|
|
static void (*zend_message_dispatcher_p)(long message, const void *data TSRMLS_DC);
|
2008-08-13 01:20:25 +08:00
|
|
|
static int (*zend_get_configuration_directive_p)(const char *name, uint name_length, zval *contents);
|
1999-06-20 04:42:15 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */
|
2002-11-20 01:51:30 +08:00
|
|
|
{
|
|
|
|
if (!new_value) {
|
2008-02-24 01:06:22 +08:00
|
|
|
EG(error_reporting) = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED;
|
2002-11-20 01:51:30 +08:00
|
|
|
} else {
|
|
|
|
EG(error_reporting) = atoi(new_value);
|
|
|
|
}
|
|
|
|
return SUCCESS;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2002-11-20 01:51:30 +08:00
|
|
|
|
2008-01-22 17:27:48 +08:00
|
|
|
static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */
|
|
|
|
{
|
|
|
|
OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC);
|
|
|
|
|
|
|
|
if (GC_G(gc_enabled)) {
|
|
|
|
gc_init(TSRMLS_C);
|
|
|
|
}
|
|
|
|
|
|
|
|
return SUCCESS;
|
|
|
|
}
|
|
|
|
/* }}} */
|
|
|
|
|
2010-12-20 00:36:37 +08:00
|
|
|
static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */
|
|
|
|
{
|
|
|
|
if (!CG(multibyte)) {
|
|
|
|
return FAILURE;
|
|
|
|
}
|
|
|
|
if (!zend_multibyte_get_functions(TSRMLS_C)) {
|
|
|
|
return SUCCESS;
|
|
|
|
}
|
|
|
|
return zend_multibyte_set_script_encoding_by_string(new_value, new_value_length TSRMLS_CC);
|
|
|
|
}
|
|
|
|
/* }}} */
|
|
|
|
|
|
|
|
|
2002-11-20 01:51:30 +08:00
|
|
|
ZEND_INI_BEGIN()
|
2004-02-25 18:57:10 +08:00
|
|
|
ZEND_INI_ENTRY("error_reporting", NULL, ZEND_INI_ALL, OnUpdateErrorReporting)
|
2008-01-22 17:27:48 +08:00
|
|
|
STD_ZEND_INI_BOOLEAN("zend.enable_gc", "1", ZEND_INI_ALL, OnUpdateGCEnabled, gc_enabled, zend_gc_globals, gc_globals)
|
2010-11-24 13:41:23 +08:00
|
|
|
STD_ZEND_INI_BOOLEAN("zend.multibyte", "0", ZEND_INI_PERDIR, OnUpdateBool, multibyte, zend_compiler_globals, compiler_globals)
|
2010-12-20 00:36:37 +08:00
|
|
|
ZEND_INI_ENTRY("zend.script_encoding", NULL, ZEND_INI_ALL, OnUpdateScriptEncoding)
|
|
|
|
STD_ZEND_INI_BOOLEAN("zend.detect_unicode", "1", ZEND_INI_ALL, OnUpdateBool, detect_unicode, zend_compiler_globals, compiler_globals)
|
2011-06-22 22:23:21 +08:00
|
|
|
#ifdef ZEND_SIGNALS
|
|
|
|
STD_ZEND_INI_BOOLEAN("zend.signal_check", "0", ZEND_INI_SYSTEM, OnUpdateBool, check, zend_signal_globals_t, zend_signal_globals)
|
|
|
|
#endif
|
2002-11-20 01:51:30 +08:00
|
|
|
ZEND_INI_END()
|
|
|
|
|
|
|
|
|
1999-04-21 11:49:09 +08:00
|
|
|
#ifdef ZTS
|
1999-04-25 00:16:11 +08:00
|
|
|
ZEND_API int compiler_globals_id;
|
|
|
|
ZEND_API int executor_globals_id;
|
2007-11-03 03:40:39 +08:00
|
|
|
static HashTable *global_function_table = NULL;
|
|
|
|
static HashTable *global_class_table = NULL;
|
|
|
|
static HashTable *global_constants_table = NULL;
|
|
|
|
static HashTable *global_auto_globals_table = NULL;
|
2005-09-12 17:06:15 +08:00
|
|
|
static HashTable *global_persistent_list = NULL;
|
1999-04-21 11:49:09 +08:00
|
|
|
#endif
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2002-09-03 18:25:06 +08:00
|
|
|
ZEND_API zend_utility_values zend_uv;
|
1999-04-08 02:10:10 +08:00
|
|
|
|
1999-12-23 04:24:52 +08:00
|
|
|
ZEND_API zval zval_used_for_init; /* True global variable */
|
1999-12-19 14:39:17 +08:00
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
/* version information */
|
|
|
|
static char *zend_version_info;
|
|
|
|
static uint zend_version_info_length;
|
2014-01-03 11:08:10 +08:00
|
|
|
#define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2014 Zend Technologies\n"
|
1999-12-22 01:14:31 +08:00
|
|
|
#define PRINT_ZVAL_INDENT 4
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2009-02-18 18:55:08 +08:00
|
|
|
static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object TSRMLS_DC) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
|
|
|
zval **tmp;
|
|
|
|
char *string_key;
|
2000-12-18 23:06:03 +08:00
|
|
|
HashPosition iterator;
|
2001-08-21 20:29:12 +08:00
|
|
|
ulong num_key;
|
|
|
|
uint str_len;
|
1999-04-08 02:10:10 +08:00
|
|
|
int i;
|
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
for (i = 0; i < indent; i++) {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(" ");
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX("(\n");
|
1999-12-22 01:14:31 +08:00
|
|
|
indent += PRINT_ZVAL_INDENT;
|
2000-12-18 23:06:03 +08:00
|
|
|
zend_hash_internal_pointer_reset_ex(ht, &iterator);
|
|
|
|
while (zend_hash_get_current_data_ex(ht, (void **) &tmp, &iterator) == SUCCESS) {
|
2007-11-03 03:40:39 +08:00
|
|
|
for (i = 0; i < indent; i++) {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(" ");
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX("[");
|
2000-12-22 20:49:51 +08:00
|
|
|
switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
|
1999-04-08 02:10:10 +08:00
|
|
|
case HASH_KEY_IS_STRING:
|
2003-06-09 02:53:58 +08:00
|
|
|
if (is_object) {
|
2011-09-13 21:29:35 +08:00
|
|
|
const char *prop_name, *class_name;
|
2013-01-14 16:23:22 +08:00
|
|
|
int prop_len;
|
|
|
|
int mangled = zend_unmangle_property_name_ex(string_key, str_len - 1, &class_name, &prop_name, &prop_len);
|
2003-06-09 02:53:58 +08:00
|
|
|
|
2013-01-14 16:23:22 +08:00
|
|
|
ZEND_WRITE_EX(prop_name, prop_len);
|
2006-11-04 03:01:40 +08:00
|
|
|
if (class_name && mangled == SUCCESS) {
|
2003-06-09 02:53:58 +08:00
|
|
|
if (class_name[0]=='*') {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(":protected");
|
2003-06-09 02:53:58 +08:00
|
|
|
} else {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(":");
|
|
|
|
ZEND_PUTS_EX(class_name);
|
|
|
|
ZEND_PUTS_EX(":private");
|
2003-06-09 02:53:58 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_WRITE_EX(string_key, str_len-1);
|
2003-06-09 02:53:58 +08:00
|
|
|
}
|
1999-04-08 02:10:10 +08:00
|
|
|
break;
|
|
|
|
case HASH_KEY_IS_LONG:
|
2009-02-18 18:55:08 +08:00
|
|
|
{
|
|
|
|
char key[25];
|
|
|
|
snprintf(key, sizeof(key), "%ld", num_key);
|
|
|
|
ZEND_PUTS_EX(key);
|
|
|
|
}
|
1999-04-08 02:10:10 +08:00
|
|
|
break;
|
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX("] => ");
|
|
|
|
zend_print_zval_r_ex(write_func, *tmp, indent+PRINT_ZVAL_INDENT TSRMLS_CC);
|
|
|
|
ZEND_PUTS_EX("\n");
|
2000-12-18 23:06:03 +08:00
|
|
|
zend_hash_move_forward_ex(ht, &iterator);
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
1999-12-22 01:14:31 +08:00
|
|
|
indent -= PRINT_ZVAL_INDENT;
|
2007-11-03 03:40:39 +08:00
|
|
|
for (i = 0; i < indent; i++) {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(" ");
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(")\n");
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static void print_flat_hash(HashTable *ht TSRMLS_DC) /* {{{ */
|
2002-12-02 03:47:02 +08:00
|
|
|
{
|
2007-11-03 03:40:39 +08:00
|
|
|
zval **tmp;
|
|
|
|
char *string_key;
|
|
|
|
HashPosition iterator;
|
|
|
|
ulong num_key;
|
|
|
|
uint str_len;
|
|
|
|
int i = 0;
|
|
|
|
|
|
|
|
zend_hash_internal_pointer_reset_ex(ht, &iterator);
|
|
|
|
while (zend_hash_get_current_data_ex(ht, (void **) &tmp, &iterator) == SUCCESS) {
|
|
|
|
if (i++ > 0) {
|
|
|
|
ZEND_PUTS(",");
|
|
|
|
}
|
|
|
|
ZEND_PUTS("[");
|
|
|
|
switch (zend_hash_get_current_key_ex(ht, &string_key, &str_len, &num_key, 0, &iterator)) {
|
|
|
|
case HASH_KEY_IS_STRING:
|
|
|
|
ZEND_PUTS(string_key);
|
|
|
|
break;
|
|
|
|
case HASH_KEY_IS_LONG:
|
|
|
|
zend_printf("%ld", num_key);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
ZEND_PUTS("] => ");
|
|
|
|
zend_print_flat_zval_r(*tmp TSRMLS_CC);
|
|
|
|
zend_hash_move_forward_ex(ht, &iterator);
|
2002-12-02 03:47:02 +08:00
|
|
|
}
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-21 11:49:09 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API void zend_make_printable_zval(zval *expr, zval *expr_copy, int *use_copy) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
2007-11-03 03:40:39 +08:00
|
|
|
if (Z_TYPE_P(expr)==IS_STRING) {
|
1999-06-11 18:44:26 +08:00
|
|
|
*use_copy = 0;
|
|
|
|
return;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
switch (Z_TYPE_P(expr)) {
|
2000-01-04 21:22:58 +08:00
|
|
|
case IS_NULL:
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_STRLEN_P(expr_copy) = 0;
|
|
|
|
Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC();
|
2000-02-01 19:37:33 +08:00
|
|
|
break;
|
1999-06-11 18:44:26 +08:00
|
|
|
case IS_BOOL:
|
2007-11-03 03:40:39 +08:00
|
|
|
if (Z_LVAL_P(expr)) {
|
|
|
|
Z_STRLEN_P(expr_copy) = 1;
|
|
|
|
Z_STRVAL_P(expr_copy) = estrndup("1", 1);
|
1999-07-16 04:38:00 +08:00
|
|
|
} else {
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_STRLEN_P(expr_copy) = 0;
|
|
|
|
Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC();
|
1999-07-16 04:38:00 +08:00
|
|
|
}
|
1999-06-11 18:44:26 +08:00
|
|
|
break;
|
|
|
|
case IS_RESOURCE:
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_STRVAL_P(expr_copy) = (char *) emalloc(sizeof("Resource id #") - 1 + MAX_LENGTH_OF_LONG);
|
2011-08-07 08:25:22 +08:00
|
|
|
Z_STRLEN_P(expr_copy) = snprintf(Z_STRVAL_P(expr_copy), sizeof("Resource id #") - 1 + MAX_LENGTH_OF_LONG, "Resource id #%ld", Z_LVAL_P(expr));
|
1999-06-11 18:44:26 +08:00
|
|
|
break;
|
|
|
|
case IS_ARRAY:
|
2011-10-21 14:08:47 +08:00
|
|
|
zend_error(E_NOTICE, "Array to string conversion");
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_STRLEN_P(expr_copy) = sizeof("Array") - 1;
|
|
|
|
Z_STRVAL_P(expr_copy) = estrndup("Array", Z_STRLEN_P(expr_copy));
|
1999-06-11 18:44:26 +08:00
|
|
|
break;
|
2000-09-01 03:50:19 +08:00
|
|
|
case IS_OBJECT:
|
2004-03-14 23:50:51 +08:00
|
|
|
{
|
2003-05-28 02:52:25 +08:00
|
|
|
TSRMLS_FETCH();
|
2006-05-10 07:53:23 +08:00
|
|
|
|
2012-08-12 11:50:28 +08:00
|
|
|
if (zend_std_cast_object_tostring(expr, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) {
|
|
|
|
break;
|
|
|
|
}
|
2011-09-14 21:18:19 +08:00
|
|
|
if (Z_OBJ_HANDLER_P(expr, cast_object)) {
|
|
|
|
zval *val;
|
|
|
|
|
|
|
|
ALLOC_ZVAL(val);
|
|
|
|
INIT_PZVAL_COPY(val, expr);
|
|
|
|
zval_copy_ctor(val);
|
|
|
|
if (Z_OBJ_HANDLER_P(expr, cast_object)(val, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) {
|
|
|
|
zval_ptr_dtor(&val);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
zval_ptr_dtor(&val);
|
2006-05-11 03:36:47 +08:00
|
|
|
}
|
2006-05-12 08:21:00 +08:00
|
|
|
if (!Z_OBJ_HANDLER_P(expr, cast_object) && Z_OBJ_HANDLER_P(expr, get)) {
|
|
|
|
zval *z = Z_OBJ_HANDLER_P(expr, get)(expr TSRMLS_CC);
|
2006-03-02 08:45:28 +08:00
|
|
|
|
2007-10-07 13:22:07 +08:00
|
|
|
Z_ADDREF_P(z);
|
2007-11-03 03:40:39 +08:00
|
|
|
if (Z_TYPE_P(z) != IS_OBJECT) {
|
2006-05-12 08:21:00 +08:00
|
|
|
zend_make_printable_zval(z, expr_copy, use_copy);
|
|
|
|
if (*use_copy) {
|
|
|
|
zval_ptr_dtor(&z);
|
|
|
|
} else {
|
|
|
|
ZVAL_ZVAL(expr_copy, z, 0, 1);
|
|
|
|
*use_copy = 1;
|
2004-03-28 20:06:10 +08:00
|
|
|
}
|
2006-05-12 08:21:00 +08:00
|
|
|
return;
|
2004-03-28 20:06:10 +08:00
|
|
|
}
|
2006-05-12 08:21:00 +08:00
|
|
|
zval_ptr_dtor(&z);
|
2003-09-18 19:50:05 +08:00
|
|
|
}
|
2006-05-11 05:13:22 +08:00
|
|
|
zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", Z_OBJCE_P(expr)->name);
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_STRLEN_P(expr_copy) = 0;
|
|
|
|
Z_STRVAL_P(expr_copy) = STR_EMPTY_ALLOC();
|
2003-05-28 02:52:25 +08:00
|
|
|
}
|
1999-06-11 18:44:26 +08:00
|
|
|
break;
|
2002-10-13 05:15:35 +08:00
|
|
|
case IS_DOUBLE:
|
|
|
|
*expr_copy = *expr;
|
|
|
|
zval_copy_ctor(expr_copy);
|
|
|
|
zend_locale_sprintf_double(expr_copy ZEND_FILE_LINE_CC);
|
|
|
|
break;
|
1999-06-11 18:44:26 +08:00
|
|
|
default:
|
|
|
|
*expr_copy = *expr;
|
|
|
|
zval_copy_ctor(expr_copy);
|
|
|
|
convert_to_string(expr_copy);
|
|
|
|
break;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_TYPE_P(expr_copy) = IS_STRING;
|
1999-06-11 18:44:26 +08:00
|
|
|
*use_copy = 1;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-06-11 18:44:26 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API int zend_print_zval(zval *expr, int indent) /* {{{ */
|
2000-03-26 03:10:07 +08:00
|
|
|
{
|
|
|
|
return zend_print_zval_ex(zend_write, expr, indent);
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-03-26 03:10:07 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API int zend_print_zval_ex(zend_write_func_t write_func, zval *expr, int indent) /* {{{ */
|
1999-06-11 18:44:26 +08:00
|
|
|
{
|
|
|
|
zval expr_copy;
|
|
|
|
int use_copy;
|
|
|
|
|
|
|
|
zend_make_printable_zval(expr, &expr_copy, &use_copy);
|
|
|
|
if (use_copy) {
|
1999-04-08 02:10:10 +08:00
|
|
|
expr = &expr_copy;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
if (Z_STRLEN_P(expr) == 0) { /* optimize away empty strings */
|
1999-06-11 18:44:26 +08:00
|
|
|
if (use_copy) {
|
|
|
|
zval_dtor(expr);
|
|
|
|
}
|
1999-04-08 02:10:10 +08:00
|
|
|
return 0;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
write_func(Z_STRVAL_P(expr), Z_STRLEN_P(expr));
|
1999-06-11 18:44:26 +08:00
|
|
|
if (use_copy) {
|
1999-04-08 02:10:10 +08:00
|
|
|
zval_dtor(expr);
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
return Z_STRLEN_P(expr);
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API void zend_print_flat_zval_r(zval *expr TSRMLS_DC) /* {{{ */
|
2002-12-02 03:47:02 +08:00
|
|
|
{
|
2007-11-03 03:40:39 +08:00
|
|
|
switch (Z_TYPE_P(expr)) {
|
|
|
|
case IS_ARRAY:
|
|
|
|
ZEND_PUTS("Array (");
|
|
|
|
if (++Z_ARRVAL_P(expr)->nApplyCount>1) {
|
|
|
|
ZEND_PUTS(" *RECURSION*");
|
|
|
|
Z_ARRVAL_P(expr)->nApplyCount--;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
print_flat_hash(Z_ARRVAL_P(expr) TSRMLS_CC);
|
|
|
|
ZEND_PUTS(")");
|
|
|
|
Z_ARRVAL_P(expr)->nApplyCount--;
|
|
|
|
break;
|
|
|
|
case IS_OBJECT:
|
|
|
|
{
|
2003-01-12 21:45:50 +08:00
|
|
|
HashTable *properties = NULL;
|
2011-09-13 21:29:35 +08:00
|
|
|
const char *class_name = NULL;
|
2003-01-12 21:45:50 +08:00
|
|
|
zend_uint clen;
|
2007-10-11 09:03:19 +08:00
|
|
|
|
2003-01-14 20:13:51 +08:00
|
|
|
if (Z_OBJ_HANDLER_P(expr, get_class_name)) {
|
2003-01-12 21:45:50 +08:00
|
|
|
Z_OBJ_HANDLER_P(expr, get_class_name)(expr, &class_name, &clen, 0 TSRMLS_CC);
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
if (class_name) {
|
|
|
|
zend_printf("%s Object (", class_name);
|
|
|
|
} else {
|
|
|
|
zend_printf("%s Object (", "Unknown Class");
|
|
|
|
}
|
2003-07-01 04:22:35 +08:00
|
|
|
if (class_name) {
|
2011-09-13 21:29:35 +08:00
|
|
|
efree((char*)class_name);
|
2003-01-12 21:45:50 +08:00
|
|
|
}
|
2003-01-14 20:13:51 +08:00
|
|
|
if (Z_OBJ_HANDLER_P(expr, get_properties)) {
|
2003-01-12 21:45:50 +08:00
|
|
|
properties = Z_OBJPROP_P(expr);
|
|
|
|
}
|
2003-01-14 20:13:51 +08:00
|
|
|
if (properties) {
|
2003-01-12 21:45:50 +08:00
|
|
|
if (++properties->nApplyCount>1) {
|
|
|
|
ZEND_PUTS(" *RECURSION*");
|
|
|
|
properties->nApplyCount--;
|
|
|
|
return;
|
|
|
|
}
|
2003-01-12 22:25:58 +08:00
|
|
|
print_flat_hash(properties TSRMLS_CC);
|
2003-01-12 21:45:50 +08:00
|
|
|
properties->nApplyCount--;
|
|
|
|
}
|
|
|
|
ZEND_PUTS(")");
|
|
|
|
break;
|
2007-11-03 03:40:39 +08:00
|
|
|
}
|
|
|
|
default:
|
|
|
|
zend_print_variable(expr);
|
|
|
|
break;
|
|
|
|
}
|
2002-12-02 03:47:02 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API void zend_print_zval_r(zval *expr, int indent TSRMLS_DC) /* {{{ */
|
2000-03-26 03:10:07 +08:00
|
|
|
{
|
2003-01-12 22:25:58 +08:00
|
|
|
zend_print_zval_r_ex(zend_write, expr, indent TSRMLS_CC);
|
2000-03-26 03:10:07 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-03-26 03:10:07 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API void zend_print_zval_r_ex(zend_write_func_t write_func, zval *expr, int indent TSRMLS_DC) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
2007-11-03 03:40:39 +08:00
|
|
|
switch (Z_TYPE_P(expr)) {
|
1999-04-08 02:10:10 +08:00
|
|
|
case IS_ARRAY:
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX("Array\n");
|
2007-11-03 03:40:39 +08:00
|
|
|
if (++Z_ARRVAL_P(expr)->nApplyCount>1) {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(" *RECURSION*");
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_ARRVAL_P(expr)->nApplyCount--;
|
2000-11-03 07:17:55 +08:00
|
|
|
return;
|
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
print_hash(write_func, Z_ARRVAL_P(expr), indent, 0 TSRMLS_CC);
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_ARRVAL_P(expr)->nApplyCount--;
|
1999-04-08 02:10:10 +08:00
|
|
|
break;
|
|
|
|
case IS_OBJECT:
|
2001-07-29 16:22:57 +08:00
|
|
|
{
|
2007-10-11 09:03:19 +08:00
|
|
|
HashTable *properties;
|
2011-09-13 21:29:35 +08:00
|
|
|
const char *class_name = NULL;
|
2003-01-12 21:45:50 +08:00
|
|
|
zend_uint clen;
|
2007-10-11 09:03:19 +08:00
|
|
|
int is_temp;
|
|
|
|
|
2003-01-14 20:13:51 +08:00
|
|
|
if (Z_OBJ_HANDLER_P(expr, get_class_name)) {
|
2003-01-12 21:45:50 +08:00
|
|
|
Z_OBJ_HANDLER_P(expr, get_class_name)(expr, &class_name, &clen, 0 TSRMLS_CC);
|
|
|
|
}
|
2006-06-12 00:28:24 +08:00
|
|
|
if (class_name) {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(class_name);
|
2006-06-12 00:28:24 +08:00
|
|
|
} else {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX("Unknown Class");
|
2006-06-12 00:28:24 +08:00
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(" Object\n");
|
2003-07-01 04:22:35 +08:00
|
|
|
if (class_name) {
|
2011-09-13 21:29:35 +08:00
|
|
|
efree((char*)class_name);
|
2003-01-12 21:45:50 +08:00
|
|
|
}
|
2007-10-11 09:03:19 +08:00
|
|
|
if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) {
|
|
|
|
break;
|
2003-01-12 21:45:50 +08:00
|
|
|
}
|
2007-10-11 09:03:19 +08:00
|
|
|
if (++properties->nApplyCount>1) {
|
2009-02-18 18:55:08 +08:00
|
|
|
ZEND_PUTS_EX(" *RECURSION*");
|
2003-01-12 21:45:50 +08:00
|
|
|
properties->nApplyCount--;
|
2007-10-11 09:03:19 +08:00
|
|
|
return;
|
|
|
|
}
|
2009-02-18 18:55:08 +08:00
|
|
|
print_hash(write_func, properties, indent, 1 TSRMLS_CC);
|
2007-10-11 09:03:19 +08:00
|
|
|
properties->nApplyCount--;
|
|
|
|
if (is_temp) {
|
|
|
|
zend_hash_destroy(properties);
|
|
|
|
efree(properties);
|
2001-07-29 16:22:57 +08:00
|
|
|
}
|
|
|
|
break;
|
2000-11-03 07:17:55 +08:00
|
|
|
}
|
1999-04-08 02:10:10 +08:00
|
|
|
default:
|
2009-02-18 18:55:08 +08:00
|
|
|
zend_print_zval_ex(write_func, expr, indent);
|
1999-04-08 02:10:10 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2008-08-16 03:47:33 +08:00
|
|
|
static FILE *zend_fopen_wrapper(const char *filename, char **opened_path TSRMLS_DC) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
1999-12-01 04:15:04 +08:00
|
|
|
if (opened_path) {
|
2000-09-01 06:24:20 +08:00
|
|
|
*opened_path = estrdup(filename);
|
1999-12-01 04:15:04 +08:00
|
|
|
}
|
2000-06-26 01:05:22 +08:00
|
|
|
return fopen(filename, "rb");
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-01-12 22:37:46 +08:00
|
|
|
#ifdef ZTS
|
2008-03-18 16:36:30 +08:00
|
|
|
static zend_bool asp_tags_default = 0;
|
|
|
|
static zend_bool short_tags_default = 1;
|
|
|
|
static zend_uint compiler_options_default = ZEND_COMPILE_DEFAULT;
|
2007-01-12 22:37:46 +08:00
|
|
|
#else
|
2008-03-18 16:36:30 +08:00
|
|
|
# define asp_tags_default 0
|
|
|
|
# define short_tags_default 1
|
|
|
|
# define compiler_options_default ZEND_COMPILE_DEFAULT
|
2007-01-12 22:37:46 +08:00
|
|
|
#endif
|
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static void zend_set_default_compile_time_values(TSRMLS_D) /* {{{ */
|
2000-06-16 03:18:57 +08:00
|
|
|
{
|
|
|
|
/* default compile-time values */
|
2007-01-12 22:37:46 +08:00
|
|
|
CG(asp_tags) = asp_tags_default;
|
|
|
|
CG(short_tags) = short_tags_default;
|
2008-03-18 16:36:30 +08:00
|
|
|
CG(compiler_options) = compiler_options_default;
|
2000-06-16 03:18:57 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-06-16 03:18:57 +08:00
|
|
|
|
2008-04-17 18:21:38 +08:00
|
|
|
static void zend_init_exception_op(TSRMLS_D) /* {{{ */
|
|
|
|
{
|
|
|
|
memset(EG(exception_op), 0, sizeof(EG(exception_op)));
|
|
|
|
EG(exception_op)[0].opcode = ZEND_HANDLE_EXCEPTION;
|
2010-04-20 18:57:45 +08:00
|
|
|
EG(exception_op)[0].op1_type = IS_UNUSED;
|
|
|
|
EG(exception_op)[0].op2_type = IS_UNUSED;
|
|
|
|
EG(exception_op)[0].result_type = IS_UNUSED;
|
2008-04-17 18:21:38 +08:00
|
|
|
ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op));
|
|
|
|
EG(exception_op)[1].opcode = ZEND_HANDLE_EXCEPTION;
|
2010-04-20 18:57:45 +08:00
|
|
|
EG(exception_op)[1].op1_type = IS_UNUSED;
|
|
|
|
EG(exception_op)[1].op2_type = IS_UNUSED;
|
|
|
|
EG(exception_op)[1].result_type = IS_UNUSED;
|
2008-04-17 18:21:38 +08:00
|
|
|
ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+1);
|
|
|
|
EG(exception_op)[2].opcode = ZEND_HANDLE_EXCEPTION;
|
2010-04-20 18:57:45 +08:00
|
|
|
EG(exception_op)[2].op1_type = IS_UNUSED;
|
|
|
|
EG(exception_op)[2].op2_type = IS_UNUSED;
|
|
|
|
EG(exception_op)[2].result_type = IS_UNUSED;
|
2008-04-17 18:21:38 +08:00
|
|
|
ZEND_VM_SET_OPCODE_HANDLER(EG(exception_op)+2);
|
|
|
|
}
|
|
|
|
/* }}} */
|
|
|
|
|
1999-04-21 11:49:09 +08:00
|
|
|
#ifdef ZTS
|
2007-11-03 03:40:39 +08:00
|
|
|
static void compiler_globals_ctor(zend_compiler_globals *compiler_globals TSRMLS_DC) /* {{{ */
|
1999-04-21 11:49:09 +08:00
|
|
|
{
|
1999-04-26 22:10:42 +08:00
|
|
|
zend_function tmp_func;
|
2004-07-13 00:38:45 +08:00
|
|
|
zend_class_entry *tmp_class;
|
1999-04-26 22:10:42 +08:00
|
|
|
|
2000-07-13 00:37:46 +08:00
|
|
|
compiler_globals->compiled_filename = NULL;
|
|
|
|
|
2003-06-02 20:13:11 +08:00
|
|
|
compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable));
|
2007-11-03 03:40:39 +08:00
|
|
|
zend_hash_init_ex(compiler_globals->function_table, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0);
|
|
|
|
zend_hash_copy(compiler_globals->function_table, global_function_table, NULL, &tmp_func, sizeof(zend_function));
|
1999-04-21 11:49:09 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
zend_hash_init_ex(compiler_globals->class_table, 10, NULL, ZEND_CLASS_DTOR, 1, 0);
|
|
|
|
zend_hash_copy(compiler_globals->class_table, global_class_table, (copy_ctor_func_t) zend_class_add_ref, &tmp_class, sizeof(zend_class_entry *));
|
1999-12-27 19:22:57 +08:00
|
|
|
|
2001-07-28 18:51:54 +08:00
|
|
|
zend_set_default_compile_time_values(TSRMLS_C);
|
2001-07-15 22:08:58 +08:00
|
|
|
|
|
|
|
CG(interactive) = 0;
|
2001-08-09 01:18:16 +08:00
|
|
|
|
|
|
|
compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
zend_hash_init_ex(compiler_globals->auto_globals, 8, NULL, NULL, 1, 0);
|
2003-03-02 18:04:53 +08:00
|
|
|
zend_hash_copy(compiler_globals->auto_globals, global_auto_globals_table, NULL, NULL, sizeof(zend_auto_global) /* empty element */);
|
2005-12-01 19:48:17 +08:00
|
|
|
|
|
|
|
compiler_globals->last_static_member = zend_hash_num_elements(compiler_globals->class_table);
|
|
|
|
if (compiler_globals->last_static_member) {
|
2010-05-25 01:07:52 +08:00
|
|
|
compiler_globals->static_members_table = calloc(compiler_globals->last_static_member, sizeof(zval**));
|
2005-12-01 19:48:17 +08:00
|
|
|
} else {
|
2010-05-25 01:07:52 +08:00
|
|
|
compiler_globals->static_members_table = NULL;
|
2005-12-01 19:48:17 +08:00
|
|
|
}
|
2010-12-28 04:25:34 +08:00
|
|
|
compiler_globals->script_encoding_list = NULL;
|
1999-04-21 11:49:09 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-21 11:49:09 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static void compiler_globals_dtor(zend_compiler_globals *compiler_globals TSRMLS_DC) /* {{{ */
|
1999-04-21 11:49:09 +08:00
|
|
|
{
|
2001-12-13 04:45:38 +08:00
|
|
|
if (compiler_globals->function_table != GLOBAL_FUNCTION_TABLE) {
|
1999-05-11 04:46:42 +08:00
|
|
|
zend_hash_destroy(compiler_globals->function_table);
|
2003-12-12 18:50:23 +08:00
|
|
|
free(compiler_globals->function_table);
|
1999-05-11 04:46:42 +08:00
|
|
|
}
|
2001-12-13 04:45:38 +08:00
|
|
|
if (compiler_globals->class_table != GLOBAL_CLASS_TABLE) {
|
1999-05-11 04:46:42 +08:00
|
|
|
zend_hash_destroy(compiler_globals->class_table);
|
2003-12-12 18:50:23 +08:00
|
|
|
free(compiler_globals->class_table);
|
1999-05-11 04:46:42 +08:00
|
|
|
}
|
2003-12-12 18:50:23 +08:00
|
|
|
if (compiler_globals->auto_globals != GLOBAL_AUTO_GLOBALS_TABLE) {
|
2001-08-09 01:18:16 +08:00
|
|
|
zend_hash_destroy(compiler_globals->auto_globals);
|
|
|
|
free(compiler_globals->auto_globals);
|
|
|
|
}
|
2010-05-25 01:07:52 +08:00
|
|
|
if (compiler_globals->static_members_table) {
|
|
|
|
free(compiler_globals->static_members_table);
|
2005-12-01 19:48:17 +08:00
|
|
|
}
|
2010-12-20 00:36:37 +08:00
|
|
|
if (compiler_globals->script_encoding_list) {
|
|
|
|
pefree(compiler_globals->script_encoding_list, 1);
|
|
|
|
}
|
2005-12-01 19:48:17 +08:00
|
|
|
compiler_globals->last_static_member = 0;
|
1999-04-21 11:49:09 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-22 01:26:37 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static void executor_globals_ctor(zend_executor_globals *executor_globals TSRMLS_DC) /* {{{ */
|
1999-04-22 01:26:37 +08:00
|
|
|
{
|
2002-09-19 06:16:22 +08:00
|
|
|
zend_startup_constants(TSRMLS_C);
|
|
|
|
zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE);
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_init_rsrc_plist(TSRMLS_C);
|
2008-04-17 18:21:38 +08:00
|
|
|
zend_init_exception_op(TSRMLS_C);
|
2007-11-03 03:40:39 +08:00
|
|
|
EG(lambda_count) = 0;
|
2001-01-07 10:47:32 +08:00
|
|
|
EG(user_error_handler) = NULL;
|
2002-08-16 08:41:37 +08:00
|
|
|
EG(user_exception_handler) = NULL;
|
2001-07-15 20:24:10 +08:00
|
|
|
EG(in_execution) = 0;
|
2004-03-24 22:30:59 +08:00
|
|
|
EG(in_autoload) = NULL;
|
2002-11-02 17:05:18 +08:00
|
|
|
EG(current_execute_data) = NULL;
|
2004-03-31 02:36:53 +08:00
|
|
|
EG(current_module) = NULL;
|
2006-07-13 02:10:56 +08:00
|
|
|
EG(exit_status) = 0;
|
2010-09-22 08:11:34 +08:00
|
|
|
#if XPFPA_HAVE_CW
|
|
|
|
EG(saved_fpu_cw) = 0;
|
|
|
|
#endif
|
2010-07-10 21:56:33 +08:00
|
|
|
EG(saved_fpu_cw_ptr) = NULL;
|
2006-09-11 22:30:08 +08:00
|
|
|
EG(active) = 0;
|
1999-04-22 01:26:37 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-22 01:26:37 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static void executor_globals_dtor(zend_executor_globals *executor_globals TSRMLS_DC) /* {{{ */
|
1999-04-22 01:26:37 +08:00
|
|
|
{
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_ini_shutdown(TSRMLS_C);
|
2005-09-12 17:06:15 +08:00
|
|
|
if (&executor_globals->persistent_list != global_persistent_list) {
|
|
|
|
zend_destroy_rsrc_list(&executor_globals->persistent_list TSRMLS_CC);
|
|
|
|
}
|
|
|
|
if (executor_globals->zend_constants != GLOBAL_CONSTANTS_TABLE) {
|
|
|
|
zend_hash_destroy(executor_globals->zend_constants);
|
|
|
|
free(executor_globals->zend_constants);
|
|
|
|
}
|
1999-04-22 01:26:37 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-22 01:26:37 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
static void zend_new_thread_end_handler(THREAD_T thread_id TSRMLS_DC) /* {{{ */
|
2001-08-06 21:48:51 +08:00
|
|
|
{
|
2006-11-08 19:04:27 +08:00
|
|
|
if (zend_copy_ini_directives(TSRMLS_C) == SUCCESS) {
|
|
|
|
zend_ini_refresh_caches(ZEND_INI_STAGE_STARTUP TSRMLS_CC);
|
|
|
|
}
|
2001-08-06 21:48:51 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2001-08-03 15:06:05 +08:00
|
|
|
#endif
|
|
|
|
|
2004-07-11 03:29:01 +08:00
|
|
|
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
|
|
/* FreeBSD and DragonFly floating point precision fix */
|
2000-06-12 01:45:19 +08:00
|
|
|
#include <floatingpoint.h>
|
|
|
|
#endif
|
1999-04-21 11:49:09 +08:00
|
|
|
|
2008-03-17 05:06:55 +08:00
|
|
|
static void ini_scanner_globals_ctor(zend_ini_scanner_globals *scanner_globals_p TSRMLS_DC) /* {{{ */
|
|
|
|
{
|
|
|
|
memset(scanner_globals_p, 0, sizeof(*scanner_globals_p));
|
|
|
|
}
|
|
|
|
/* }}} */
|
|
|
|
|
|
|
|
static void php_scanner_globals_ctor(zend_php_scanner_globals *scanner_globals_p TSRMLS_DC) /* {{{ */
|
2000-12-27 23:43:15 +08:00
|
|
|
{
|
2008-03-17 05:06:55 +08:00
|
|
|
memset(scanner_globals_p, 0, sizeof(*scanner_globals_p));
|
2000-12-27 23:43:15 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-12-27 23:43:15 +08:00
|
|
|
|
2007-07-21 08:35:15 +08:00
|
|
|
void zend_init_opcodes_handlers(void);
|
2000-12-27 23:43:15 +08:00
|
|
|
|
2011-09-13 21:29:35 +08:00
|
|
|
static zend_bool php_auto_globals_create_globals(const char *name, uint name_len TSRMLS_DC) /* {{{ */
|
2010-07-08 22:05:11 +08:00
|
|
|
{
|
|
|
|
zval *globals;
|
|
|
|
|
|
|
|
ALLOC_ZVAL(globals);
|
|
|
|
Z_SET_REFCOUNT_P(globals, 1);
|
|
|
|
Z_SET_ISREF_P(globals);
|
|
|
|
Z_TYPE_P(globals) = IS_ARRAY;
|
|
|
|
Z_ARRVAL_P(globals) = &EG(symbol_table);
|
|
|
|
zend_hash_update(&EG(symbol_table), name, name_len + 1, &globals, sizeof(zval *), NULL);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
/* }}} */
|
|
|
|
|
2008-12-31 22:05:22 +08:00
|
|
|
int zend_startup(zend_utility_functions *utility_functions, char **extensions TSRMLS_DC) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
1999-04-22 01:26:37 +08:00
|
|
|
#ifdef ZTS
|
1999-04-26 22:10:42 +08:00
|
|
|
zend_compiler_globals *compiler_globals;
|
1999-04-22 01:26:37 +08:00
|
|
|
zend_executor_globals *executor_globals;
|
2001-08-06 21:48:51 +08:00
|
|
|
extern ZEND_API ts_rsrc_id ini_scanner_globals_id;
|
|
|
|
extern ZEND_API ts_rsrc_id language_scanner_globals_id;
|
|
|
|
#else
|
2008-03-17 05:06:55 +08:00
|
|
|
extern zend_ini_scanner_globals ini_scanner_globals;
|
|
|
|
extern zend_php_scanner_globals language_scanner_globals;
|
2001-08-06 21:48:51 +08:00
|
|
|
#endif
|
1999-04-22 01:26:37 +08:00
|
|
|
|
2006-07-18 17:06:33 +08:00
|
|
|
start_memory_manager(TSRMLS_C);
|
1999-04-22 01:26:37 +08:00
|
|
|
|
2013-10-17 16:40:43 +08:00
|
|
|
virtual_cwd_startup(); /* Could use shutdown to free the main cwd but it would just slow it down for CGI */
|
|
|
|
|
2004-07-11 03:29:01 +08:00
|
|
|
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
|
|
|
/* FreeBSD and DragonFly floating point precision fix */
|
2000-12-23 05:11:34 +08:00
|
|
|
fpsetmask(0);
|
2000-06-12 01:45:19 +08:00
|
|
|
#endif
|
2000-09-26 02:10:45 +08:00
|
|
|
|
2006-12-06 17:52:51 +08:00
|
|
|
zend_startup_strtod();
|
2000-09-26 02:10:45 +08:00
|
|
|
zend_startup_extensions_mechanism();
|
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
/* Set up utility functions and values */
|
2000-04-19 23:08:06 +08:00
|
|
|
zend_error_cb = utility_functions->error_function;
|
1999-04-08 02:10:10 +08:00
|
|
|
zend_printf = utility_functions->printf_function;
|
2000-03-26 03:10:07 +08:00
|
|
|
zend_write = (zend_write_func_t) utility_functions->write_function;
|
1999-04-08 02:10:10 +08:00
|
|
|
zend_fopen = utility_functions->fopen_function;
|
|
|
|
if (!zend_fopen) {
|
|
|
|
zend_fopen = zend_fopen_wrapper;
|
|
|
|
}
|
2003-02-18 17:37:54 +08:00
|
|
|
zend_stream_open_function = utility_functions->stream_open_function;
|
2000-03-06 03:50:10 +08:00
|
|
|
zend_message_dispatcher_p = utility_functions->message_handler;
|
2011-06-22 22:23:21 +08:00
|
|
|
#ifndef ZEND_SIGNALS
|
1999-04-08 02:10:10 +08:00
|
|
|
zend_block_interruptions = utility_functions->block_interruptions;
|
|
|
|
zend_unblock_interruptions = utility_functions->unblock_interruptions;
|
2011-06-22 22:23:21 +08:00
|
|
|
#endif
|
2001-01-08 02:39:11 +08:00
|
|
|
zend_get_configuration_directive_p = utility_functions->get_configuration_directive;
|
2000-01-25 03:00:30 +08:00
|
|
|
zend_ticks_function = utility_functions->ticks_function;
|
2002-09-19 23:58:01 +08:00
|
|
|
zend_on_timeout = utility_functions->on_timeout;
|
2003-08-31 17:35:54 +08:00
|
|
|
zend_vspprintf = utility_functions->vspprintf_function;
|
2004-09-06 06:40:35 +08:00
|
|
|
zend_getenv = utility_functions->getenv_function;
|
2008-03-05 21:34:12 +08:00
|
|
|
zend_resolve_path = utility_functions->resolve_path_function;
|
1999-06-20 04:42:15 +08:00
|
|
|
|
2010-04-24 21:32:30 +08:00
|
|
|
#if HAVE_DTRACE
|
|
|
|
/* build with dtrace support */
|
|
|
|
zend_compile_file = dtrace_compile_file;
|
2012-11-30 17:39:23 +08:00
|
|
|
zend_execute_ex = dtrace_execute_ex;
|
2010-04-24 21:32:30 +08:00
|
|
|
zend_execute_internal = dtrace_execute_internal;
|
|
|
|
#else
|
2000-08-10 03:22:35 +08:00
|
|
|
zend_compile_file = compile_file;
|
2012-11-30 17:39:23 +08:00
|
|
|
zend_execute_ex = execute_ex;
|
2003-01-12 00:12:44 +08:00
|
|
|
zend_execute_internal = NULL;
|
2010-04-24 21:32:30 +08:00
|
|
|
#endif /* HAVE_SYS_SDT_H */
|
|
|
|
zend_compile_string = compile_string;
|
2004-04-13 23:19:21 +08:00
|
|
|
zend_throw_exception_hook = NULL;
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2002-10-19 05:19:27 +08:00
|
|
|
zend_init_opcodes_handlers();
|
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
/* set up version */
|
|
|
|
zend_version_info = strdup(ZEND_CORE_VERSION_INFO);
|
2007-11-03 03:40:39 +08:00
|
|
|
zend_version_info_length = sizeof(ZEND_CORE_VERSION_INFO) - 1;
|
|
|
|
|
|
|
|
GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable));
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2000-07-11 22:27:31 +08:00
|
|
|
zend_hash_init_ex(GLOBAL_FUNCTION_TABLE, 100, NULL, ZEND_FUNCTION_DTOR, 1, 0);
|
|
|
|
zend_hash_init_ex(GLOBAL_CLASS_TABLE, 10, NULL, ZEND_CLASS_DTOR, 1, 0);
|
2010-07-08 22:05:11 +08:00
|
|
|
zend_hash_init_ex(GLOBAL_AUTO_GLOBALS_TABLE, 8, NULL, NULL, 1, 0);
|
2007-11-03 03:40:39 +08:00
|
|
|
zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0);
|
2001-10-01 01:29:55 +08:00
|
|
|
|
2000-07-11 22:27:31 +08:00
|
|
|
zend_hash_init_ex(&module_registry, 50, NULL, ZEND_MODULE_DTOR, 1, 0);
|
2000-04-15 21:02:22 +08:00
|
|
|
zend_init_rsrc_list_dtors();
|
1999-04-08 02:10:10 +08:00
|
|
|
|
1999-12-19 14:39:17 +08:00
|
|
|
/* This zval can be used to initialize allocate zval's to an uninit'ed value */
|
2007-10-07 13:22:07 +08:00
|
|
|
Z_UNSET_ISREF(zval_used_for_init);
|
|
|
|
Z_SET_REFCOUNT(zval_used_for_init, 1);
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_TYPE(zval_used_for_init) = IS_NULL;
|
1999-12-19 14:39:17 +08:00
|
|
|
|
1999-04-21 11:49:09 +08:00
|
|
|
#ifdef ZTS
|
2001-07-27 18:10:39 +08:00
|
|
|
ts_allocate_id(&compiler_globals_id, sizeof(zend_compiler_globals), (ts_allocate_ctor) compiler_globals_ctor, (ts_allocate_dtor) compiler_globals_dtor);
|
|
|
|
ts_allocate_id(&executor_globals_id, sizeof(zend_executor_globals), (ts_allocate_ctor) executor_globals_ctor, (ts_allocate_dtor) executor_globals_dtor);
|
2008-03-17 05:06:55 +08:00
|
|
|
ts_allocate_id(&language_scanner_globals_id, sizeof(zend_php_scanner_globals), (ts_allocate_ctor) php_scanner_globals_ctor, NULL);
|
|
|
|
ts_allocate_id(&ini_scanner_globals_id, sizeof(zend_ini_scanner_globals), (ts_allocate_ctor) ini_scanner_globals_ctor, NULL);
|
1999-04-26 22:10:42 +08:00
|
|
|
compiler_globals = ts_resource(compiler_globals_id);
|
1999-04-22 01:26:37 +08:00
|
|
|
executor_globals = ts_resource(executor_globals_id);
|
2002-09-19 06:16:22 +08:00
|
|
|
|
2003-12-12 18:50:23 +08:00
|
|
|
compiler_globals_dtor(compiler_globals TSRMLS_CC);
|
2004-02-12 06:58:03 +08:00
|
|
|
compiler_globals->in_compilation = 0;
|
2003-12-12 18:50:23 +08:00
|
|
|
compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable));
|
|
|
|
|
2001-12-14 00:55:04 +08:00
|
|
|
*compiler_globals->function_table = *GLOBAL_FUNCTION_TABLE;
|
|
|
|
*compiler_globals->class_table = *GLOBAL_CLASS_TABLE;
|
2001-08-09 01:18:16 +08:00
|
|
|
compiler_globals->auto_globals = GLOBAL_AUTO_GLOBALS_TABLE;
|
2002-09-19 06:16:22 +08:00
|
|
|
|
|
|
|
zend_hash_destroy(executor_globals->zend_constants);
|
|
|
|
*executor_globals->zend_constants = *GLOBAL_CONSTANTS_TABLE;
|
1999-07-15 03:49:19 +08:00
|
|
|
#else
|
2008-03-17 05:06:55 +08:00
|
|
|
ini_scanner_globals_ctor(&ini_scanner_globals TSRMLS_CC);
|
|
|
|
php_scanner_globals_ctor(&language_scanner_globals TSRMLS_CC);
|
2001-07-28 18:51:54 +08:00
|
|
|
zend_set_default_compile_time_values(TSRMLS_C);
|
2001-01-07 10:47:32 +08:00
|
|
|
EG(user_error_handler) = NULL;
|
2002-08-16 08:41:37 +08:00
|
|
|
EG(user_exception_handler) = NULL;
|
1999-04-21 11:49:09 +08:00
|
|
|
#endif
|
2008-12-31 04:15:28 +08:00
|
|
|
|
2010-04-20 19:05:54 +08:00
|
|
|
zend_interned_strings_init(TSRMLS_C);
|
2008-12-31 22:05:22 +08:00
|
|
|
zend_startup_builtin_functions(TSRMLS_C);
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_register_standard_constants(TSRMLS_C);
|
2010-07-08 22:05:11 +08:00
|
|
|
zend_register_auto_global("GLOBALS", sizeof("GLOBALS") - 1, 1, php_auto_globals_create_globals TSRMLS_CC);
|
1999-04-21 11:49:09 +08:00
|
|
|
|
1999-05-09 20:24:21 +08:00
|
|
|
#ifndef ZTS
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_init_rsrc_plist(TSRMLS_C);
|
2008-04-17 18:21:38 +08:00
|
|
|
zend_init_exception_op(TSRMLS_C);
|
1999-05-09 20:24:21 +08:00
|
|
|
#endif
|
1999-04-22 01:26:37 +08:00
|
|
|
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_ini_startup(TSRMLS_C);
|
2000-12-27 23:43:15 +08:00
|
|
|
|
|
|
|
#ifdef ZTS
|
|
|
|
tsrm_set_new_thread_end_handler(zend_new_thread_end_handler);
|
|
|
|
#endif
|
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
return SUCCESS;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
void zend_register_standard_ini_entries(TSRMLS_D) /* {{{ */
|
2002-11-20 01:51:30 +08:00
|
|
|
{
|
|
|
|
int module_number = 0;
|
|
|
|
|
|
|
|
REGISTER_INI_ENTRIES();
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2002-11-20 01:51:30 +08:00
|
|
|
|
2002-09-17 20:42:11 +08:00
|
|
|
/* Unlink the global (r/o) copies of the class, function and constant tables,
|
|
|
|
* and use a fresh r/w copy for the startup thread
|
|
|
|
*/
|
2007-11-03 03:40:39 +08:00
|
|
|
void zend_post_startup(TSRMLS_D) /* {{{ */
|
2002-09-17 20:42:11 +08:00
|
|
|
{
|
2007-11-03 03:40:39 +08:00
|
|
|
#ifdef ZTS
|
2012-05-03 22:39:53 +08:00
|
|
|
zend_encoding **script_encoding_list;
|
|
|
|
|
2002-09-17 20:42:11 +08:00
|
|
|
zend_compiler_globals *compiler_globals = ts_resource(compiler_globals_id);
|
2002-09-19 06:16:22 +08:00
|
|
|
zend_executor_globals *executor_globals = ts_resource(executor_globals_id);
|
2002-09-17 20:42:11 +08:00
|
|
|
|
2002-09-19 06:16:22 +08:00
|
|
|
*GLOBAL_FUNCTION_TABLE = *compiler_globals->function_table;
|
|
|
|
*GLOBAL_CLASS_TABLE = *compiler_globals->class_table;
|
|
|
|
*GLOBAL_CONSTANTS_TABLE = *executor_globals->zend_constants;
|
2007-01-12 22:37:46 +08:00
|
|
|
|
|
|
|
asp_tags_default = CG(asp_tags);
|
|
|
|
short_tags_default = CG(short_tags);
|
2008-03-18 16:36:30 +08:00
|
|
|
compiler_options_default = CG(compiler_options);
|
2007-10-11 09:03:19 +08:00
|
|
|
|
2003-01-09 17:22:44 +08:00
|
|
|
zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
|
2003-12-12 18:50:23 +08:00
|
|
|
free(compiler_globals->function_table);
|
|
|
|
free(compiler_globals->class_table);
|
2012-05-03 22:39:53 +08:00
|
|
|
if ((script_encoding_list = (zend_encoding **)compiler_globals->script_encoding_list)) {
|
|
|
|
compiler_globals_ctor(compiler_globals, tsrm_ls);
|
|
|
|
compiler_globals->script_encoding_list = (const zend_encoding **)script_encoding_list;
|
|
|
|
} else {
|
|
|
|
compiler_globals_ctor(compiler_globals, tsrm_ls);
|
|
|
|
}
|
2003-12-12 18:50:23 +08:00
|
|
|
free(EG(zend_constants));
|
2013-10-17 16:40:43 +08:00
|
|
|
|
|
|
|
virtual_cwd_deactivate(TSRMLS_C);
|
|
|
|
|
2002-09-19 06:16:22 +08:00
|
|
|
executor_globals_ctor(executor_globals, tsrm_ls);
|
2005-09-12 17:06:15 +08:00
|
|
|
global_persistent_list = &EG(persistent_list);
|
2006-11-08 19:04:27 +08:00
|
|
|
zend_copy_ini_directives(TSRMLS_C);
|
2013-10-17 16:40:43 +08:00
|
|
|
#else
|
|
|
|
virtual_cwd_deactivate(TSRMLS_C);
|
2002-09-17 20:42:11 +08:00
|
|
|
#endif
|
2007-11-03 03:40:39 +08:00
|
|
|
}
|
|
|
|
/* }}} */
|
2002-09-17 20:42:11 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
void zend_shutdown(TSRMLS_D) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
2011-06-22 22:23:21 +08:00
|
|
|
#ifdef ZEND_SIGNALS
|
|
|
|
zend_signal_shutdown(TSRMLS_C);
|
|
|
|
#endif
|
2000-06-16 22:27:28 +08:00
|
|
|
#ifdef ZEND_WIN32
|
|
|
|
zend_shutdown_timeout_thread();
|
1999-05-09 20:24:21 +08:00
|
|
|
#endif
|
2005-11-07 20:24:55 +08:00
|
|
|
zend_destroy_rsrc_list(&EG(persistent_list) TSRMLS_CC);
|
2010-07-06 19:40:17 +08:00
|
|
|
zend_destroy_modules();
|
2001-12-24 02:39:52 +08:00
|
|
|
|
2013-10-17 16:40:43 +08:00
|
|
|
virtual_cwd_deactivate(TSRMLS_C);
|
|
|
|
virtual_cwd_shutdown();
|
|
|
|
|
1999-04-21 11:49:09 +08:00
|
|
|
zend_hash_destroy(GLOBAL_FUNCTION_TABLE);
|
2001-12-26 19:18:00 +08:00
|
|
|
zend_hash_destroy(GLOBAL_CLASS_TABLE);
|
2001-12-24 02:39:52 +08:00
|
|
|
|
2001-08-09 01:18:16 +08:00
|
|
|
zend_hash_destroy(GLOBAL_AUTO_GLOBALS_TABLE);
|
|
|
|
free(GLOBAL_AUTO_GLOBALS_TABLE);
|
2005-01-10 00:18:39 +08:00
|
|
|
|
2001-07-31 12:53:54 +08:00
|
|
|
zend_shutdown_extensions(TSRMLS_C);
|
1999-04-08 02:10:10 +08:00
|
|
|
free(zend_version_info);
|
2003-04-19 02:40:53 +08:00
|
|
|
|
2003-12-12 19:14:44 +08:00
|
|
|
free(GLOBAL_FUNCTION_TABLE);
|
|
|
|
free(GLOBAL_CLASS_TABLE);
|
2005-09-12 17:06:15 +08:00
|
|
|
|
2003-04-19 02:40:53 +08:00
|
|
|
zend_hash_destroy(GLOBAL_CONSTANTS_TABLE);
|
2003-12-12 16:25:58 +08:00
|
|
|
free(GLOBAL_CONSTANTS_TABLE);
|
2006-12-06 17:52:51 +08:00
|
|
|
zend_shutdown_strtod();
|
2007-11-03 03:40:39 +08:00
|
|
|
|
2005-09-12 17:06:15 +08:00
|
|
|
#ifdef ZTS
|
2003-12-12 18:50:23 +08:00
|
|
|
GLOBAL_FUNCTION_TABLE = NULL;
|
|
|
|
GLOBAL_CLASS_TABLE = NULL;
|
|
|
|
GLOBAL_AUTO_GLOBALS_TABLE = NULL;
|
2005-09-12 17:06:15 +08:00
|
|
|
GLOBAL_CONSTANTS_TABLE = NULL;
|
2003-04-19 17:04:15 +08:00
|
|
|
#endif
|
2004-03-15 04:11:13 +08:00
|
|
|
zend_destroy_rsrc_list_dtors();
|
2010-04-20 19:05:54 +08:00
|
|
|
|
|
|
|
zend_interned_strings_dtor(TSRMLS_C);
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
void zend_set_utility_values(zend_utility_values *utility_values) /* {{{ */
|
1999-04-10 19:21:55 +08:00
|
|
|
{
|
|
|
|
zend_uv = *utility_values;
|
1999-12-04 21:26:57 +08:00
|
|
|
zend_uv.import_use_extension_length = strlen(zend_uv.import_use_extension);
|
1999-04-10 19:21:55 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-10 19:21:55 +08:00
|
|
|
|
1999-04-08 02:10:10 +08:00
|
|
|
/* this should be compatible with the standard zenderror */
|
2008-08-13 01:20:25 +08:00
|
|
|
void zenderror(const char *error) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
2003-09-22 12:21:44 +08:00
|
|
|
zend_error(E_PARSE, "%s", error);
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
1999-05-15 23:47:24 +08:00
|
|
|
BEGIN_EXTERN_C()
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API void _zend_bailout(char *filename, uint lineno) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
2001-07-27 18:10:39 +08:00
|
|
|
TSRMLS_FETCH();
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2006-05-19 14:09:15 +08:00
|
|
|
if (!EG(bailout)) {
|
2001-07-22 00:21:22 +08:00
|
|
|
zend_output_debug_string(1, "%s(%d) : Bailed out without a bailout address!", filename, lineno);
|
2001-07-21 22:25:27 +08:00
|
|
|
exit(-1);
|
|
|
|
}
|
1999-05-12 05:39:48 +08:00
|
|
|
CG(unclean_shutdown) = 1;
|
2011-06-08 06:58:38 +08:00
|
|
|
CG(active_class_entry) = NULL;
|
2001-06-14 01:18:11 +08:00
|
|
|
CG(in_compilation) = EG(in_execution) = 0;
|
2002-08-28 22:43:32 +08:00
|
|
|
EG(current_execute_data) = NULL;
|
2008-03-19 05:14:28 +08:00
|
|
|
LONGJMP(*EG(bailout), FAILURE);
|
1999-04-08 02:10:10 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-05-15 23:47:24 +08:00
|
|
|
END_EXTERN_C()
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2008-08-13 01:20:25 +08:00
|
|
|
void zend_append_version_info(const zend_extension *extension) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
|
|
|
char *new_info;
|
|
|
|
uint new_info_length;
|
|
|
|
|
2011-08-08 11:08:59 +08:00
|
|
|
new_info_length = sizeof(" with v, , by \n")
|
1999-04-08 02:10:10 +08:00
|
|
|
+ strlen(extension->name)
|
|
|
|
+ strlen(extension->version)
|
|
|
|
+ strlen(extension->copyright)
|
|
|
|
+ strlen(extension->author);
|
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
new_info = (char *) malloc(new_info_length + 1);
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2011-08-08 11:08:59 +08:00
|
|
|
snprintf(new_info, new_info_length, " with %s v%s, %s, by %s\n", extension->name, extension->version, extension->copyright, extension->author);
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
zend_version_info = (char *) realloc(zend_version_info, zend_version_info_length+new_info_length + 1);
|
2011-08-08 11:08:59 +08:00
|
|
|
strncat(zend_version_info, new_info, new_info_length);
|
1999-04-08 02:10:10 +08:00
|
|
|
zend_version_info_length += new_info_length;
|
|
|
|
free(new_info);
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-04-08 02:10:10 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API char *get_zend_version(void) /* {{{ */
|
1999-04-08 02:10:10 +08:00
|
|
|
{
|
|
|
|
return zend_version_info;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-06-06 04:00:00 +08:00
|
|
|
|
2013-11-18 06:39:31 +08:00
|
|
|
ZEND_API void zend_activate(TSRMLS_D) /* {{{ */
|
1999-06-06 04:00:00 +08:00
|
|
|
{
|
2013-11-02 20:32:31 +08:00
|
|
|
#ifdef ZTS
|
2013-11-01 08:20:57 +08:00
|
|
|
virtual_cwd_activate(TSRMLS_C);
|
2013-11-02 20:32:31 +08:00
|
|
|
#endif
|
2008-01-22 17:27:48 +08:00
|
|
|
gc_reset(TSRMLS_C);
|
2001-07-28 18:51:54 +08:00
|
|
|
init_compiler(TSRMLS_C);
|
|
|
|
init_executor(TSRMLS_C);
|
|
|
|
startup_scanner(TSRMLS_C);
|
1999-06-06 04:00:00 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
1999-06-06 04:00:00 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
void zend_call_destructors(TSRMLS_D) /* {{{ */
|
2004-07-25 15:14:49 +08:00
|
|
|
{
|
|
|
|
zend_try {
|
|
|
|
shutdown_destructors(TSRMLS_C);
|
|
|
|
} zend_end_try();
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2004-07-25 15:14:49 +08:00
|
|
|
|
2013-11-18 06:39:31 +08:00
|
|
|
ZEND_API void zend_deactivate(TSRMLS_D) /* {{{ */
|
1999-06-06 04:00:00 +08:00
|
|
|
{
|
2000-07-12 20:00:17 +08:00
|
|
|
/* we're no longer executing anything */
|
2003-01-12 20:39:06 +08:00
|
|
|
EG(opline_ptr) = NULL;
|
2000-07-12 20:00:17 +08:00
|
|
|
EG(active_symbol_table) = NULL;
|
2000-04-24 20:47:07 +08:00
|
|
|
|
2001-07-21 22:25:27 +08:00
|
|
|
zend_try {
|
2001-07-28 18:51:54 +08:00
|
|
|
shutdown_scanner(TSRMLS_C);
|
2001-07-21 22:25:27 +08:00
|
|
|
} zend_end_try();
|
|
|
|
|
2001-07-20 22:20:34 +08:00
|
|
|
/* shutdown_executor() takes care of its own bailout handling */
|
2001-07-27 18:10:39 +08:00
|
|
|
shutdown_executor(TSRMLS_C);
|
2001-07-21 22:25:27 +08:00
|
|
|
|
|
|
|
zend_try {
|
2001-07-28 18:51:54 +08:00
|
|
|
shutdown_compiler(TSRMLS_C);
|
2001-07-21 22:25:27 +08:00
|
|
|
} zend_end_try();
|
|
|
|
|
2005-06-10 00:57:43 +08:00
|
|
|
zend_destroy_rsrc_list(&EG(regular_list) TSRMLS_CC);
|
|
|
|
|
2008-01-22 17:27:48 +08:00
|
|
|
#ifdef ZEND_DEBUG
|
|
|
|
if (GC_G(gc_enabled) && !CG(unclean_shutdown)) {
|
|
|
|
gc_collect_cycles(TSRMLS_C);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2008-01-24 18:42:12 +08:00
|
|
|
#if GC_BENCH
|
2008-01-29 04:34:02 +08:00
|
|
|
fprintf(stderr, "GC Statistics\n");
|
|
|
|
fprintf(stderr, "-------------\n");
|
|
|
|
fprintf(stderr, "Runs: %d\n", GC_G(gc_runs));
|
|
|
|
fprintf(stderr, "Collected: %d\n", GC_G(collected));
|
|
|
|
fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length));
|
|
|
|
fprintf(stderr, "Root buffer peak: %d\n\n", GC_G(root_buf_peak));
|
|
|
|
fprintf(stderr, " Possible Remove from Marked\n");
|
|
|
|
fprintf(stderr, " Root Buffered buffer grey\n");
|
|
|
|
fprintf(stderr, " -------- -------- ----------- ------\n");
|
|
|
|
fprintf(stderr, "ZVAL %8d %8d %9d %8d\n", GC_G(zval_possible_root), GC_G(zval_buffered), GC_G(zval_remove_from_buffer), GC_G(zval_marked_grey));
|
|
|
|
fprintf(stderr, "ZOBJ %8d %8d %9d %8d\n", GC_G(zobj_possible_root), GC_G(zobj_buffered), GC_G(zobj_remove_from_buffer), GC_G(zobj_marked_grey));
|
2008-01-24 18:42:12 +08:00
|
|
|
#endif
|
|
|
|
|
2001-07-21 22:25:27 +08:00
|
|
|
zend_try {
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_ini_deactivate(TSRMLS_C);
|
2001-07-21 22:25:27 +08:00
|
|
|
} zend_end_try();
|
1999-06-06 04:00:00 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-03-06 03:50:10 +08:00
|
|
|
|
2000-03-06 18:46:40 +08:00
|
|
|
BEGIN_EXTERN_C()
|
2011-09-13 21:29:35 +08:00
|
|
|
ZEND_API void zend_message_dispatcher(long message, const void *data TSRMLS_DC) /* {{{ */
|
2000-03-06 03:50:10 +08:00
|
|
|
{
|
|
|
|
if (zend_message_dispatcher_p) {
|
2008-08-16 03:47:33 +08:00
|
|
|
zend_message_dispatcher_p(message, data TSRMLS_CC);
|
2000-03-06 03:50:10 +08:00
|
|
|
}
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-03-06 18:46:40 +08:00
|
|
|
END_EXTERN_C()
|
2000-03-06 03:50:10 +08:00
|
|
|
|
2008-08-13 01:20:25 +08:00
|
|
|
ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents) /* {{{ */
|
2000-03-06 03:50:10 +08:00
|
|
|
{
|
2001-01-08 02:39:11 +08:00
|
|
|
if (zend_get_configuration_directive_p) {
|
|
|
|
return zend_get_configuration_directive_p(name, name_length, contents);
|
2000-03-06 03:50:10 +08:00
|
|
|
} else {
|
|
|
|
return FAILURE;
|
|
|
|
}
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2011-08-02 15:38:23 +08:00
|
|
|
#define SAVE_STACK(stack) do { \
|
|
|
|
if (CG(stack).top) { \
|
|
|
|
memcpy(&stack, &CG(stack), sizeof(zend_stack)); \
|
|
|
|
CG(stack).top = CG(stack).max = 0; \
|
|
|
|
CG(stack).elements = NULL; \
|
|
|
|
} else { \
|
|
|
|
stack.top = 0; \
|
|
|
|
} \
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#define RESTORE_STACK(stack) do { \
|
|
|
|
if (stack.top) { \
|
|
|
|
zend_stack_destroy(&CG(stack)); \
|
|
|
|
memcpy(&CG(stack), &stack, sizeof(zend_stack)); \
|
|
|
|
} \
|
|
|
|
} while (0)
|
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API void zend_error(int type, const char *format, ...) /* {{{ */
|
2000-04-19 23:08:06 +08:00
|
|
|
{
|
|
|
|
va_list args;
|
2004-12-06 23:50:27 +08:00
|
|
|
va_list usr_copy;
|
2000-06-18 00:50:38 +08:00
|
|
|
zval ***params;
|
|
|
|
zval *retval;
|
2000-06-29 23:07:59 +08:00
|
|
|
zval *z_error_type, *z_error_message, *z_error_filename, *z_error_lineno, *z_context;
|
2011-09-13 21:29:35 +08:00
|
|
|
const char *error_filename;
|
2000-04-28 03:38:11 +08:00
|
|
|
uint error_lineno;
|
2000-06-29 06:08:47 +08:00
|
|
|
zval *orig_user_error_handler;
|
2007-01-12 00:47:32 +08:00
|
|
|
zend_bool in_compilation;
|
|
|
|
zend_class_entry *saved_class_entry;
|
2011-08-02 15:38:23 +08:00
|
|
|
zend_stack bp_stack;
|
|
|
|
zend_stack function_call_stack;
|
|
|
|
zend_stack switch_cond_stack;
|
|
|
|
zend_stack foreach_copy_stack;
|
|
|
|
zend_stack object_stack;
|
|
|
|
zend_stack declare_stack;
|
|
|
|
zend_stack list_stack;
|
|
|
|
zend_stack context_stack;
|
2001-07-27 18:10:39 +08:00
|
|
|
TSRMLS_FETCH();
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2012-09-06 15:26:40 +08:00
|
|
|
/* Report about uncaught exception in case of fatal errors */
|
|
|
|
if (EG(exception)) {
|
|
|
|
switch (type) {
|
|
|
|
case E_CORE_ERROR:
|
|
|
|
case E_ERROR:
|
|
|
|
case E_RECOVERABLE_ERROR:
|
|
|
|
case E_PARSE:
|
|
|
|
case E_COMPILE_ERROR:
|
|
|
|
case E_USER_ERROR:
|
|
|
|
if (zend_is_executing(TSRMLS_C)) {
|
|
|
|
error_lineno = zend_get_executed_lineno(TSRMLS_C);
|
|
|
|
}
|
|
|
|
zend_exception_error(EG(exception), E_WARNING TSRMLS_CC);
|
|
|
|
EG(exception) = NULL;
|
|
|
|
if (zend_is_executing(TSRMLS_C) && EG(opline_ptr)) {
|
|
|
|
active_opline->lineno = error_lineno;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-04-28 03:38:11 +08:00
|
|
|
/* Obtain relevant filename and lineno */
|
|
|
|
switch (type) {
|
|
|
|
case E_CORE_ERROR:
|
|
|
|
case E_CORE_WARNING:
|
|
|
|
error_filename = NULL;
|
|
|
|
error_lineno = 0;
|
|
|
|
break;
|
|
|
|
case E_PARSE:
|
|
|
|
case E_COMPILE_ERROR:
|
|
|
|
case E_COMPILE_WARNING:
|
|
|
|
case E_ERROR:
|
|
|
|
case E_NOTICE:
|
2003-11-18 17:25:04 +08:00
|
|
|
case E_STRICT:
|
2008-02-24 01:06:22 +08:00
|
|
|
case E_DEPRECATED:
|
2000-04-28 03:38:11 +08:00
|
|
|
case E_WARNING:
|
|
|
|
case E_USER_ERROR:
|
|
|
|
case E_USER_WARNING:
|
|
|
|
case E_USER_NOTICE:
|
2008-07-21 17:41:00 +08:00
|
|
|
case E_USER_DEPRECATED:
|
2006-05-10 22:04:18 +08:00
|
|
|
case E_RECOVERABLE_ERROR:
|
2001-07-30 15:43:02 +08:00
|
|
|
if (zend_is_compiling(TSRMLS_C)) {
|
2001-07-28 18:51:54 +08:00
|
|
|
error_filename = zend_get_compiled_filename(TSRMLS_C);
|
|
|
|
error_lineno = zend_get_compiled_lineno(TSRMLS_C);
|
2001-07-30 15:43:02 +08:00
|
|
|
} else if (zend_is_executing(TSRMLS_C)) {
|
2001-07-27 18:10:39 +08:00
|
|
|
error_filename = zend_get_executed_filename(TSRMLS_C);
|
|
|
|
error_lineno = zend_get_executed_lineno(TSRMLS_C);
|
2000-04-28 03:38:11 +08:00
|
|
|
} else {
|
|
|
|
error_filename = NULL;
|
|
|
|
error_lineno = 0;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
error_filename = NULL;
|
|
|
|
error_lineno = 0;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (!error_filename) {
|
|
|
|
error_filename = "Unknown";
|
|
|
|
}
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2010-04-24 21:32:30 +08:00
|
|
|
#ifdef HAVE_DTRACE
|
|
|
|
if(DTRACE_ERROR_ENABLED()) {
|
|
|
|
char *dtrace_error_buffer;
|
2013-08-19 08:20:56 +08:00
|
|
|
va_start(args, format);
|
2010-04-24 21:32:30 +08:00
|
|
|
zend_vspprintf(&dtrace_error_buffer, 0, format, args);
|
2013-08-14 11:42:39 +08:00
|
|
|
DTRACE_ERROR(dtrace_error_buffer, (char *)error_filename, error_lineno);
|
2010-04-24 21:32:30 +08:00
|
|
|
efree(dtrace_error_buffer);
|
2013-08-19 08:20:56 +08:00
|
|
|
va_end(args);
|
2010-04-24 21:32:30 +08:00
|
|
|
}
|
|
|
|
#endif /* HAVE_DTRACE */
|
|
|
|
|
2013-08-19 08:20:56 +08:00
|
|
|
va_start(args, format);
|
|
|
|
|
2000-04-19 23:08:06 +08:00
|
|
|
/* if we don't have a user defined error handler */
|
2004-01-16 00:47:32 +08:00
|
|
|
if (!EG(user_error_handler)
|
2008-03-09 05:54:03 +08:00
|
|
|
|| !(EG(user_error_handler_error_reporting) & type)
|
|
|
|
|| EG(error_handling) != EH_NORMAL) {
|
2000-04-28 03:38:11 +08:00
|
|
|
zend_error_cb(type, error_filename, error_lineno, format, args);
|
|
|
|
} else switch (type) {
|
2000-04-19 23:08:06 +08:00
|
|
|
case E_ERROR:
|
|
|
|
case E_PARSE:
|
|
|
|
case E_CORE_ERROR:
|
|
|
|
case E_CORE_WARNING:
|
|
|
|
case E_COMPILE_ERROR:
|
|
|
|
case E_COMPILE_WARNING:
|
2000-04-28 03:38:11 +08:00
|
|
|
/* The error may not be safe to handle in user-space */
|
|
|
|
zend_error_cb(type, error_filename, error_lineno, format, args);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
/* Handle the error in user space */
|
2000-06-29 23:07:59 +08:00
|
|
|
ALLOC_INIT_ZVAL(z_error_message);
|
|
|
|
ALLOC_INIT_ZVAL(z_error_type);
|
2000-06-29 06:08:47 +08:00
|
|
|
ALLOC_INIT_ZVAL(z_error_filename);
|
|
|
|
ALLOC_INIT_ZVAL(z_error_lineno);
|
2003-10-23 07:42:55 +08:00
|
|
|
ALLOC_INIT_ZVAL(z_context);
|
2003-08-31 18:52:23 +08:00
|
|
|
|
2005-06-28 06:04:41 +08:00
|
|
|
/* va_copy() is __va_copy() in old gcc versions.
|
|
|
|
* According to the autoconf manual, using
|
|
|
|
* memcpy(&dst, &src, sizeof(va_list))
|
|
|
|
* gives maximum portability. */
|
|
|
|
#ifndef va_copy
|
|
|
|
# ifdef __va_copy
|
|
|
|
# define va_copy(dest, src) __va_copy((dest), (src))
|
|
|
|
# else
|
|
|
|
# define va_copy(dest, src) memcpy(&(dest), &(src), sizeof(va_list))
|
|
|
|
# endif
|
2004-12-06 23:50:27 +08:00
|
|
|
#endif
|
2005-06-28 06:04:41 +08:00
|
|
|
va_copy(usr_copy, args);
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_STRLEN_P(z_error_message) = zend_vspprintf(&Z_STRVAL_P(z_error_message), 0, format, usr_copy);
|
2005-06-28 06:04:41 +08:00
|
|
|
#ifdef va_copy
|
2004-12-06 23:50:27 +08:00
|
|
|
va_end(usr_copy);
|
|
|
|
#endif
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_TYPE_P(z_error_message) = IS_STRING;
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_LVAL_P(z_error_type) = type;
|
|
|
|
Z_TYPE_P(z_error_type) = IS_LONG;
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2000-06-29 06:08:47 +08:00
|
|
|
if (error_filename) {
|
2007-11-03 03:40:39 +08:00
|
|
|
ZVAL_STRING(z_error_filename, error_filename, 1);
|
2000-06-29 06:08:47 +08:00
|
|
|
}
|
2003-01-12 20:39:06 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
Z_LVAL_P(z_error_lineno) = error_lineno;
|
|
|
|
Z_TYPE_P(z_error_lineno) = IS_LONG;
|
2000-06-29 06:08:47 +08:00
|
|
|
|
2008-04-29 16:15:20 +08:00
|
|
|
if (!EG(active_symbol_table)) {
|
|
|
|
zend_rebuild_symbol_table(TSRMLS_C);
|
|
|
|
}
|
2009-10-27 21:02:36 +08:00
|
|
|
|
|
|
|
/* during shutdown the symbol table table can be still null */
|
|
|
|
if (!EG(active_symbol_table)) {
|
|
|
|
Z_TYPE_P(z_context) = IS_NULL;
|
|
|
|
} else {
|
|
|
|
Z_ARRVAL_P(z_context) = EG(active_symbol_table);
|
|
|
|
Z_TYPE_P(z_context) = IS_ARRAY;
|
|
|
|
zval_copy_ctor(z_context);
|
|
|
|
}
|
2000-06-29 23:07:59 +08:00
|
|
|
|
|
|
|
params = (zval ***) emalloc(sizeof(zval **)*5);
|
|
|
|
params[0] = &z_error_type;
|
|
|
|
params[1] = &z_error_message;
|
2000-06-29 06:08:47 +08:00
|
|
|
params[2] = &z_error_filename;
|
|
|
|
params[3] = &z_error_lineno;
|
2000-06-29 23:07:59 +08:00
|
|
|
params[4] = &z_context;
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2000-06-29 06:08:47 +08:00
|
|
|
orig_user_error_handler = EG(user_error_handler);
|
|
|
|
EG(user_error_handler) = NULL;
|
2007-10-11 09:03:19 +08:00
|
|
|
|
2007-01-12 00:47:32 +08:00
|
|
|
/* User error handler may include() additinal PHP files.
|
|
|
|
* If an error was generated during comilation PHP will compile
|
2007-10-11 09:03:19 +08:00
|
|
|
* such scripts recursivly, but some CG() variables may be
|
|
|
|
* inconsistent. */
|
2007-01-12 00:47:32 +08:00
|
|
|
|
2013-09-29 23:58:25 +08:00
|
|
|
in_compilation = CG(in_compilation);
|
2007-01-12 00:47:32 +08:00
|
|
|
if (in_compilation) {
|
|
|
|
saved_class_entry = CG(active_class_entry);
|
|
|
|
CG(active_class_entry) = NULL;
|
2011-08-02 15:38:23 +08:00
|
|
|
SAVE_STACK(bp_stack);
|
|
|
|
SAVE_STACK(function_call_stack);
|
|
|
|
SAVE_STACK(switch_cond_stack);
|
|
|
|
SAVE_STACK(foreach_copy_stack);
|
|
|
|
SAVE_STACK(object_stack);
|
|
|
|
SAVE_STACK(declare_stack);
|
|
|
|
SAVE_STACK(list_stack);
|
|
|
|
SAVE_STACK(context_stack);
|
2013-09-29 23:58:25 +08:00
|
|
|
CG(in_compilation) = 0;
|
2007-01-12 00:47:32 +08:00
|
|
|
}
|
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
if (call_user_function_ex(CG(function_table), NULL, orig_user_error_handler, &retval, 5, params, 1, NULL TSRMLS_CC) == SUCCESS) {
|
2002-11-25 04:15:56 +08:00
|
|
|
if (retval) {
|
2004-06-01 19:45:46 +08:00
|
|
|
if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) {
|
2004-05-29 01:28:33 +08:00
|
|
|
zend_error_cb(type, error_filename, error_lineno, format, args);
|
|
|
|
}
|
2002-11-25 04:15:56 +08:00
|
|
|
zval_ptr_dtor(&retval);
|
|
|
|
}
|
2006-03-28 06:07:38 +08:00
|
|
|
} else if (!EG(exception)) {
|
2000-04-28 03:38:11 +08:00
|
|
|
/* The user error handler failed, use built-in error handler */
|
|
|
|
zend_error_cb(type, error_filename, error_lineno, format, args);
|
|
|
|
}
|
2003-12-19 22:08:22 +08:00
|
|
|
|
2007-01-12 00:47:32 +08:00
|
|
|
if (in_compilation) {
|
|
|
|
CG(active_class_entry) = saved_class_entry;
|
2011-08-02 15:38:23 +08:00
|
|
|
RESTORE_STACK(bp_stack);
|
|
|
|
RESTORE_STACK(function_call_stack);
|
|
|
|
RESTORE_STACK(switch_cond_stack);
|
|
|
|
RESTORE_STACK(foreach_copy_stack);
|
|
|
|
RESTORE_STACK(object_stack);
|
|
|
|
RESTORE_STACK(declare_stack);
|
|
|
|
RESTORE_STACK(list_stack);
|
|
|
|
RESTORE_STACK(context_stack);
|
2013-09-29 23:58:25 +08:00
|
|
|
CG(in_compilation) = 1;
|
2007-01-12 00:47:32 +08:00
|
|
|
}
|
|
|
|
|
2005-05-14 07:08:43 +08:00
|
|
|
if (!EG(user_error_handler)) {
|
|
|
|
EG(user_error_handler) = orig_user_error_handler;
|
2007-10-11 09:03:19 +08:00
|
|
|
}
|
2005-05-14 07:08:43 +08:00
|
|
|
else {
|
|
|
|
zval_ptr_dtor(&orig_user_error_handler);
|
|
|
|
}
|
2000-06-29 06:08:47 +08:00
|
|
|
|
2000-04-28 03:38:11 +08:00
|
|
|
efree(params);
|
2000-06-29 23:07:59 +08:00
|
|
|
zval_ptr_dtor(&z_error_message);
|
|
|
|
zval_ptr_dtor(&z_error_type);
|
2000-06-29 06:08:47 +08:00
|
|
|
zval_ptr_dtor(&z_error_filename);
|
|
|
|
zval_ptr_dtor(&z_error_lineno);
|
2005-07-22 15:33:03 +08:00
|
|
|
zval_ptr_dtor(&z_context);
|
2000-04-28 03:38:11 +08:00
|
|
|
break;
|
2000-04-19 23:08:06 +08:00
|
|
|
}
|
2000-04-28 03:38:11 +08:00
|
|
|
|
|
|
|
va_end(args);
|
2001-05-07 03:30:31 +08:00
|
|
|
|
2002-10-08 05:20:23 +08:00
|
|
|
if (type == E_PARSE) {
|
2013-01-02 12:14:44 +08:00
|
|
|
/* eval() errors do not affect exit_status */
|
|
|
|
if (!(EG(current_execute_data) &&
|
|
|
|
EG(current_execute_data)->opline &&
|
|
|
|
EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL &&
|
|
|
|
EG(current_execute_data)->opline->extended_value == ZEND_EVAL)) {
|
|
|
|
EG(exit_status) = 255;
|
|
|
|
}
|
2001-07-28 18:51:54 +08:00
|
|
|
zend_init_compiler_data_structures(TSRMLS_C);
|
2001-05-07 03:30:31 +08:00
|
|
|
}
|
2000-04-19 23:08:06 +08:00
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-04-19 23:08:06 +08:00
|
|
|
|
2009-06-17 00:10:15 +08:00
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3 && !defined(__INTEL_COMPILER) && !defined(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)
|
2005-06-13 19:22:59 +08:00
|
|
|
void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),noreturn));
|
|
|
|
#endif
|
2000-06-03 09:49:49 +08:00
|
|
|
|
2008-08-13 01:20:25 +08:00
|
|
|
ZEND_API void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) /* {{{ */
|
2000-06-03 09:49:49 +08:00
|
|
|
{
|
|
|
|
#if ZEND_DEBUG
|
|
|
|
va_list args;
|
|
|
|
|
|
|
|
va_start(args, format);
|
2000-06-03 15:34:20 +08:00
|
|
|
# ifdef ZEND_WIN32
|
2000-06-03 09:49:49 +08:00
|
|
|
{
|
|
|
|
char output_buf[1024];
|
|
|
|
|
|
|
|
vsnprintf(output_buf, 1024, format, args);
|
|
|
|
OutputDebugString(output_buf);
|
|
|
|
OutputDebugString("\n");
|
|
|
|
if (trigger_break && IsDebuggerPresent()) {
|
|
|
|
DebugBreak();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
# else
|
|
|
|
vfprintf(stderr, format, args);
|
|
|
|
fprintf(stderr, "\n");
|
|
|
|
# endif
|
|
|
|
va_end(args);
|
|
|
|
#endif
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-08-10 03:22:35 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_count, ...) /* {{{ */
|
2000-08-10 03:22:35 +08:00
|
|
|
{
|
|
|
|
va_list files;
|
|
|
|
int i;
|
|
|
|
zend_file_handle *file_handle;
|
2001-05-07 19:08:18 +08:00
|
|
|
zend_op_array *orig_op_array = EG(active_op_array);
|
2006-10-07 00:50:21 +08:00
|
|
|
zval **orig_retval_ptr_ptr = EG(return_value_ptr_ptr);
|
2012-07-26 12:40:47 +08:00
|
|
|
long orig_interactive = CG(interactive);
|
2003-01-12 20:39:06 +08:00
|
|
|
|
2000-08-10 03:22:35 +08:00
|
|
|
va_start(files, file_count);
|
2007-11-03 03:40:39 +08:00
|
|
|
for (i = 0; i < file_count; i++) {
|
2000-08-10 03:22:35 +08:00
|
|
|
file_handle = va_arg(files, zend_file_handle *);
|
|
|
|
if (!file_handle) {
|
|
|
|
continue;
|
|
|
|
}
|
2012-07-26 12:40:47 +08:00
|
|
|
|
|
|
|
if (orig_interactive) {
|
|
|
|
if (file_handle->filename[0] != '-' || file_handle->filename[1]) {
|
|
|
|
CG(interactive) = 0;
|
|
|
|
} else {
|
|
|
|
CG(interactive) = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2006-05-17 21:27:51 +08:00
|
|
|
EG(active_op_array) = zend_compile_file(file_handle, type TSRMLS_CC);
|
2007-11-03 03:40:39 +08:00
|
|
|
if (file_handle->opened_path) {
|
|
|
|
int dummy = 1;
|
|
|
|
zend_hash_add(&EG(included_files), file_handle->opened_path, strlen(file_handle->opened_path) + 1, (void *)&dummy, sizeof(int), NULL);
|
2005-05-05 00:17:33 +08:00
|
|
|
}
|
2001-07-28 18:51:54 +08:00
|
|
|
zend_destroy_file_handle(file_handle TSRMLS_CC);
|
2000-08-10 03:22:35 +08:00
|
|
|
if (EG(active_op_array)) {
|
2008-04-11 17:43:28 +08:00
|
|
|
EG(return_value_ptr_ptr) = retval ? retval : NULL;
|
2001-07-27 18:10:39 +08:00
|
|
|
zend_execute(EG(active_op_array) TSRMLS_CC);
|
2008-08-14 18:24:52 +08:00
|
|
|
zend_exception_restore(TSRMLS_C);
|
2001-12-09 04:58:20 +08:00
|
|
|
if (EG(exception)) {
|
2002-08-16 08:41:37 +08:00
|
|
|
if (EG(user_exception_handler)) {
|
|
|
|
zval *orig_user_exception_handler;
|
2008-08-14 18:24:52 +08:00
|
|
|
zval **params[1], *retval2, *old_exception;
|
2003-06-15 23:07:55 +08:00
|
|
|
old_exception = EG(exception);
|
2009-03-26 18:56:45 +08:00
|
|
|
EG(exception) = NULL;
|
2003-06-15 23:07:55 +08:00
|
|
|
params[0] = &old_exception;
|
2002-08-16 08:41:37 +08:00
|
|
|
orig_user_exception_handler = EG(user_exception_handler);
|
|
|
|
if (call_user_function_ex(CG(function_table), NULL, orig_user_exception_handler, &retval2, 1, params, 1, NULL TSRMLS_CC) == SUCCESS) {
|
2002-11-05 14:10:05 +08:00
|
|
|
if (retval2 != NULL) {
|
|
|
|
zval_ptr_dtor(&retval2);
|
|
|
|
}
|
2008-08-14 18:24:52 +08:00
|
|
|
if (EG(exception)) {
|
|
|
|
zval_ptr_dtor(&EG(exception));
|
|
|
|
EG(exception) = NULL;
|
2007-03-16 00:44:12 +08:00
|
|
|
}
|
2009-03-26 18:56:45 +08:00
|
|
|
zval_ptr_dtor(&old_exception);
|
2008-08-14 18:24:52 +08:00
|
|
|
} else {
|
2009-03-26 18:56:45 +08:00
|
|
|
EG(exception) = old_exception;
|
2009-01-02 21:14:49 +08:00
|
|
|
zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
|
2002-08-16 08:41:37 +08:00
|
|
|
}
|
|
|
|
} else {
|
2009-01-02 21:14:49 +08:00
|
|
|
zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
|
2002-08-16 08:41:37 +08:00
|
|
|
}
|
2001-08-31 21:11:52 +08:00
|
|
|
}
|
2003-03-26 15:44:11 +08:00
|
|
|
destroy_op_array(EG(active_op_array) TSRMLS_CC);
|
2000-08-10 03:22:35 +08:00
|
|
|
efree(EG(active_op_array));
|
|
|
|
} else if (type==ZEND_REQUIRE) {
|
|
|
|
va_end(files);
|
2001-05-07 19:08:18 +08:00
|
|
|
EG(active_op_array) = orig_op_array;
|
2006-10-07 00:50:21 +08:00
|
|
|
EG(return_value_ptr_ptr) = orig_retval_ptr_ptr;
|
2012-07-26 12:40:47 +08:00
|
|
|
CG(interactive) = orig_interactive;
|
2000-08-10 03:22:35 +08:00
|
|
|
return FAILURE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
va_end(files);
|
2001-05-07 19:08:18 +08:00
|
|
|
EG(active_op_array) = orig_op_array;
|
2006-10-07 00:50:21 +08:00
|
|
|
EG(return_value_ptr_ptr) = orig_retval_ptr_ptr;
|
2012-07-26 12:40:47 +08:00
|
|
|
CG(interactive) = orig_interactive;
|
2000-08-10 03:22:35 +08:00
|
|
|
|
|
|
|
return SUCCESS;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-08-10 03:22:35 +08:00
|
|
|
|
2000-09-13 03:47:25 +08:00
|
|
|
#define COMPILED_STRING_DESCRIPTION_FORMAT "%s(%d) : %s"
|
|
|
|
|
2008-08-13 01:20:25 +08:00
|
|
|
ZEND_API char *zend_make_compiled_string_description(const char *name TSRMLS_DC) /* {{{ */
|
2000-09-13 03:47:25 +08:00
|
|
|
{
|
2011-09-13 21:29:35 +08:00
|
|
|
const char *cur_filename;
|
2000-09-13 03:47:25 +08:00
|
|
|
int cur_lineno;
|
|
|
|
char *compiled_string_description;
|
|
|
|
|
2001-07-30 15:43:02 +08:00
|
|
|
if (zend_is_compiling(TSRMLS_C)) {
|
2001-07-28 18:51:54 +08:00
|
|
|
cur_filename = zend_get_compiled_filename(TSRMLS_C);
|
|
|
|
cur_lineno = zend_get_compiled_lineno(TSRMLS_C);
|
2001-07-30 15:43:02 +08:00
|
|
|
} else if (zend_is_executing(TSRMLS_C)) {
|
2001-07-27 18:10:39 +08:00
|
|
|
cur_filename = zend_get_executed_filename(TSRMLS_C);
|
|
|
|
cur_lineno = zend_get_executed_lineno(TSRMLS_C);
|
2000-09-13 03:47:25 +08:00
|
|
|
} else {
|
|
|
|
cur_filename = "Unknown";
|
|
|
|
cur_lineno = 0;
|
|
|
|
}
|
|
|
|
|
2007-02-24 10:17:47 +08:00
|
|
|
zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, cur_lineno, name);
|
2000-09-13 03:47:25 +08:00
|
|
|
return compiled_string_description;
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2000-09-13 03:47:25 +08:00
|
|
|
|
2007-11-03 03:40:39 +08:00
|
|
|
void free_estring(char **str_p) /* {{{ */
|
2001-01-15 18:52:06 +08:00
|
|
|
{
|
|
|
|
efree(*str_p);
|
|
|
|
}
|
2007-11-03 03:40:39 +08:00
|
|
|
/* }}} */
|
2003-02-11 00:11:24 +08:00
|
|
|
|
2002-08-16 18:12:17 +08:00
|
|
|
/*
|
|
|
|
* Local variables:
|
|
|
|
* tab-width: 4
|
|
|
|
* c-basic-offset: 4
|
|
|
|
* indent-tabs-mode: t
|
|
|
|
* End:
|
|
|
|
*/
|