ZEND_STRL         144 Zend/zend_compile.c 	{ZEND_STRL("bool")},
ZEND_STRL         145 Zend/zend_compile.c 	{ZEND_STRL("false")},
ZEND_STRL         146 Zend/zend_compile.c 	{ZEND_STRL("float")},
ZEND_STRL         147 Zend/zend_compile.c 	{ZEND_STRL("int")},
ZEND_STRL         148 Zend/zend_compile.c 	{ZEND_STRL("null")},
ZEND_STRL         149 Zend/zend_compile.c 	{ZEND_STRL("parent")},
ZEND_STRL         150 Zend/zend_compile.c 	{ZEND_STRL("self")},
ZEND_STRL         151 Zend/zend_compile.c 	{ZEND_STRL("static")},
ZEND_STRL         152 Zend/zend_compile.c 	{ZEND_STRL("string")},
ZEND_STRL         153 Zend/zend_compile.c 	{ZEND_STRL("true")},
ZEND_STRL         193 Zend/zend_compile.c 	{ZEND_STRL("int"), IS_LONG},
ZEND_STRL         194 Zend/zend_compile.c 	{ZEND_STRL("float"), IS_DOUBLE},
ZEND_STRL         195 Zend/zend_compile.c 	{ZEND_STRL("string"), IS_STRING},
ZEND_STRL         196 Zend/zend_compile.c 	{ZEND_STRL("bool"), _IS_BOOL},
ZEND_STRL         541 ext/filter/filter.c 				zend_is_auto_global_str(ZEND_STRL("_SERVER"));
ZEND_STRL         547 ext/filter/filter.c 				zend_is_auto_global_str(ZEND_STRL("_ENV"));
ZEND_STRL         316 ext/iconv/iconv.c 	php_output_handler_alias_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_handler_init);
ZEND_STRL         317 ext/iconv/iconv.c 	php_output_handler_conflict_register(ZEND_STRL("ob_iconv_handler"), php_iconv_output_conflict);
ZEND_STRL         387 ext/iconv/iconv.c 		if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_iconv_handler"))
ZEND_STRL         388 ext/iconv/iconv.c 		||	php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))) {
ZEND_STRL         177 ext/mcrypt/mcrypt_filter.c 	if ((tmpzval = zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("mode")))) {
ZEND_STRL         185 ext/mcrypt/mcrypt_filter.c 	if ((tmpzval=zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("algorithms_dir")))) {
ZEND_STRL         193 ext/mcrypt/mcrypt_filter.c 	if ((tmpzval=zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("modes_dir")))) {
ZEND_STRL         201 ext/mcrypt/mcrypt_filter.c 	if ((tmpzval = zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("key"))) &&
ZEND_STRL         221 ext/mcrypt/mcrypt_filter.c 	if (!(tmpzval = zend_hash_str_find(Z_ARRVAL_P(filterparams), ZEND_STRL("iv"))) ||
ZEND_STRL         320 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_RETURN(0 <= mysql_handle_doer(dbh, ZEND_STRL("START TRANSACTION")));
ZEND_STRL         332 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_RETURN(0 <= mysql_handle_doer(dbh, ZEND_STRL("COMMIT")));
ZEND_STRL         345 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_RETURN(0 <= mysql_handle_doer(dbh, ZEND_STRL("ROLLBACK")));
ZEND_STRL         360 ext/pdo_mysql/mysql_driver.c 		PDO_DBG_RETURN(0 <= mysql_handle_doer(dbh, ZEND_STRL("SET AUTOCOMMIT=1")));
ZEND_STRL         362 ext/pdo_mysql/mysql_driver.c 		PDO_DBG_RETURN(0 <= mysql_handle_doer(dbh, ZEND_STRL("SET AUTOCOMMIT=0")));
ZEND_STRL        2082 ext/soap/soap.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
ZEND_STRL        4269 ext/standard/basic_functions.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
ZEND_STRL         460 ext/standard/browscap.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && 
ZEND_STRL        1041 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_REQUEST"));
ZEND_STRL        1042 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_GET"));
ZEND_STRL        1043 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_POST"));
ZEND_STRL        1044 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_FILES"));
ZEND_STRL        1045 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_COOKIE"));
ZEND_STRL        1046 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_SERVER"));
ZEND_STRL        1047 ext/standard/info.c 		php_print_gpcse_array(ZEND_STRL("_ENV"));
ZEND_STRL         995 ext/standard/url_scanner_ex.c 		php_output_start_internal(ZEND_STRL("URL-Rewriter"), php_url_scanner_output_handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
ZEND_STRL        1055 ext/tidy/tidy.c 	php_output_handler_alias_register(ZEND_STRL("ob_tidyhandler"), php_tidy_output_handler_init);
ZEND_STRL        1066 ext/tidy/tidy.c 	php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler"));
ZEND_STRL        1119 ext/tidy/tidy.c 		if (!php_output_handler_started(ZEND_STRL("ob_tidyhandler"))) {
ZEND_STRL        1120 ext/tidy/tidy.c 			php_tidy_clean_output_start(ZEND_STRL("ob_tidyhandler"));
ZEND_STRL          92 ext/zlib/zlib.c 		if (php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME))
ZEND_STRL          93 ext/zlib/zlib.c 		||	php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("ob_gzhandler"))
ZEND_STRL          94 ext/zlib/zlib.c 		||  php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("mb_output_handler"))
ZEND_STRL          95 ext/zlib/zlib.c 		||	php_output_handler_conflict(handler_name, handler_name_len, ZEND_STRL("URL-Rewriter"))) {
ZEND_STRL         109 ext/zlib/zlib.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
ZEND_STRL         227 ext/zlib/zlib.c 			sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0);
ZEND_STRL         248 ext/zlib/zlib.c 						sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1);
ZEND_STRL         251 ext/zlib/zlib.c 						sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1);
ZEND_STRL         257 ext/zlib/zlib.c 				sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0);
ZEND_STRL         324 ext/zlib/zlib.c 					(h = php_zlib_output_handler_init(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME), ZLIBG(output_compression), PHP_OUTPUT_HANDLER_STDFLAGS)) &&
ZEND_STRL         505 ext/zlib/zlib.c 				sapi_add_header_ex(ZEND_STRL("Content-Encoding: gzip"), 1, 1);
ZEND_STRL         508 ext/zlib/zlib.c 				sapi_add_header_ex(ZEND_STRL("Content-Encoding: deflate"), 1, 1);
ZEND_STRL         511 ext/zlib/zlib.c 		sapi_add_header_ex(ZEND_STRL("Vary: Accept-Encoding"), 1, 0);
ZEND_STRL         759 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("dictionary"))) != NULL) {
ZEND_STRL         862 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) {
ZEND_STRL        1032 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("level"))) != NULL) {
ZEND_STRL        1040 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("memory"))) != NULL) {
ZEND_STRL        1048 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("window"))) != NULL) {
ZEND_STRL        1056 ext/zlib/zlib.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("strategy"))) != NULL) {
ZEND_STRL        1397 ext/zlib/zlib.c 		if (!php_output_handler_started(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME))) {
ZEND_STRL        1433 ext/zlib/zlib.c 	php_output_handler_alias_register(ZEND_STRL("ob_gzhandler"), php_zlib_output_handler_init);
ZEND_STRL        1434 ext/zlib/zlib.c 	php_output_handler_conflict_register(ZEND_STRL("ob_gzhandler"), php_zlib_output_conflict_check);
ZEND_STRL        1435 ext/zlib/zlib.c 	php_output_handler_conflict_register(ZEND_STRL(PHP_ZLIB_OUTPUT_HANDLER_NAME), php_zlib_output_conflict_check);
ZEND_STRL         415 main/output.c  	handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_output_handler_default_func, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
ZEND_STRL         430 main/output.c  	handler = php_output_handler_create_internal(ZEND_STRL(php_output_devnull_handler_name), php_output_handler_devnull_func, PHP_OUTPUT_HANDLER_DEFAULT_SIZE, 0);
ZEND_STRL         448 main/output.c  		handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_output_handler_default_func, chunk_size, flags);
ZEND_STRL         486 main/output.c  			handler = php_output_handler_create_internal(ZEND_STRL(php_output_default_handler_name), php_output_handler_default_func, chunk_size, flags);
ZEND_STRL         962 sapi/cli/php_cli.c 		zend_is_auto_global_str(ZEND_STRL("_SERVER"));
ZEND_STRL          67 sapi/fpm/fpm/fpm_status.c 		sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1);
ZEND_STRL          68 sapi/fpm/fpm/fpm_status.c 		sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1);
ZEND_STRL          69 sapi/fpm/fpm/fpm_status.c 		sapi_add_header_ex(ZEND_STRL("Cache-Control: no-cache, no-store, must-revalidate, max-age=0"), 1, 1);
ZEND_STRL          89 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1);
ZEND_STRL          90 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1);
ZEND_STRL          91 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Cache-Control: no-cache, no-store, must-revalidate, max-age=0"), 1, 1);
ZEND_STRL          99 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1);
ZEND_STRL         100 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1);
ZEND_STRL         101 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Cache-Control: no-cache, no-store, must-revalidate, max-age=0"), 1, 1);
ZEND_STRL         112 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1);
ZEND_STRL         113 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1);
ZEND_STRL         114 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Cache-Control: no-cache, no-store, must-revalidate, max-age=0"), 1, 1);
ZEND_STRL         120 sapi/fpm/fpm/fpm_status.c 		sapi_add_header_ex(ZEND_STRL("Expires: Thu, 01 Jan 1970 00:00:00 GMT"), 1, 1);
ZEND_STRL         121 sapi/fpm/fpm/fpm_status.c 		sapi_add_header_ex(ZEND_STRL("Cache-Control: no-cache, no-store, must-revalidate, max-age=0"), 1, 1);
ZEND_STRL         138 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: text/html"), 1, 1);
ZEND_STRL         213 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: text/xml"), 1, 1);
ZEND_STRL         265 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: application/json"), 1, 1);
ZEND_STRL         316 sapi/fpm/fpm/fpm_status.c 			sapi_add_header_ex(ZEND_STRL("Content-Type: text/plain"), 1, 1);
ZEND_STRL         509 sapi/phpdbg/phpdbg.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) {
ZEND_STRL         513 sapi/phpdbg/phpdbg.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) {
ZEND_STRL         519 sapi/phpdbg/phpdbg.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("files")))) {
ZEND_STRL         614 sapi/phpdbg/phpdbg.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("functions")))) {
ZEND_STRL         618 sapi/phpdbg/phpdbg.c 	if (options && (option_buffer = zend_hash_str_find(options, ZEND_STRL("opcodes")))) {
ZEND_STRL         970 sapi/phpdbg/phpdbg.c 	ic.name = zend_string_init(ZEND_STRL("STDIN"), 0);
ZEND_STRL         976 sapi/phpdbg/phpdbg.c 	oc.name = zend_string_init(ZEND_STRL("STDOUT"), 0);
ZEND_STRL         982 sapi/phpdbg/phpdbg.c 	ec.name = zend_string_init(ZEND_STRL("STDERR"), 0);
ZEND_STRL        1828 sapi/phpdbg/phpdbg.c 				quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("No opcodes could be compiled | No file specified or compilation failed?\n"));
ZEND_STRL         938 sapi/phpdbg/phpdbg_bp.c 		return zend_hash_str_find_ptr(&PHPDBG_G(bp)[PHPDBG_BREAK_SYM], ZEND_STRL("main"));
ZEND_STRL          99 sapi/phpdbg/phpdbg_frame.c 	funcname = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("function"));
ZEND_STRL         101 sapi/phpdbg/phpdbg_frame.c 	if ((class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("object")))) {
ZEND_STRL         105 sapi/phpdbg/phpdbg_frame.c 		class = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("class"));
ZEND_STRL         109 sapi/phpdbg/phpdbg_frame.c 		type = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("type"));
ZEND_STRL         112 sapi/phpdbg/phpdbg_frame.c 	args = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("args"));
ZEND_STRL         232 sapi/phpdbg/phpdbg_frame.c 		file = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("file"));
ZEND_STRL         233 sapi/phpdbg/phpdbg_frame.c 		line = zend_hash_str_find(Z_ARRVAL_P(tmp), ZEND_STRL("line"));
ZEND_STRL         152 sapi/phpdbg/phpdbg_io.c 			quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Read operation timed out!\n"));
ZEND_STRL         206 sapi/phpdbg/phpdbg_io.c 				write(sock, ZEND_STRL("\r---Type <return> to continue or q <return> to quit---"));
ZEND_STRL         904 sapi/phpdbg/phpdbg_out.c 			memcpy(tmp, ZEND_STRL("&amp;"));
ZEND_STRL         907 sapi/phpdbg/phpdbg_out.c 			memcpy(tmp, ZEND_STRL("&lt;"));
ZEND_STRL         958 sapi/phpdbg/phpdbg_out.c 		phpdbg_mixed_write(fd, ZEND_STRL("</stream>"));
ZEND_STRL         967 sapi/phpdbg/phpdbg_out.c 					phpdbg_mixed_write(fd, ZEND_STRL("<phpdbg>\n" "</phpdbg>"));
ZEND_STRL         969 sapi/phpdbg/phpdbg_out.c 					phpdbg_mixed_write(fd, ZEND_STRL("\n"));
ZEND_STRL         984 sapi/phpdbg/phpdbg_out.c 					phpdbg_mixed_write(fd, ZEND_STRL("<phpdbg>\n" "</phpdbg>"));
ZEND_STRL         986 sapi/phpdbg/phpdbg_out.c 					phpdbg_mixed_write(fd, ZEND_STRL("\n"));
ZEND_STRL        1222 sapi/phpdbg/phpdbg_out.c 			phpdbg_mixed_write(fd, ZEND_STRL("</stream>"));
ZEND_STRL        1272 sapi/phpdbg/phpdbg_out.c 			phpdbg_mixed_write(fd, ZEND_STRL("</stream>"));
ZEND_STRL        1276 sapi/phpdbg/phpdbg_out.c 		phpdbg_mixed_write(fd, ZEND_STRL("<phpdbg>"));
ZEND_STRL        1278 sapi/phpdbg/phpdbg_out.c 		phpdbg_mixed_write(fd, ZEND_STRL("</phpdbg>"));
ZEND_STRL         643 sapi/phpdbg/phpdbg_prompt.c 	file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1, &rv));
ZEND_STRL         644 sapi/phpdbg/phpdbg_prompt.c 	line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &rv));
ZEND_STRL         650 sapi/phpdbg/phpdbg_prompt.c 		zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp));
ZEND_STRL         652 sapi/phpdbg/phpdbg_prompt.c 		msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1, &rv));
ZEND_STRL        1520 sapi/phpdbg/phpdbg_prompt.c 			file = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("file"), 1, &rv));
ZEND_STRL        1521 sapi/phpdbg/phpdbg_prompt.c 			line = zval_get_long(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("line"), 1, &rv));
ZEND_STRL        1522 sapi/phpdbg/phpdbg_prompt.c 			msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), 1, &rv));
ZEND_STRL          16 sapi/phpdbg/phpdbg_sigsafe.c 	quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Tried to allocate more than " EXP_STR(PHPDBG_SIGSAFE_MEM_SIZE) " bytes from stack memory in signal handler ... bailing out of signal handler\n"));
ZEND_STRL          22 sapi/phpdbg/phpdbg_sigsafe.c 	quiet_write(PHPDBG_G(io)[PHPDBG_STDERR].fd, ZEND_STRL("Bailed out without a bailout address in signal handler!\n"));
ZEND_STRL         142 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("GLOBALS"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
ZEND_STRL         145 sapi/phpdbg/phpdbg_wait.c 			if ((srv = zend_hash_str_find(Z_ARRVAL_P(zvp), ZEND_STRL("_SERVER"))) && Z_TYPE_P(srv) == IS_ARRAY) {
ZEND_STRL         147 sapi/phpdbg/phpdbg_wait.c 				if ((script = zend_hash_str_find(Z_ARRVAL_P(srv), ZEND_STRL("SCRIPT_FILENAME"))) && Z_TYPE_P(script) == IS_STRING) {
ZEND_STRL         173 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("input"))) && Z_TYPE_P(zvp) == IS_STRING) {
ZEND_STRL         182 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("cwd"))) && Z_TYPE_P(zvp) == IS_STRING) {
ZEND_STRL         195 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("sapi_name"))) && (Z_TYPE_P(zvp) == IS_STRING || Z_TYPE_P(zvp) == IS_NULL)) {
ZEND_STRL         206 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("modules"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
ZEND_STRL         242 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("extensions"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
ZEND_STRL         297 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("systemini"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
ZEND_STRL         317 sapi/phpdbg/phpdbg_wait.c 	if ((zvp = zend_hash_str_find(ht, ZEND_STRL("userini"))) && Z_TYPE_P(zvp) == IS_ARRAY) {
ZEND_STRL         684 sapi/phpdbg/phpdbg_watch.c 		zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_data)->This);
ZEND_STRL          40 sapi/phpdbg/phpdbg_webdata_transfer.c 		phpdbg_is_auto_global(ZEND_STRL("GLOBALS"));
ZEND_STRL          42 sapi/phpdbg/phpdbg_webdata_transfer.c 		phpdbg_is_auto_global(ZEND_STRL("_ENV"));
ZEND_STRL          43 sapi/phpdbg/phpdbg_webdata_transfer.c 		phpdbg_is_auto_global(ZEND_STRL("_SERVER"));
ZEND_STRL          44 sapi/phpdbg/phpdbg_webdata_transfer.c 		phpdbg_is_auto_global(ZEND_STRL("_REQUEST"));
ZEND_STRL          48 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_del(Z_ARRVAL(zv[1]), ZEND_STRL("GLOBALS")); /* do not use the reference to itself in json */
ZEND_STRL          49 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("GLOBALS"), &zv[1]);
ZEND_STRL          64 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("input"), &zv[2]);
ZEND_STRL          74 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("sapi_name"), &zv[6]);
ZEND_STRL          90 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("modules"), &zv[7]);
ZEND_STRL         100 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("extensions"), &zv[8]);
ZEND_STRL         116 sapi/phpdbg/phpdbg_webdata_transfer.c 			zend_hash_str_add(ht, ZEND_STRL("cwd"), &zv[5]);
ZEND_STRL         142 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("systemini"), &zv[3]);
ZEND_STRL         159 sapi/phpdbg/phpdbg_webdata_transfer.c 		zend_hash_str_add(ht, ZEND_STRL("userini"), &zv[4]);