ZSTR_VAL           72 Zend/zend.c    		EG(error_reporting) = atoi(ZSTR_VAL(new_value));
ZSTR_VAL           98 Zend/zend.c    	return zend_multibyte_set_script_encoding_by_string(new_value ? ZSTR_VAL(new_value) : NULL, new_value ? ZSTR_LEN(new_value) : 0);
ZSTR_VAL          115 Zend/zend.c    	val = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
ZSTR_VAL          202 Zend/zend.c    				ZEND_WRITE_EX(ZSTR_VAL(string_key), ZSTR_LEN(string_key));
ZSTR_VAL          234 Zend/zend.c    			ZEND_WRITE(ZSTR_VAL(string_key), ZSTR_LEN(string_key));
ZSTR_VAL          267 Zend/zend.c    		write_func(ZSTR_VAL(str), len);
ZSTR_VAL          296 Zend/zend.c    			zend_printf("%s Object (", ZSTR_VAL(class_name));
ZSTR_VAL          351 Zend/zend.c    				ZEND_PUTS_EX(ZSTR_VAL(class_name));
ZSTR_VAL         1107 Zend/zend.c    				error_filename = ZSTR_VAL(zend_get_compiled_filename());
ZSTR_VAL         1455 Zend/zend.c    		cur_filename = ZSTR_VAL(zend_get_compiled_filename());
ZSTR_VAL          204 Zend/zend_API.c 	const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->name) : "";
ZSTR_VAL          209 Zend/zend_API.c 		ZSTR_VAL(active_function->common.function_name),
ZSTR_VAL          277 Zend/zend_API.c 				ZSTR_VAL(ce_base->name), Z_STRVAL_P(arg));
ZSTR_VAL          654 Zend/zend_API.c 						return ZSTR_VAL(ce->name);
ZSTR_VAL          680 Zend/zend_API.c 							ZSTR_VAL(ce_base->name), Z_STRVAL_P(arg));
ZSTR_VAL          798 Zend/zend_API.c 		? ZSTR_VAL(active_function->common.scope->name) : "";
ZSTR_VAL          801 Zend/zend_API.c 		ZSTR_VAL(active_function->common.function_name), msg);
ZSTR_VAL          877 Zend/zend_API.c 			const char *class_name = active_function->common.scope ? ZSTR_VAL(active_function->common.scope->name) : "";
ZSTR_VAL          882 Zend/zend_API.c 					ZSTR_VAL(active_function->common.function_name),
ZSTR_VAL         1012 Zend/zend_API.c 				ZSTR_VAL(Z_OBJCE_P(this_ptr)->name), get_active_function_name(), ZSTR_VAL(ce->name), get_active_function_name());
ZSTR_VAL         1045 Zend/zend_API.c 					ZSTR_VAL(ce->name), get_active_function_name(), ZSTR_VAL(Z_OBJCE_P(this_ptr)->name), get_active_function_name());
ZSTR_VAL         1224 Zend/zend_API.c 			if (ZSTR_VAL(key)[0] == '\0') {
ZSTR_VAL         1281 Zend/zend_API.c 			zend_throw_error(NULL, "Cannot instantiate interface %s", ZSTR_VAL(class_type->name));
ZSTR_VAL         1283 Zend/zend_API.c 			zend_throw_error(NULL, "Cannot instantiate trait %s", ZSTR_VAL(class_type->name));
ZSTR_VAL         1285 Zend/zend_API.c 			zend_throw_error(NULL, "Cannot instantiate abstract class %s", ZSTR_VAL(class_type->name));
ZSTR_VAL         1822 Zend/zend_API.c 				zend_str_tolower_copy(ZSTR_VAL(lcname), dep->name, name_len);
ZSTR_VAL         2010 Zend/zend_API.c 				zend_str_tolower_copy(ZSTR_VAL(lcname), dep->name, name_len);
ZSTR_VAL         2026 Zend/zend_API.c 	zend_str_tolower_copy(ZSTR_VAL(lcname), module->name, name_len);
ZSTR_VAL         2064 Zend/zend_API.c 	zend_str_tolower_copy(lcname, ZSTR_VAL(fptr->common.function_name), MIN(name_len, sizeof(lcname)-1));
ZSTR_VAL         2068 Zend/zend_API.c 		zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DESTRUCTOR_FUNC_NAME);
ZSTR_VAL         2070 Zend/zend_API.c 		zend_error(error_type, "Method %s::%s() cannot accept any arguments", ZSTR_VAL(ce->name), ZEND_CLONE_FUNC_NAME);
ZSTR_VAL         2073 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_GET_FUNC_NAME);
ZSTR_VAL         2075 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_GET_FUNC_NAME);
ZSTR_VAL         2079 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_SET_FUNC_NAME);
ZSTR_VAL         2081 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_SET_FUNC_NAME);
ZSTR_VAL         2085 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_UNSET_FUNC_NAME);
ZSTR_VAL         2087 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_UNSET_FUNC_NAME);
ZSTR_VAL         2091 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 1 argument", ZSTR_VAL(ce->name), ZEND_ISSET_FUNC_NAME);
ZSTR_VAL         2093 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_ISSET_FUNC_NAME);
ZSTR_VAL         2097 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() must take exactly 2 arguments", ZSTR_VAL(ce->name), ZEND_CALL_FUNC_NAME);
ZSTR_VAL         2099 Zend/zend_API.c 			zend_error(error_type, "Method %s::%s() cannot take arguments by reference", ZSTR_VAL(ce->name), ZEND_CALL_FUNC_NAME);
ZSTR_VAL         2105 Zend/zend_API.c 			zend_error(error_type, "Method %s::__callStatic() must take exactly 2 arguments", ZSTR_VAL(ce->name));
ZSTR_VAL         2107 Zend/zend_API.c 			zend_error(error_type, "Method %s::__callStatic() cannot take arguments by reference", ZSTR_VAL(ce->name));
ZSTR_VAL         2112 Zend/zend_API.c 		zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_TOSTRING_FUNC_NAME);
ZSTR_VAL         2115 Zend/zend_API.c 		zend_error(error_type, "Method %s::%s() cannot take arguments", ZSTR_VAL(ce->name), ZEND_DEBUGINFO_FUNC_NAME);
ZSTR_VAL         2150 Zend/zend_API.c 		if ((lc_class_name = zend_memrchr(ZSTR_VAL(scope->name), '\\', class_name_len))) {
ZSTR_VAL         2152 Zend/zend_API.c 			class_name_len -= (lc_class_name - ZSTR_VAL(scope->name));
ZSTR_VAL         2155 Zend/zend_API.c 			lc_class_name = zend_str_tolower_dup(ZSTR_VAL(scope->name), class_name_len);
ZSTR_VAL         2168 Zend/zend_API.c 					zend_error(error_type, "Invalid access level for %s%s%s() - access must be exactly one of public, protected or private", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
ZSTR_VAL         2224 Zend/zend_API.c 				zend_error(error_type, "Static function %s%s%s() cannot be abstract", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
ZSTR_VAL         2229 Zend/zend_API.c 				zend_error(error_type, "Interface %s cannot contain non abstract method %s()", ZSTR_VAL(scope->name), ptr->fname);
ZSTR_VAL         2236 Zend/zend_API.c 				zend_error(error_type, "Method %s%s%s() cannot be a NULL function", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
ZSTR_VAL         2242 Zend/zend_API.c 		zend_str_tolower_copy(ZSTR_VAL(lowercase_name), ptr->fname, fname_len);
ZSTR_VAL         2270 Zend/zend_API.c 			if ((fname_len == class_name_len) && !ctor && !memcmp(ZSTR_VAL(lowercase_name), lc_class_name, class_name_len+1)) {
ZSTR_VAL         2277 Zend/zend_API.c 					zend_error(error_type, "Destructor %s::%s() cannot take arguments", ZSTR_VAL(scope->name), ptr->fname);
ZSTR_VAL         2319 Zend/zend_API.c 			zend_str_tolower_copy(ZSTR_VAL(lowercase_name), ptr->fname, fname_len);
ZSTR_VAL         2321 Zend/zend_API.c 				zend_error(error_type, "Function registration failed - duplicate name - %s%s%s", scope ? ZSTR_VAL(scope->name) : "", scope ? "::" : "", ptr->fname);
ZSTR_VAL         2344 Zend/zend_API.c 				zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(ctor->common.function_name));
ZSTR_VAL         2351 Zend/zend_API.c 				zend_error(error_type, "Destructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(dtor->common.function_name));
ZSTR_VAL         2358 Zend/zend_API.c 				zend_error(error_type, "Constructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(clone->common.function_name));
ZSTR_VAL         2364 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call->common.function_name));
ZSTR_VAL         2370 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() must be static", ZSTR_VAL(scope->name), ZSTR_VAL(__callstatic->common.function_name));
ZSTR_VAL         2376 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__tostring->common.function_name));
ZSTR_VAL         2382 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__get->common.function_name));
ZSTR_VAL         2388 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__set->common.function_name));
ZSTR_VAL         2394 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__unset->common.function_name));
ZSTR_VAL         2400 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__isset->common.function_name));
ZSTR_VAL         2406 Zend/zend_API.c 				zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__debugInfo->common.function_name));
ZSTR_VAL         2411 Zend/zend_API.c 			zend_error_noreturn(E_CORE_ERROR, "Constructor %s::%s() cannot declare a return type", ZSTR_VAL(scope->name), ZSTR_VAL(ctor->common.function_name));
ZSTR_VAL         2415 Zend/zend_API.c 			zend_error_noreturn(E_CORE_ERROR, "Destructor %s::%s() cannot declare a return type", ZSTR_VAL(scope->name), ZSTR_VAL(dtor->common.function_name));
ZSTR_VAL         2419 Zend/zend_API.c 			zend_error_noreturn(E_CORE_ERROR, "%s::%s() cannot declare a return type", ZSTR_VAL(scope->name), ZSTR_VAL(clone->common.function_name));
ZSTR_VAL         2447 Zend/zend_API.c 		zend_str_tolower_copy(ZSTR_VAL(lowercase_name), ptr->fname, fname_len);
ZSTR_VAL         2662 Zend/zend_API.c 	zend_str_tolower_copy(ZSTR_VAL(lowercase_name), ZSTR_VAL(orig_class_entry->name), ZSTR_LEN(class_entry->name));
ZSTR_VAL         2723 Zend/zend_API.c 		zend_str_tolower_copy(ZSTR_VAL(lcname), name+1, name_len-1);
ZSTR_VAL         2726 Zend/zend_API.c 		zend_str_tolower_copy(ZSTR_VAL(lcname), name, name_len);
ZSTR_VAL         2797 Zend/zend_API.c 	zend_error(E_WARNING, "%s() has been disabled for security reasons", ZSTR_VAL(class_type->name));
ZSTR_VAL         2815 Zend/zend_API.c 	zend_str_tolower_copy(ZSTR_VAL(key), class_name, class_name_length);
ZSTR_VAL         2836 Zend/zend_API.c 	zend_str_tolower_copy(ZSTR_VAL(lcname), ZSTR_VAL(name), name_len);
ZSTR_VAL         2904 Zend/zend_API.c 		if (error) zend_spprintf(error, 0, "class '%.*s' not found", name_len, ZSTR_VAL(name));
ZSTR_VAL         2954 Zend/zend_API.c 			zend_str_tolower(ZSTR_VAL(lmname), ZSTR_LEN(lmname));
ZSTR_VAL         2998 Zend/zend_API.c 			if (error) zend_spprintf(error, 0, "class '%s' is not a subclass of '%s'", ZSTR_VAL(ce_org->name), ZSTR_VAL(fcc->calling_scope->name));
ZSTR_VAL         3105 Zend/zend_API.c 					zend_spprintf(error, 0, "cannot call abstract method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name));
ZSTR_VAL         3108 Zend/zend_API.c 					zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name));
ZSTR_VAL         3126 Zend/zend_API.c 					zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb);
ZSTR_VAL         3132 Zend/zend_API.c 						zend_throw_error(NULL, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb);
ZSTR_VAL         3134 Zend/zend_API.c 						zend_error(severity, "Non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name), verb);
ZSTR_VAL         3145 Zend/zend_API.c 							zend_spprintf(error, 0, "cannot access private method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name));
ZSTR_VAL         3155 Zend/zend_API.c 							zend_spprintf(error, 0, "cannot access protected method %s::%s()", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(fcc->function_handler->common.function_name));
ZSTR_VAL         3164 Zend/zend_API.c 			if (error) zend_spprintf(error, 0, "class '%s' does not have a method '%s'", ZSTR_VAL(fcc->calling_scope->name), ZSTR_VAL(mname));
ZSTR_VAL         3166 Zend/zend_API.c 			if (error) zend_spprintf(error, 0, "function '%s' does not exist", ZSTR_VAL(mname));
ZSTR_VAL         3219 Zend/zend_API.c 					ptr = ZSTR_VAL(*callable_name);
ZSTR_VAL         3220 Zend/zend_API.c 					memcpy(ptr, ZSTR_VAL(fcc->calling_scope->name), ZSTR_LEN(fcc->calling_scope->name));
ZSTR_VAL         3275 Zend/zend_API.c 							ptr = ZSTR_VAL(*callable_name);
ZSTR_VAL         3305 Zend/zend_API.c 							ptr = ZSTR_VAL(*callable_name);
ZSTR_VAL         3306 Zend/zend_API.c 							memcpy(ptr, ZSTR_VAL(fcc->calling_scope->name), ZSTR_LEN(fcc->calling_scope->name));
ZSTR_VAL         3358 Zend/zend_API.c 					memcpy(ZSTR_VAL(*callable_name), ZSTR_VAL(ce->name), ZSTR_LEN(ce->name));
ZSTR_VAL         3359 Zend/zend_API.c 					memcpy(ZSTR_VAL(*callable_name) + ZSTR_LEN(ce->name), "::__invoke", sizeof("::__invoke"));
ZSTR_VAL         3600 Zend/zend_API.c 	zend_str_tolower_copy(ZSTR_VAL(lname), module_name, name_len);
ZSTR_VAL         3667 Zend/zend_API.c 		property_info->name = zend_mangle_property_name(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS);
ZSTR_VAL         3670 Zend/zend_API.c 		property_info->name = zend_mangle_property_name("*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS);
ZSTR_VAL         3815 Zend/zend_API.c 		zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, ZSTR_VAL(Z_OBJCE_P(object)->name));
ZSTR_VAL         3832 Zend/zend_API.c 		zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be updated", name, ZSTR_VAL(Z_OBJCE_P(object)->name));
ZSTR_VAL         4010 Zend/zend_API.c 		zend_error_noreturn(E_CORE_ERROR, "Property %s of class %s cannot be read", name, ZSTR_VAL(Z_OBJCE_P(object)->name));
ZSTR_VAL         4139 Zend/zend_API.c 			    !strncasecmp(ZSTR_VAL(name), ZSTR_VAL(f->common.function_name), ZSTR_LEN(f->common.function_name))) {
ZSTR_VAL          557 Zend/zend_API.h 	if (ZSTR_VAL(str)[ZSTR_LEN(str)] != '\0') { zend_error(E_WARNING, "String is not zero-terminated (%s)", ZSTR_VAL(str)); }
ZSTR_VAL          559 Zend/zend_API.h 	if (ZSTR_VAL(str)[ZSTR_LEN(str)] != '\0') { zend_error(E_WARNING, "String is not zero-terminated (%s) (source: %s:%d)", ZSTR_VAL(str) ZEND_FILE_LINE_RELAY_CC); }
ZSTR_VAL          923 Zend/zend_API.h 				_error = ZSTR_VAL((_ce)->name); \
ZSTR_VAL         1131 Zend/zend_API.h 		*dest = ZSTR_VAL(str);
ZSTR_VAL         1140 Zend/zend_API.h 	    (*dest && UNEXPECTED(CHECK_NULL_PATH(ZSTR_VAL(*dest), ZSTR_LEN(*dest))))) {
ZSTR_VAL         1157 Zend/zend_API.h 		*dest = ZSTR_VAL(str);
ZSTR_VAL          561 Zend/zend_ast.c 		unsigned char c = ZSTR_VAL(s)[i];
ZSTR_VAL          576 Zend/zend_ast.c 		unsigned char c = ZSTR_VAL(s)[i];
ZSTR_VAL          886 Zend/zend_ast.c 			smart_str_appendl(str, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL         1013 Zend/zend_ast.c 				smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name));
ZSTR_VAL         1050 Zend/zend_ast.c 			smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name));
ZSTR_VAL          571 Zend/zend_builtin_functions.c 	RETURN_LONG(zend_binary_strcmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2)));
ZSTR_VAL          591 Zend/zend_builtin_functions.c 	RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len));
ZSTR_VAL          605 Zend/zend_builtin_functions.c 	RETURN_LONG(zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2)));
ZSTR_VAL          625 Zend/zend_builtin_functions.c 	RETURN_LONG(zend_binary_strncasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2), len));
ZSTR_VAL          737 Zend/zend_builtin_functions.c 				EG(error_reporting) = atoi(ZSTR_VAL(p->value));
ZSTR_VAL          835 Zend/zend_builtin_functions.c 	if (zend_memnstr(ZSTR_VAL(name), "::", sizeof("::") - 1, ZSTR_VAL(name) + ZSTR_LEN(name))) {
ZSTR_VAL         1207 Zend/zend_builtin_functions.c 					if (ZSTR_VAL(key)[0] == 0) {
ZSTR_VAL         1234 Zend/zend_builtin_functions.c 	ret = memcmp(ZSTR_VAL(lcname), ZSTR_VAL(key), ZSTR_LEN(key)) == 0;
ZSTR_VAL         1282 Zend/zend_builtin_functions.c 			    zend_binary_strcasecmp(ZSTR_VAL(key), ZSTR_LEN(key), ZSTR_VAL(mptr->common.function_name), len) == 0) {
ZSTR_VAL         1426 Zend/zend_builtin_functions.c 		if (ZSTR_VAL(class_name)[0] == '\\') {
ZSTR_VAL         1429 Zend/zend_builtin_functions.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(class_name) + 1, ZSTR_LEN(class_name) - 1);
ZSTR_VAL         1469 Zend/zend_builtin_functions.c 		if (ZSTR_VAL(iface_name)[0] == '\\') {
ZSTR_VAL         1472 Zend/zend_builtin_functions.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(iface_name) + 1, ZSTR_LEN(iface_name) - 1);
ZSTR_VAL         1511 Zend/zend_builtin_functions.c 		if (ZSTR_VAL(trait_name)[0] == '\\') {
ZSTR_VAL         1514 Zend/zend_builtin_functions.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(trait_name) + 1, ZSTR_LEN(trait_name) - 1);
ZSTR_VAL         1551 Zend/zend_builtin_functions.c 	if (ZSTR_VAL(name)[0] == '\\') {
ZSTR_VAL         1554 Zend/zend_builtin_functions.c 		zend_str_tolower_copy(ZSTR_VAL(lcname), ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1);
ZSTR_VAL         1600 Zend/zend_builtin_functions.c 		zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1726 Zend/zend_builtin_functions.c 					   get_active_function_name(), error_handler_name?ZSTR_VAL(error_handler_name):"unknown");
ZSTR_VAL         1794 Zend/zend_builtin_functions.c 					   get_active_function_name(), exception_handler_name?ZSTR_VAL(exception_handler_name):"unknown");
ZSTR_VAL         1846 Zend/zend_builtin_functions.c 	if ((hash_key->key && ZSTR_VAL(hash_key->key)[0] != 0)
ZSTR_VAL         1913 Zend/zend_builtin_functions.c 	if (hash_key->key == NULL || ZSTR_VAL(hash_key->key)[0] == 0) {
ZSTR_VAL         2021 Zend/zend_builtin_functions.c 		ZSTR_VAL(function_name)[0] = '\0';
ZSTR_VAL         2024 Zend/zend_builtin_functions.c 			ZSTR_LEN(function_name) = snprintf(ZSTR_VAL(function_name) + 1, sizeof("lambda_")+MAX_LENGTH_OF_LONG, "lambda_%d", ++EG(lambda_count)) + 1;
ZSTR_VAL         2108 Zend/zend_builtin_functions.c 		int id = zend_fetch_list_dtor_id(ZSTR_VAL(type));
ZSTR_VAL         2111 Zend/zend_builtin_functions.c 			zend_error(E_WARNING, "get_resources():  Unknown resource type '%s'", ZSTR_VAL(type));
ZSTR_VAL         2355 Zend/zend_builtin_functions.c 			filename = ZSTR_VAL(skip->func->op_array.filename);
ZSTR_VAL         2377 Zend/zend_builtin_functions.c 				ZSTR_VAL(zend_resolve_method_name(
ZSTR_VAL         2380 Zend/zend_builtin_functions.c 					ZSTR_VAL(func->common.function_name) : NULL);
ZSTR_VAL         2449 Zend/zend_builtin_functions.c 			ZEND_PUTS(ZSTR_VAL(class_name));
ZSTR_VAL         2471 Zend/zend_builtin_functions.c 					zend_printf(") called at [%s:%d]\n", ZSTR_VAL(prev->func->op_array.filename), prev->opline->lineno);
ZSTR_VAL         2744 Zend/zend_builtin_functions.c 	if (strncasecmp(ZSTR_VAL(extension_name), "zend", sizeof("zend"))) {
ZSTR_VAL           90 Zend/zend_closures.c 					ZSTR_VAL(func->common.scope->name),
ZSTR_VAL           91 Zend/zend_closures.c 					ZSTR_VAL(func->common.function_name),
ZSTR_VAL           92 Zend/zend_closures.c 					ZSTR_VAL(Z_OBJCE_P(newthis)->name));
ZSTR_VAL          104 Zend/zend_closures.c 				ZSTR_VAL(scope->name));
ZSTR_VAL          210 Zend/zend_closures.c 				zend_error(E_WARNING, "Class '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL          455 Zend/zend_closures.c 						ZSTR_VAL(arg_info->name));
ZSTR_VAL          121 Zend/zend_compile.c  	sprintf(ZSTR_VAL(result), "%c%s%s%s", '\0', ZSTR_VAL(name), ZSTR_VAL(filename), char_pos_buf);
ZSTR_VAL          128 Zend/zend_compile.c 	const char *ns_separator = zend_memrchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name));
ZSTR_VAL          131 Zend/zend_compile.c 		*result_len = ZSTR_VAL(name) + ZSTR_LEN(name) - *result;
ZSTR_VAL          161 Zend/zend_compile.c 	const char *uqname = ZSTR_VAL(name);
ZSTR_VAL          181 Zend/zend_compile.c 			"Cannot use '%s' as class name as it is reserved", ZSTR_VAL(name));
ZSTR_VAL          207 Zend/zend_compile.c 			&& zend_binary_strcasecmp(ZSTR_VAL(name), ZSTR_LEN(name), info->name, info->name_len) == 0
ZSTR_VAL          391 Zend/zend_compile.c 		if (ZSTR_VAL(op_array->vars[i]) == ZSTR_VAL(name) ||
ZSTR_VAL          394 Zend/zend_compile.c 		     memcmp(ZSTR_VAL(op_array->vars[i]), ZSTR_VAL(name), ZSTR_LEN(name)) == 0)) {
ZSTR_VAL          495 Zend/zend_compile.c 		zend_str_tolower_copy(ZSTR_VAL(lc_name), unqualified_name, unqualified_name_len);
ZSTR_VAL          525 Zend/zend_compile.c 	const char *after_ns = zend_memrchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name));
ZSTR_VAL          528 Zend/zend_compile.c 		ns_len = after_ns - ZSTR_VAL(name) - 1;
ZSTR_VAL          532 Zend/zend_compile.c 		tmp_name = zend_string_init(ZSTR_VAL(name), ZSTR_LEN(name), 0);
ZSTR_VAL          533 Zend/zend_compile.c 		zend_str_tolower(ZSTR_VAL(tmp_name), ns_len);
ZSTR_VAL          544 Zend/zend_compile.c 		after_ns = ZSTR_VAL(name);
ZSTR_VAL          553 Zend/zend_compile.c 	zend_str_tolower_copy(ZSTR_VAL(tmp_name), after_ns, after_ns_len);
ZSTR_VAL          720 Zend/zend_compile.c 	memcpy(ZSTR_VAL(res), str1, str1_len);
ZSTR_VAL          721 Zend/zend_compile.c 	memcpy(ZSTR_VAL(res) + str1_len, str2, str2_len);
ZSTR_VAL          722 Zend/zend_compile.c 	memcpy(ZSTR_VAL(res) + str1_len + str2_len, str3, str3_len);
ZSTR_VAL          723 Zend/zend_compile.c 	ZSTR_VAL(res)[len] = '\0';
ZSTR_VAL          735 Zend/zend_compile.c 		return zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          747 Zend/zend_compile.c 	zend_str_tolower_copy(ZSTR_VAL(lcname), str, len);
ZSTR_VAL          761 Zend/zend_compile.c 	if (ZSTR_VAL(name)[0] == '\\') {
ZSTR_VAL          763 Zend/zend_compile.c 		return zend_string_init(ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1, 0);
ZSTR_VAL          782 Zend/zend_compile.c 			import_name = zend_hash_find_ptr_lc(current_import_sub, ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          791 Zend/zend_compile.c 	compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name));
ZSTR_VAL          798 Zend/zend_compile.c 		size_t len = compound - ZSTR_VAL(name);
ZSTR_VAL          799 Zend/zend_compile.c 		zend_string *import_name = zend_hash_find_ptr_lc(FC(imports), ZSTR_VAL(name), len);
ZSTR_VAL          803 Zend/zend_compile.c 				ZSTR_VAL(import_name), ZSTR_LEN(import_name), ZSTR_VAL(name) + len + 1, ZSTR_LEN(name) - len - 1);
ZSTR_VAL          832 Zend/zend_compile.c 	if (type == ZEND_NAME_FQ || ZSTR_VAL(name)[0] == '\\') {
ZSTR_VAL          834 Zend/zend_compile.c 		if (ZSTR_VAL(name)[0] == '\\') {
ZSTR_VAL          835 Zend/zend_compile.c 			name = zend_string_init(ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1, 0);
ZSTR_VAL          841 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "'\\%s' is an invalid class name", ZSTR_VAL(name));
ZSTR_VAL          847 Zend/zend_compile.c 		compound = memchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name));
ZSTR_VAL          850 Zend/zend_compile.c 			size_t len = compound - ZSTR_VAL(name);
ZSTR_VAL          852 Zend/zend_compile.c 				zend_hash_find_ptr_lc(FC(imports), ZSTR_VAL(name), len);
ZSTR_VAL          856 Zend/zend_compile.c 					ZSTR_VAL(import_name), ZSTR_LEN(import_name), ZSTR_VAL(name) + len + 1, ZSTR_LEN(name) - len - 1);
ZSTR_VAL          861 Zend/zend_compile.c 				= zend_hash_find_ptr_lc(FC(imports), ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          962 Zend/zend_compile.c 						ZSTR_VAL(function->common.function_name),
ZSTR_VAL          963 Zend/zend_compile.c 						ZSTR_VAL(old_function->op_array.filename),
ZSTR_VAL          966 Zend/zend_compile.c 			zend_error_noreturn(error_level, "Cannot redeclare %s()", ZSTR_VAL(function->common.function_name));
ZSTR_VAL         1004 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_VAL(ce->name));
ZSTR_VAL         1044 Zend/zend_compile.c 		zend_error_noreturn(E_COMPILE_ERROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_VAL(ce->name));
ZSTR_VAL         1053 Zend/zend_compile.c 		zend_error_noreturn(E_COMPILE_ERROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce), ZSTR_VAL(ce->name));
ZSTR_VAL         1146 Zend/zend_compile.c 				&& zend_binary_strcasecmp(ZSTR_VAL(CG(active_op_array)->arg_info[-1].class_name), sizeof("Traversable")-1, "Traversable", sizeof("Traversable")-1) == 0) &&
ZSTR_VAL         1148 Zend/zend_compile.c 				&& zend_binary_strcasecmp(ZSTR_VAL(CG(active_op_array)->arg_info[-1].class_name), sizeof("Iterator")-1, "Iterator", sizeof("Iterator")-1) == 0) &&
ZSTR_VAL         1150 Zend/zend_compile.c 				&& zend_binary_strcasecmp(ZSTR_VAL(CG(active_op_array)->arg_info[-1].class_name), sizeof("Generator")-1, "Generator", sizeof("Generator")-1) == 0)) {
ZSTR_VAL         1151 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, msg, ZSTR_VAL(CG(active_op_array)->arg_info[-1].class_name));
ZSTR_VAL         1184 Zend/zend_compile.c 	ZSTR_VAL(prop_name)[0] = '\0';
ZSTR_VAL         1185 Zend/zend_compile.c 	memcpy(ZSTR_VAL(prop_name) + 1, src1, src1_length+1);
ZSTR_VAL         1186 Zend/zend_compile.c 	memcpy(ZSTR_VAL(prop_name) + 1 + src1_length + 1, src2, src2_length+1);
ZSTR_VAL         1206 Zend/zend_compile.c 	if (ZSTR_VAL(name)[0] != '\0') {
ZSTR_VAL         1207 Zend/zend_compile.c 		*prop_name = ZSTR_VAL(name);
ZSTR_VAL         1213 Zend/zend_compile.c 	if (ZSTR_LEN(name) < 3 || ZSTR_VAL(name)[1] == '\0') {
ZSTR_VAL         1215 Zend/zend_compile.c 		*prop_name = ZSTR_VAL(name);
ZSTR_VAL         1222 Zend/zend_compile.c 	class_name_len = zend_strnlen(ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 2);
ZSTR_VAL         1223 Zend/zend_compile.c 	if (class_name_len >= ZSTR_LEN(name) - 2 || ZSTR_VAL(name)[class_name_len + 1] != '\0') {
ZSTR_VAL         1225 Zend/zend_compile.c 		*prop_name = ZSTR_VAL(name);
ZSTR_VAL         1232 Zend/zend_compile.c 	*class_name = ZSTR_VAL(name) + 1;
ZSTR_VAL         1237 Zend/zend_compile.c 	*prop_name = ZSTR_VAL(name) + class_name_len + 2;
ZSTR_VAL         1271 Zend/zend_compile.c 		const char *lookup_name = ZSTR_VAL(name);
ZSTR_VAL         1410 Zend/zend_compile.c 		zend_class_entry *ce = zend_hash_find_ptr_lc(CG(class_table), ZSTR_VAL(class_name), ZSTR_LEN(class_name));
ZSTR_VAL         1696 Zend/zend_compile.c 	ZSTR_VAL(result)[left_len] = '\\';
ZSTR_VAL         1697 Zend/zend_compile.c 	memcpy(&ZSTR_VAL(result)[left_len + 1], ZSTR_VAL(right), ZSTR_LEN(right));
ZSTR_VAL         1698 Zend/zend_compile.c 	ZSTR_VAL(result)[len] = '\0';
ZSTR_VAL         2868 Zend/zend_compile.c 		if ((colon = zend_memrchr(ZSTR_VAL(str), ':', ZSTR_LEN(str))) != NULL && colon > ZSTR_VAL(str) && *(colon - 1) == ':') {
ZSTR_VAL         2869 Zend/zend_compile.c 			zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0);
ZSTR_VAL         2870 Zend/zend_compile.c 			zend_string *method = zend_string_init(colon + 1, ZSTR_LEN(str) - (colon - ZSTR_VAL(str)) - 1, 0);
ZSTR_VAL         2955 Zend/zend_compile.c 	if (zend_memrchr(ZSTR_VAL(name), '\\', ZSTR_LEN(name)) || zend_memrchr(ZSTR_VAL(name), ':', ZSTR_LEN(name))) {
ZSTR_VAL         3778 Zend/zend_compile.c 		zend_error_noreturn(E_COMPILE_ERROR, "Label '%s' already defined", ZSTR_VAL(label));
ZSTR_VAL         4246 Zend/zend_compile.c 				new_encoding = zend_multibyte_fetch_encoding(ZSTR_VAL(encoding_name));
ZSTR_VAL         4248 Zend/zend_compile.c 					zend_error(E_COMPILE_WARNING, "Unsupported encoding [%s]", ZSTR_VAL(encoding_name));
ZSTR_VAL         4341 Zend/zend_compile.c 			zend_error(E_COMPILE_WARNING, "Unsupported declare '%s'", ZSTR_VAL(name));
ZSTR_VAL         4400 Zend/zend_compile.c 					ZSTR_VAL(zend_string_tolower(class_name)));
ZSTR_VAL         4464 Zend/zend_compile.c 				ZSTR_VAL(name));
ZSTR_VAL         4472 Zend/zend_compile.c 				ZSTR_VAL(name));
ZSTR_VAL         4641 Zend/zend_compile.c 				"%s::%s() must be omitted", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4649 Zend/zend_compile.c 				in_interface ? "Interface" : "Abstract", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4654 Zend/zend_compile.c 				in_interface ? "Interface" : "Abstract", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4660 Zend/zend_compile.c 			ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4671 Zend/zend_compile.c 			ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4812 Zend/zend_compile.c 				"because the name is already in use", ZSTR_VAL(name));
ZSTR_VAL         4954 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4959 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         5002 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         5106 Zend/zend_compile.c 				"%s is used in %s", ZSTR_VAL(name), ZSTR_VAL(ce->name));
ZSTR_VAL         5114 Zend/zend_compile.c 					"as it is reserved", ZSTR_VAL(name));
ZSTR_VAL         5159 Zend/zend_compile.c 				"Cannot use '%s' as interface name as it is reserved", ZSTR_VAL(name));
ZSTR_VAL         5181 Zend/zend_compile.c 	sprintf(ZSTR_VAL(result), "class@anonymous%c%s%s", '\0', ZSTR_VAL(filename), char_pos_buf);
ZSTR_VAL         5222 Zend/zend_compile.c 					"because the name is already in use", ZSTR_VAL(name));
ZSTR_VAL         5255 Zend/zend_compile.c 				"Cannot use '%s' as class name as it is reserved", ZSTR_VAL(extends_name));
ZSTR_VAL         5319 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name));
ZSTR_VAL         5324 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name));
ZSTR_VAL         5331 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->destructor->common.function_name));
ZSTR_VAL         5335 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->destructor->common.function_name));
ZSTR_VAL         5342 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->clone->common.function_name));
ZSTR_VAL         5346 Zend/zend_compile.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->clone->common.function_name));
ZSTR_VAL         5436 Zend/zend_compile.c 		"is already in use", zend_get_use_type_str(type), ZSTR_VAL(old_name), ZSTR_VAL(new_name));
ZSTR_VAL         5474 Zend/zend_compile.c 						"has no effect", ZSTR_VAL(new_name));
ZSTR_VAL         5487 Zend/zend_compile.c 				"is a special class name", ZSTR_VAL(old_name), ZSTR_VAL(new_name), ZSTR_VAL(new_name));
ZSTR_VAL         5492 Zend/zend_compile.c 			zend_str_tolower_copy(ZSTR_VAL(ns_name), ZSTR_VAL(current_ns), ZSTR_LEN(current_ns));
ZSTR_VAL         5493 Zend/zend_compile.c 			ZSTR_VAL(ns_name)[ZSTR_LEN(current_ns)] = '\\';
ZSTR_VAL         5494 Zend/zend_compile.c 			memcpy(ZSTR_VAL(ns_name) + ZSTR_LEN(current_ns) + 1, ZSTR_VAL(lookup_name), ZSTR_LEN(lookup_name));
ZSTR_VAL         5538 Zend/zend_compile.c 				"is already in use", zend_get_use_type_str(type), ZSTR_VAL(old_name), ZSTR_VAL(new_name));
ZSTR_VAL         5557 Zend/zend_compile.c 		zend_string *compound_ns = zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL         5585 Zend/zend_compile.c 		if (zend_lookup_reserved_const(ZSTR_VAL(name), ZSTR_LEN(name))) {
ZSTR_VAL         5586 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot redeclare constant '%s'", ZSTR_VAL(name));
ZSTR_VAL         5597 Zend/zend_compile.c 					"the name is already in use", ZSTR_VAL(name));
ZSTR_VAL         5661 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot use '%s' as namespace name", ZSTR_VAL(name));
ZSTR_VAL         5698 Zend/zend_compile.c 		ZSTR_VAL(filename), ZSTR_LEN(filename), 0);
ZSTR_VAL         5700 Zend/zend_compile.c 	zend_register_long_constant(ZSTR_VAL(name), ZSTR_LEN(name), offset, CONST_CS, 0);
ZSTR_VAL         5720 Zend/zend_compile.c 			zend_string *dirname = zend_string_init(ZSTR_VAL(filename), ZSTR_LEN(filename), 0);
ZSTR_VAL         5721 Zend/zend_compile.c 			zend_dirname(ZSTR_VAL(dirname), ZSTR_LEN(dirname));
ZSTR_VAL         5723 Zend/zend_compile.c 			if (strcmp(ZSTR_VAL(dirname), ".") == 0) {
ZSTR_VAL         5726 Zend/zend_compile.c 				ZEND_IGNORE_VALUE(VCWD_GETCWD(ZSTR_VAL(dirname), MAXPATHLEN));
ZSTR_VAL         5728 Zend/zend_compile.c 				ZEND_IGNORE_VALUE(VCWD_GETWD(ZSTR_VAL(dirname)));
ZSTR_VAL         5732 Zend/zend_compile.c 			ZSTR_LEN(dirname) = strlen(ZSTR_VAL(dirname));
ZSTR_VAL         5748 Zend/zend_compile.c 					ZVAL_NEW_STR(zv, zend_concat3(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), "::", 2,
ZSTR_VAL         5749 Zend/zend_compile.c 						ZSTR_VAL(op_array->function_name), ZSTR_LEN(op_array->function_name)));
ZSTR_VAL         6861 Zend/zend_compile.c 		ZSTR_VAL(class_name), ZSTR_LEN(class_name), "::", 2, ZSTR_VAL(const_name), ZSTR_LEN(const_name));
ZSTR_VAL          402 Zend/zend_compile.h #define ZEND_FN_SCOPE_NAME(function)  ((function) && (function)->common.scope ? ZSTR_VAL((function)->common.scope->name) : "")
ZSTR_VAL          283 Zend/zend_constants.c 		zend_str_tolower_copy(lcname, ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          289 Zend/zend_constants.c 			c = zend_get_special_constant(ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          303 Zend/zend_constants.c 	const char *name = ZSTR_VAL(cname);
ZSTR_VAL          366 Zend/zend_constants.c 					zend_throw_error(NULL, "Undefined class constant '%s::%s'", ZSTR_VAL(class_name), ZSTR_VAL(constant_name));
ZSTR_VAL          483 Zend/zend_constants.c 		zend_str_tolower_copy(ZSTR_VAL(lowercase_name), ZSTR_VAL(c->name), ZSTR_LEN(c->name));
ZSTR_VAL          487 Zend/zend_constants.c 		char *slash = strrchr(ZSTR_VAL(c->name), '\\');
ZSTR_VAL          489 Zend/zend_constants.c 			lowercase_name = zend_string_init(ZSTR_VAL(c->name), ZSTR_LEN(c->name), c->flags & CONST_PERSISTENT);
ZSTR_VAL          490 Zend/zend_constants.c 			zend_str_tolower(ZSTR_VAL(lowercase_name), slash - ZSTR_VAL(c->name));
ZSTR_VAL          500 Zend/zend_constants.c 		&& !memcmp(ZSTR_VAL(name), "__COMPILER_HALT_OFFSET__", sizeof("__COMPILER_HALT_OFFSET__")-1))
ZSTR_VAL          504 Zend/zend_constants.c 		if (ZSTR_VAL(c->name)[0] == '\0' && ZSTR_LEN(c->name) > sizeof("\0__COMPILER_HALT_OFFSET__")-1
ZSTR_VAL          505 Zend/zend_constants.c 			&& memcmp(ZSTR_VAL(name), "\0__COMPILER_HALT_OFFSET__", sizeof("\0__COMPILER_HALT_OFFSET__")) == 0) {
ZSTR_VAL          507 Zend/zend_constants.c 		zend_error(E_NOTICE,"Constant %s already defined", ZSTR_VAL(name));
ZSTR_VAL           40 Zend/zend_dtrace.c 		return ZSTR_VAL(ex->func->op_array.filename);
ZSTR_VAL           49 Zend/zend_dtrace.c 	DTRACE_COMPILE_FILE_ENTRY(ZSTR_VAL(file_handle->opened_path), (char *)file_handle->filename);
ZSTR_VAL           51 Zend/zend_dtrace.c 	DTRACE_COMPILE_FILE_RETURN(ZSTR_VAL(file_handle->opened_path), (char *)file_handle->filename);
ZSTR_VAL           53 Zend/zend_exceptions.c 		ZSTR_VAL(class_type->name),
ZSTR_VAL           54 Zend/zend_exceptions.c 		ZSTR_VAL(interface->name),
ZSTR_VAL           55 Zend/zend_exceptions.c 		ZSTR_VAL(zend_ce_exception->name),
ZSTR_VAL           56 Zend/zend_exceptions.c 		ZSTR_VAL(zend_ce_error->name));
ZSTR_VAL          137 Zend/zend_exceptions.c 			DTRACE_EXCEPTION_THROWN(ZSTR_VAL(Z_OBJ_P(exception)->ce->name));
ZSTR_VAL          273 Zend/zend_exceptions.c 		zend_throw_error(NULL, "Wrong parameters for %s([string $message [, long $code [, Throwable $previous = NULL]]])", ZSTR_VAL(ce->name));
ZSTR_VAL          335 Zend/zend_exceptions.c 		zend_throw_error(NULL, "Wrong parameters for %s([string $message [, long $code, [ long $severity, [ string $filename, [ long $lineno  [, Throwable $previous = NULL]]]]]])", ZSTR_VAL(ce->name));
ZSTR_VAL          483 Zend/zend_exceptions.c 	res = &ZSTR_VAL(str->s)[ZSTR_LEN(str->s)];
ZSTR_VAL          568 Zend/zend_exceptions.c 			smart_str_appends(str, ZSTR_VAL(Z_OBJCE_P(arg)->name));
ZSTR_VAL          747 Zend/zend_exceptions.c 		if (Z_OBJCE_P(exception) == zend_ce_type_error && strstr(ZSTR_VAL(message), ", called in ")) {
ZSTR_VAL          748 Zend/zend_exceptions.c 			zend_string *real_message = zend_strpprintf(0, "%s and defined", ZSTR_VAL(message));
ZSTR_VAL          756 Zend/zend_exceptions.c 					ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(message), ZSTR_VAL(file), line,
ZSTR_VAL          758 Zend/zend_exceptions.c 					ZSTR_LEN(prev_str) ? "\n\nNext " : "", ZSTR_VAL(prev_str));
ZSTR_VAL          762 Zend/zend_exceptions.c 					ZSTR_VAL(Z_OBJCE_P(exception)->name), ZSTR_VAL(file), line,
ZSTR_VAL          764 Zend/zend_exceptions.c 					ZSTR_LEN(prev_str) ? "\n\nNext " : "", ZSTR_VAL(prev_str));
ZSTR_VAL         1005 Zend/zend_exceptions.c 		zend_error_helper(E_PARSE, ZSTR_VAL(file), line, "%s", ZSTR_VAL(message));
ZSTR_VAL         1017 Zend/zend_exceptions.c 				zend_error(E_WARNING, "%s::__toString() must return a string", ZSTR_VAL(ce_exception->name));
ZSTR_VAL         1034 Zend/zend_exceptions.c 			zend_error_va(E_WARNING, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line,
ZSTR_VAL         1036 Zend/zend_exceptions.c 				ZSTR_VAL(Z_OBJCE(zv)->name), ZSTR_VAL(ce_exception->name));
ZSTR_VAL         1047 Zend/zend_exceptions.c 		zend_error_va(severity, (file && ZSTR_LEN(file) > 0) ? ZSTR_VAL(file) : NULL, line,
ZSTR_VAL         1048 Zend/zend_exceptions.c 			"Uncaught %s\n  thrown", ZSTR_VAL(str));
ZSTR_VAL         1053 Zend/zend_exceptions.c 		zend_error(severity, "Uncaught exception '%s'", ZSTR_VAL(ce_exception->name));
ZSTR_VAL          231 Zend/zend_execute.c 	zend_error(E_NOTICE, "Undefined variable: %s", ZSTR_VAL(cv));
ZSTR_VAL          617 Zend/zend_execute.c 	*class_name = (*pce) ? ZSTR_VAL((*pce)->name) : (char*)cur_arg_info->class_name;
ZSTR_VAL          633 Zend/zend_execute.c 	const char *fname = ZSTR_VAL(zf->common.function_name);
ZSTR_VAL          639 Zend/zend_execute.c 		fclass = ZSTR_VAL(zf->common.scope->name);
ZSTR_VAL          649 Zend/zend_execute.c 					ZSTR_VAL(ptr->func->op_array.filename), ptr->opline->lineno);
ZSTR_VAL          756 Zend/zend_execute.c 					zend_verify_arg_error(zf, arg_num, need_msg, class_name, "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg);
ZSTR_VAL          805 Zend/zend_execute.c 						zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg);
ZSTR_VAL          814 Zend/zend_execute.c 					zend_verify_arg_error(zf, arg_num, need_msg, ZSTR_VAL(ce->name), "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg);
ZSTR_VAL          826 Zend/zend_execute.c 							zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "instance of ", ZSTR_VAL(Z_OBJCE_P(arg)->name), arg);
ZSTR_VAL          828 Zend/zend_execute.c 							zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "", zend_zval_type_name(arg), arg);
ZSTR_VAL          837 Zend/zend_execute.c 				zend_verify_arg_error(zf, arg_num, need_msg, ZSTR_VAL(ce->name), zend_zval_type_name(arg), "", arg);
ZSTR_VAL          877 Zend/zend_execute.c 					zend_verify_arg_error(zf, arg_num, "be an instance of ", ZSTR_VAL(cur_arg_info->class_name), "none", "", NULL);
ZSTR_VAL          885 Zend/zend_execute.c 			zend_verify_arg_error(zf, arg_num, need_msg, ZSTR_VAL(ce->name), "none", "", NULL);
ZSTR_VAL          900 Zend/zend_execute.c 		const char *class_name = EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "";
ZSTR_VAL          902 Zend/zend_execute.c 		const char *func_name = EX(func)->common.function_name ? ZSTR_VAL(EX(func)->common.function_name) : "main";
ZSTR_VAL          906 Zend/zend_execute.c 			zend_error(E_WARNING, "Missing argument %u for %s%s%s(), called in %s on line %d and defined", arg_num, class_name, space, func_name, ZSTR_VAL(ptr->func->op_array.filename), ptr->opline->lineno);
ZSTR_VAL          915 Zend/zend_execute.c 	const char *fname = ZSTR_VAL(zf->common.function_name);
ZSTR_VAL          921 Zend/zend_execute.c 		fclass = ZSTR_VAL(zf->common.scope->name);
ZSTR_VAL          933 Zend/zend_execute.c 	const char *fname = ZSTR_VAL(zf->common.function_name);
ZSTR_VAL          939 Zend/zend_execute.c 		fclass = ZSTR_VAL(zf->common.scope->name);
ZSTR_VAL          962 Zend/zend_execute.c 					zend_verify_internal_return_error(zf, need_msg, class_name, "instance of ", ZSTR_VAL(Z_OBJCE_P(ret)->name));
ZSTR_VAL         1003 Zend/zend_execute.c 						zend_verify_return_error(zf, "be an instance of ", ZSTR_VAL(ret_info->class_name), "instance of ", ZSTR_VAL(Z_OBJCE_P(ret)->name));
ZSTR_VAL         1012 Zend/zend_execute.c 					zend_verify_return_error(zf, need_msg, ZSTR_VAL(ce->name), "instance of ", ZSTR_VAL(Z_OBJCE_P(ret)->name));
ZSTR_VAL         1022 Zend/zend_execute.c 						zend_verify_return_error(zf, "be an instance of ", ZSTR_VAL(ret_info->class_name), zend_zval_type_name(ret), "");
ZSTR_VAL         1030 Zend/zend_execute.c 				zend_verify_return_error(zf, need_msg, ZSTR_VAL(ce->name), zend_zval_type_name(ret), "");
ZSTR_VAL         1058 Zend/zend_execute.c 					zend_verify_return_error(zf, "be an instance of ", ZSTR_VAL(ret_info->class_name), "none", "");
ZSTR_VAL         1066 Zend/zend_execute.c 			zend_verify_return_error(zf, need_msg, ZSTR_VAL(ce->name), "none", "");
ZSTR_VAL         1332 Zend/zend_execute.c 		Z_STRVAL_P(str)[offset] = ZSTR_VAL(tmp)[0];
ZSTR_VAL         1581 Zend/zend_execute.c 							zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL         1588 Zend/zend_execute.c 							zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL         1599 Zend/zend_execute.c 					zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL         1606 Zend/zend_execute.c 					zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL         1747 Zend/zend_execute.c 				zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name));
ZSTR_VAL         1763 Zend/zend_execute.c 						zend_error(E_NOTICE, "Indirect modification of overloaded element of %s has no effect", ZSTR_VAL(ce->name));
ZSTR_VAL          437 Zend/zend_execute_API.c 			return ce ? ZSTR_VAL(ce->name) : "";
ZSTR_VAL          461 Zend/zend_execute_API.c 					return ZSTR_VAL(function_name);
ZSTR_VAL          468 Zend/zend_execute_API.c 			return ZSTR_VAL(func->common.function_name);
ZSTR_VAL          484 Zend/zend_execute_API.c 		return ZSTR_VAL(ex->func->op_array.filename);
ZSTR_VAL          608 Zend/zend_execute_API.c 					if (ZSTR_VAL(save)[0] == '\\') {
ZSTR_VAL          609 Zend/zend_execute_API.c 						zend_throw_error(NULL, "Undefined constant '%s'", ZSTR_VAL(save) + 1);
ZSTR_VAL          611 Zend/zend_execute_API.c 						zend_throw_error(NULL, "Undefined constant '%s'", ZSTR_VAL(save));
ZSTR_VAL          625 Zend/zend_execute_API.c 						if (save && ZSTR_VAL(save) != actual) {
ZSTR_VAL          751 Zend/zend_execute_API.c 				zend_error(E_WARNING, "Invalid callback %s, %s", ZSTR_VAL(callable_name), error);
ZSTR_VAL          788 Zend/zend_execute_API.c 			zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
ZSTR_VAL          793 Zend/zend_execute_API.c 				func->common.scope ? ZSTR_VAL(func->common.scope->name) : "",
ZSTR_VAL          795 Zend/zend_execute_API.c 				ZSTR_VAL(func->common.function_name));
ZSTR_VAL          816 Zend/zend_execute_API.c 						func->common.scope ? ZSTR_VAL(func->common.scope->name) : "",
ZSTR_VAL          818 Zend/zend_execute_API.c 						ZSTR_VAL(func->common.function_name));
ZSTR_VAL          960 Zend/zend_execute_API.c 		if (ZSTR_VAL(name)[0] == '\\') {
ZSTR_VAL          962 Zend/zend_execute_API.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1);
ZSTR_VAL         1000 Zend/zend_execute_API.c 	if (strspn(ZSTR_VAL(name), "0123456789_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ\177\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237\240\241\242\243\244\245\246\247\250\251\252\253\254\255\256\257\260\261\262\263\264\265\266\267\270\271\272\273\274\275\276\277\300\301\302\303\304\305\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\332\333\334\335\336\337\340\341\342\343\344\345\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\372\373\374\375\376\377\\") != ZSTR_LEN(name)) {
ZSTR_VAL         1021 Zend/zend_execute_API.c 	if (ZSTR_VAL(name)[0] == '\\') {
ZSTR_VAL         1022 Zend/zend_execute_API.c 		ZVAL_STRINGL(&args[0], ZSTR_VAL(name) + 1, ZSTR_LEN(name) - 1);
ZSTR_VAL         1371 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1373 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1375 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Class '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1393 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Interface '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1395 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Trait '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1397 Zend/zend_execute_API.c 				zend_throw_or_error(fetch_type, NULL, "Class '%s' not found", ZSTR_VAL(class_name));
ZSTR_VAL         1411 Zend/zend_execute_API.c 	ai.afn[idx] ? ZSTR_VAL(ai.afn[idx]->common.function_name) : "", \
ZSTR_VAL         1454 Zend/zend_execute_API.c 				ZSTR_VAL(ce->name), ai.cnt,
ZSTR_VAL         1599 Zend/zend_execute_API.c 					    memcmp(ZSTR_VAL(*str), ZSTR_VAL(name), ZSTR_LEN(name)) == 0) {
ZSTR_VAL         1640 Zend/zend_execute_API.c 					    memcmp(ZSTR_VAL(*str), name, len) == 0) {
ZSTR_VAL          501 Zend/zend_hash.c 		     EXPECTED(memcmp(ZSTR_VAL(p->key), ZSTR_VAL(key), ZSTR_LEN(key)) == 0)) {
ZSTR_VAL          524 Zend/zend_hash.c 			 && !memcmp(ZSTR_VAL(p->key), str, len)) {
ZSTR_VAL         1081 Zend/zend_hash.c 		     memcmp(ZSTR_VAL(p->key), ZSTR_VAL(key), ZSTR_LEN(key)) == 0)) {
ZSTR_VAL         1112 Zend/zend_hash.c 		     memcmp(ZSTR_VAL(p->key), ZSTR_VAL(key), ZSTR_LEN(key)) == 0)) {
ZSTR_VAL         1160 Zend/zend_hash.c 			 && !memcmp(ZSTR_VAL(p->key), str, len)) {
ZSTR_VAL         1204 Zend/zend_hash.c 			 && !memcmp(ZSTR_VAL(p->key), str, len)) {
ZSTR_VAL         2361 Zend/zend_hash.c 				result = memcmp(ZSTR_VAL(p1->key), ZSTR_VAL(p2->key), ZSTR_LEN(p1->key));
ZSTR_VAL          271 Zend/zend_hash.h 	ZEND_HANDLE_NUMERIC_STR(ZSTR_VAL(key), ZSTR_LEN(key), idx)
ZSTR_VAL          145 Zend/zend_inheritance.c 				ZSTR_VAL(ce->parent->name), ZSTR_VAL(ce->parent->constructor->common.function_name),
ZSTR_VAL          146 Zend/zend_inheritance.c 				ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name));
ZSTR_VAL          186 Zend/zend_inheritance.c 			class_name = ZSTR_VAL(fe_arg_info->class_name);
ZSTR_VAL          203 Zend/zend_inheritance.c 			class_name = ZSTR_VAL(proto_arg_info->class_name);
ZSTR_VAL          215 Zend/zend_inheritance.c 		if (strcasecmp(ZSTR_VAL(fe_class_name), ZSTR_VAL(proto_class_name)) != 0) {
ZSTR_VAL          354 Zend/zend_inheritance.c 			class_name = ZSTR_VAL(arg_info->class_name);
ZSTR_VAL          359 Zend/zend_inheritance.c 			class_name = ZSTR_VAL(fptr->common.scope->name);
ZSTR_VAL          362 Zend/zend_inheritance.c 			class_name = ZSTR_VAL(fptr->common.scope->parent->name);
ZSTR_VAL          396 Zend/zend_inheritance.c 		smart_str_appendl(&str, ZSTR_VAL(fptr->common.scope->name), strlen(ZSTR_VAL(fptr->common.scope->name)));
ZSTR_VAL          429 Zend/zend_inheritance.c 					smart_str_appendl(&str, ZSTR_VAL(arg_info->name), ZSTR_LEN(arg_info->name));
ZSTR_VAL          517 Zend/zend_inheritance.c 			ZSTR_VAL(parent->common.scope->name),
ZSTR_VAL          518 Zend/zend_inheritance.c 			ZSTR_VAL(child->common.function_name),
ZSTR_VAL          519 Zend/zend_inheritance.c 			child->common.prototype ? ZSTR_VAL(child->common.prototype->common.scope->name) : ZSTR_VAL(child->common.scope->name));
ZSTR_VAL          523 Zend/zend_inheritance.c 		zend_error_noreturn(E_COMPILE_ERROR, "Cannot override final method %s::%s()", ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name));
ZSTR_VAL          531 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot make non static method %s::%s() static in class %s", ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name), ZEND_FN_SCOPE_NAME(child));
ZSTR_VAL          533 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot make static method %s::%s() non static in class %s", ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name), ZEND_FN_SCOPE_NAME(child));
ZSTR_VAL          539 Zend/zend_inheritance.c 		zend_error_noreturn(E_COMPILE_ERROR, "Cannot make non abstract method %s::%s() abstract in class %s", ZEND_FN_SCOPE_NAME(parent), ZSTR_VAL(child->common.function_name), ZEND_FN_SCOPE_NAME(child));
ZSTR_VAL          548 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Access level to %s::%s() must be %s (as in class %s)%s", ZEND_FN_SCOPE_NAME(child), ZSTR_VAL(child->common.function_name), zend_visibility_string(parent_flags), ZEND_FN_SCOPE_NAME(parent), (parent_flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
ZSTR_VAL          571 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s", ZSTR_VAL(child_prototype), ZSTR_VAL(method_prototype));
ZSTR_VAL          576 Zend/zend_inheritance.c 		zend_error(E_WARNING, "Declaration of %s should be compatible with %s", ZSTR_VAL(child_prototype), ZSTR_VAL(method_prototype));
ZSTR_VAL          625 Zend/zend_inheritance.c 					(parent_info->flags & ZEND_ACC_STATIC) ? "static " : "non static ", ZSTR_VAL(ce->parent->name), ZSTR_VAL(key),
ZSTR_VAL          626 Zend/zend_inheritance.c 					(child_info->flags & ZEND_ACC_STATIC) ? "static " : "non static ", ZSTR_VAL(ce->name), ZSTR_VAL(key));
ZSTR_VAL          634 Zend/zend_inheritance.c 				zend_error_noreturn(E_COMPILE_ERROR, "Access level to %s::$%s must be %s (as in class %s)%s", ZSTR_VAL(ce->name), ZSTR_VAL(key), zend_visibility_string(parent_info->flags), ZSTR_VAL(ce->parent->name), (parent_info->flags&ZEND_ACC_PUBLIC) ? "" : " or weaker");
ZSTR_VAL          669 Zend/zend_inheritance.c 		zend_error_noreturn(E_CORE_ERROR, "Class %s could not implement interface %s", ZSTR_VAL(ce->name), ZSTR_VAL(iface->name));
ZSTR_VAL          672 Zend/zend_inheritance.c 		zend_error_noreturn(E_ERROR, "Interface %s cannot implement itself", ZSTR_VAL(ce->name));
ZSTR_VAL          743 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Interface %s may not inherit from class (%s)", ZSTR_VAL(ce->name), ZSTR_VAL(parent_ce->name));
ZSTR_VAL          748 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Class %s cannot extend from interface %s", ZSTR_VAL(ce->name), ZSTR_VAL(parent_ce->name));
ZSTR_VAL          750 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Class %s cannot extend from trait %s", ZSTR_VAL(ce->name), ZSTR_VAL(parent_ce->name));
ZSTR_VAL          755 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Class %s may not inherit from final class (%s)", ZSTR_VAL(ce->name), ZSTR_VAL(parent_ce->name));
ZSTR_VAL          918 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "Cannot inherit previously-inherited or override constant %s from interface %s", ZSTR_VAL(name), ZSTR_VAL(iface->name));
ZSTR_VAL          962 Zend/zend_inheritance.c 				zend_error_noreturn(E_COMPILE_ERROR, "Class %s cannot implement previously implemented interface %s", ZSTR_VAL(ce->name), ZSTR_VAL(iface->name));
ZSTR_VAL         1046 Zend/zend_inheritance.c 			zend_error_noreturn(E_COMPILE_ERROR, "%s has colliding constructor definitions coming from traits", ZSTR_VAL(ce->name));
ZSTR_VAL         1074 Zend/zend_inheritance.c 		if (!memcmp(ZSTR_VAL(mname), ZSTR_VAL(lowercase_name), ZSTR_LEN(mname))) {
ZSTR_VAL         1076 Zend/zend_inheritance.c 				zend_error_noreturn(E_COMPILE_ERROR, "%s has colliding constructor definitions coming from traits", ZSTR_VAL(ce->name));
ZSTR_VAL         1101 Zend/zend_inheritance.c 								ZSTR_VAL(zend_get_function_declaration(fn)),
ZSTR_VAL         1102 Zend/zend_inheritance.c 								ZSTR_VAL(zend_get_function_declaration(existing_fn)));
ZSTR_VAL         1108 Zend/zend_inheritance.c 								ZSTR_VAL(zend_get_function_declaration(fn)),
ZSTR_VAL         1109 Zend/zend_inheritance.c 								ZSTR_VAL(zend_get_function_declaration(existing_fn)));
ZSTR_VAL         1125 Zend/zend_inheritance.c 					ZSTR_VAL(zend_get_function_declaration(fn)),
ZSTR_VAL         1126 Zend/zend_inheritance.c 					ZSTR_VAL(zend_get_function_declaration(existing_fn)));
ZSTR_VAL         1132 Zend/zend_inheritance.c 					ZSTR_VAL(zend_get_function_declaration(fn)),
ZSTR_VAL         1133 Zend/zend_inheritance.c 					ZSTR_VAL(zend_get_function_declaration(existing_fn)));
ZSTR_VAL         1140 Zend/zend_inheritance.c 				name, ZSTR_VAL(ce->name));
ZSTR_VAL         1143 Zend/zend_inheritance.c 				ZSTR_VAL(fn->common.scope->name), ZSTR_VAL(fn->common.function_name),
ZSTR_VAL         1144 Zend/zend_inheritance.c 				ZSTR_VAL(ce->name), name,
ZSTR_VAL         1145 Zend/zend_inheritance.c 				ZSTR_VAL(existing_fn->common.scope->name), ZSTR_VAL(existing_fn->common.function_name));
ZSTR_VAL         1194 Zend/zend_inheritance.c 				&& (zend_binary_strcasecmp(ZSTR_VAL(alias->trait_method->method_name), ZSTR_LEN(alias->trait_method->method_name), ZSTR_VAL(fnname), ZSTR_LEN(fnname)) == 0)) {
ZSTR_VAL         1203 Zend/zend_inheritance.c 				zend_add_trait_method(ce, ZSTR_VAL(alias->alias), lcname, &fn_copy, overriden);
ZSTR_VAL         1230 Zend/zend_inheritance.c 					&& (zend_binary_strcasecmp(ZSTR_VAL(alias->trait_method->method_name), ZSTR_LEN(alias->trait_method->method_name), ZSTR_VAL(fnname), ZSTR_LEN(fnname)) == 0)) {
ZSTR_VAL         1244 Zend/zend_inheritance.c 		zend_add_trait_method(ce, ZSTR_VAL(fn->common.function_name), fnname, &fn_copy, overriden);
ZSTR_VAL         1256 Zend/zend_inheritance.c 		zend_error_noreturn(E_COMPILE_ERROR, "Class %s is not a trait, Only traits may be used in 'as' and 'insteadof' statements", ZSTR_VAL(trait->name));
ZSTR_VAL         1264 Zend/zend_inheritance.c 	zend_error_noreturn(E_COMPILE_ERROR, "Required Trait %s wasn't added to %s", ZSTR_VAL(trait->name), ZSTR_VAL(ce->name));
ZSTR_VAL         1288 Zend/zend_inheritance.c 					zend_error_noreturn(E_COMPILE_ERROR, "Could not find trait %s", ZSTR_VAL(cur_method_ref->class_name));
ZSTR_VAL         1300 Zend/zend_inheritance.c 							   ZSTR_VAL(cur_method_ref->ce->name),
ZSTR_VAL         1301 Zend/zend_inheritance.c 							   ZSTR_VAL(cur_method_ref->method_name));
ZSTR_VAL         1315 Zend/zend_inheritance.c 						zend_error_noreturn(E_COMPILE_ERROR, "Could not find trait %s", ZSTR_VAL(class_name));
ZSTR_VAL         1325 Zend/zend_inheritance.c 								   ZSTR_VAL(cur_method_ref->method_name),
ZSTR_VAL         1326 Zend/zend_inheritance.c 								   ZSTR_VAL(cur_precedence->trait_method->ce->name),
ZSTR_VAL         1327 Zend/zend_inheritance.c 								   ZSTR_VAL(cur_precedence->trait_method->ce->name));
ZSTR_VAL         1346 Zend/zend_inheritance.c 					zend_error_noreturn(E_COMPILE_ERROR, "Could not find trait %s", ZSTR_VAL(cur_method_ref->class_name));
ZSTR_VAL         1357 Zend/zend_inheritance.c 					zend_error_noreturn(E_COMPILE_ERROR, "An alias was defined for %s::%s but this method does not exist", ZSTR_VAL(cur_method_ref->ce->name), ZSTR_VAL(cur_method_ref->method_name));
ZSTR_VAL         1382 Zend/zend_inheritance.c 						zend_error_noreturn(E_COMPILE_ERROR, "Failed to evaluate a trait precedence (%s). Method of trait %s was defined to be excluded multiple times", ZSTR_VAL(precedences[i]->trait_method->method_name), ZSTR_VAL(trait->name));
ZSTR_VAL         1533 Zend/zend_inheritance.c 								ZSTR_VAL(find_first_definition(ce, i, prop_name, coliding_prop->ce)->name),
ZSTR_VAL         1534 Zend/zend_inheritance.c 								ZSTR_VAL(property_info->ce->name),
ZSTR_VAL         1535 Zend/zend_inheritance.c 								ZSTR_VAL(prop_name),
ZSTR_VAL         1536 Zend/zend_inheritance.c 								ZSTR_VAL(ce->name));
ZSTR_VAL         1578 Zend/zend_inheritance.c 							   ZSTR_VAL(cur_alias->alias),
ZSTR_VAL         1579 Zend/zend_inheritance.c 							   ZSTR_VAL(cur_alias->trait_method->method_name));
ZSTR_VAL         1596 Zend/zend_inheritance.c 								   ZSTR_VAL(cur_alias->trait_method->method_name));
ZSTR_VAL         1601 Zend/zend_inheritance.c 								   ZSTR_VAL(cur_alias->trait_method->method_name));
ZSTR_VAL         1653 Zend/zend_inheritance.c 		ZSTR_VAL(ce->name), ZSTR_LEN(ce->name),
ZSTR_VAL         1654 Zend/zend_inheritance.c 		ZSTR_VAL(constructor_name), ZSTR_LEN(constructor_name)
ZSTR_VAL         1662 Zend/zend_inheritance.c 		zend_error(E_DEPRECATED, "Methods with the same name as their class will not be constructors in a future version of PHP; %s has a deprecated constructor", ZSTR_VAL(ce->name));
ZSTR_VAL          160 Zend/zend_ini.c 		new_entry->name = zend_string_init(ZSTR_VAL(old_entry->name), ZSTR_LEN(old_entry->name), 1);
ZSTR_VAL          163 Zend/zend_ini.c 		new_entry->value = zend_string_init(ZSTR_VAL(old_entry->value), ZSTR_LEN(old_entry->value), 1);
ZSTR_VAL          166 Zend/zend_ini.c 		new_entry->orig_value = zend_string_init(ZSTR_VAL(old_entry->orig_value), ZSTR_LEN(old_entry->orig_value), 1);
ZSTR_VAL          198 Zend/zend_ini.c 		return zend_binary_strcasecmp(ZSTR_VAL(f->key), ZSTR_LEN(f->key), ZSTR_VAL(s->key), ZSTR_LEN(s->key));
ZSTR_VAL          428 Zend/zend_ini.c 			return (ini_entry->orig_value ? ZEND_STRTOL(ZSTR_VAL(ini_entry->orig_value), NULL, 0) : 0);
ZSTR_VAL          430 Zend/zend_ini.c 			return (ini_entry->value      ? ZEND_STRTOL(ZSTR_VAL(ini_entry->value), NULL, 0)      : 0);
ZSTR_VAL          445 Zend/zend_ini.c 			return (double) (ini_entry->orig_value ? zend_strtod(ZSTR_VAL(ini_entry->orig_value), NULL) : 0.0);
ZSTR_VAL          447 Zend/zend_ini.c 			return (double) (ini_entry->value      ? zend_strtod(ZSTR_VAL(ini_entry->value), NULL)      : 0.0);
ZSTR_VAL          466 Zend/zend_ini.c 			return ini_entry->orig_value ? ZSTR_VAL(ini_entry->orig_value) : NULL;
ZSTR_VAL          468 Zend/zend_ini.c 			return ini_entry->value ? ZSTR_VAL(ini_entry->value) : NULL;
ZSTR_VAL          548 Zend/zend_ini.c 		if (ZSTR_LEN(tmp_value) == 4 && strcasecmp(ZSTR_VAL(tmp_value), "true") == 0) {
ZSTR_VAL          550 Zend/zend_ini.c 		} else if (ZSTR_LEN(tmp_value) == 3 && strcasecmp(ZSTR_VAL(tmp_value), "yes") == 0) {
ZSTR_VAL          552 Zend/zend_ini.c 		} else if (ZSTR_LEN(tmp_value) == 2 && strcasecmp(ZSTR_VAL(tmp_value), "on") == 0) {
ZSTR_VAL          555 Zend/zend_ini.c 			value = atoi(ZSTR_VAL(tmp_value));
ZSTR_VAL          574 Zend/zend_ini.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          576 Zend/zend_ini.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          601 Zend/zend_ini.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          603 Zend/zend_ini.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          632 Zend/zend_ini.c 	if (ZSTR_LEN(new_value) == 2 && strcasecmp("on", ZSTR_VAL(new_value)) == 0) {
ZSTR_VAL          635 Zend/zend_ini.c 	else if (ZSTR_LEN(new_value) == 3 && strcasecmp("yes", ZSTR_VAL(new_value)) == 0) {
ZSTR_VAL          638 Zend/zend_ini.c 	else if (ZSTR_LEN(new_value) == 4 && strcasecmp("true", ZSTR_VAL(new_value)) == 0) {
ZSTR_VAL          642 Zend/zend_ini.c 		*p = (zend_bool) atoi(ZSTR_VAL(new_value));
ZSTR_VAL          661 Zend/zend_ini.c 	*p = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
ZSTR_VAL          677 Zend/zend_ini.c 	tmp = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
ZSTR_VAL          702 Zend/zend_ini.c 	*p = zend_strtod(ZSTR_VAL(new_value), NULL);
ZSTR_VAL          720 Zend/zend_ini.c 	*p = new_value ? ZSTR_VAL(new_value) : NULL;
ZSTR_VAL          736 Zend/zend_ini.c 	if (new_value && !ZSTR_VAL(new_value)[0]) {
ZSTR_VAL          742 Zend/zend_ini.c 	*p = new_value ? ZSTR_VAL(new_value) : NULL;
ZSTR_VAL          110 Zend/zend_ini_parser.y 		ZVAL_PSTRINGL(op1, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL           81 Zend/zend_interfaces.c 				zend_error_noreturn(E_CORE_ERROR, "Couldn't find implementation for method %s%s%s", obj_ce ? ZSTR_VAL(obj_ce->name) : "", obj_ce ? "::" : "", function_name);
ZSTR_VAL          113 Zend/zend_interfaces.c 			zend_error_noreturn(E_CORE_ERROR, "Couldn't execute method %s%s%s", obj_ce ? ZSTR_VAL(obj_ce->name) : "", obj_ce ? "::" : "", function_name);
ZSTR_VAL          219 Zend/zend_interfaces.c 			zend_error(E_WARNING, "Nothing returned from %s::key()", ZSTR_VAL(iter->ce->name));
ZSTR_VAL          293 Zend/zend_interfaces.c 			zend_throw_exception_ex(NULL, 0, "Objects returned by %s::getIterator() must be traversable or implement interface Iterator", ce ? ZSTR_VAL(ce->name) : ZSTR_VAL(Z_OBJCE_P(object)->name));
ZSTR_VAL          320 Zend/zend_interfaces.c 		ZSTR_VAL(class_type->name),
ZSTR_VAL          321 Zend/zend_interfaces.c 		ZSTR_VAL(zend_ce_traversable->name),
ZSTR_VAL          322 Zend/zend_interfaces.c 		ZSTR_VAL(zend_ce_iterator->name),
ZSTR_VAL          323 Zend/zend_interfaces.c 		ZSTR_VAL(zend_ce_aggregate->name));
ZSTR_VAL          344 Zend/zend_interfaces.c 									ZSTR_VAL(class_type->name),
ZSTR_VAL          345 Zend/zend_interfaces.c 									ZSTR_VAL(interface->name),
ZSTR_VAL          346 Zend/zend_interfaces.c 									ZSTR_VAL(zend_ce_iterator->name));
ZSTR_VAL          376 Zend/zend_interfaces.c 							ZSTR_VAL(class_type->name),
ZSTR_VAL          377 Zend/zend_interfaces.c 							ZSTR_VAL(interface->name),
ZSTR_VAL          378 Zend/zend_interfaces.c 							ZSTR_VAL(zend_ce_aggregate->name));
ZSTR_VAL          443 Zend/zend_interfaces.c 		zend_throw_exception_ex(NULL, 0, "%s::serialize() must return a string or NULL", ZSTR_VAL(ce->name));
ZSTR_VAL          475 Zend/zend_interfaces.c 	zend_throw_exception_ex(NULL, 0, "Serialization of '%s' is not allowed", ZSTR_VAL(ce->name));
ZSTR_VAL          482 Zend/zend_interfaces.c 	zend_throw_exception_ex(NULL, 0, "Unserialization of '%s' is not allowed", ZSTR_VAL(ce->name));
ZSTR_VAL          309 Zend/zend_object_handlers.c 	if (UNEXPECTED(ZSTR_VAL(member)[0] == '\0')) {
ZSTR_VAL          337 Zend/zend_object_handlers.c 							zend_error(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_VAL(member));
ZSTR_VAL          368 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(flags), ZSTR_VAL(ce->name), ZSTR_VAL(member));
ZSTR_VAL          387 Zend/zend_object_handlers.c 	if (UNEXPECTED(ZSTR_VAL(member)[0] == '\0')) {
ZSTR_VAL          415 Zend/zend_object_handlers.c 							zend_error(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_VAL(member));
ZSTR_VAL          439 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(flags), ZSTR_VAL(ce->name), ZSTR_VAL(member));
ZSTR_VAL          457 Zend/zend_object_handlers.c 	if (ZSTR_VAL(prop_info_name)[0] == 0) {
ZSTR_VAL          479 Zend/zend_object_handlers.c 		} else if (strcmp(ZSTR_VAL(prop_info_name)+1, ZSTR_VAL(property_info->name)+1)) {
ZSTR_VAL          573 Zend/zend_object_handlers.c 						zend_error(E_NOTICE, "Indirect modification of overloaded property %s::$%s has no effect", ZSTR_VAL(zobj->ce->name), Z_STRVAL_P(member));
ZSTR_VAL          596 Zend/zend_object_handlers.c 		zend_error(E_NOTICE,"Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), Z_STRVAL_P(member));
ZSTR_VAL          726 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Undefined offset for object of type %s used as array", ZSTR_VAL(ce->name));
ZSTR_VAL          732 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
ZSTR_VAL          753 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
ZSTR_VAL          782 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
ZSTR_VAL          804 Zend/zend_object_handlers.c 	fprintf(stderr, "Ptr object #%d property: %s\n", Z_OBJ_HANDLE_P(object), ZSTR_VAL(name));
ZSTR_VAL          819 Zend/zend_object_handlers.c 						zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name));
ZSTR_VAL          850 Zend/zend_object_handlers.c 					zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name));
ZSTR_VAL          948 Zend/zend_object_handlers.c 		zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name));
ZSTR_VAL         1065 Zend/zend_object_handlers.c 	if (UNEXPECTED(strlen(ZSTR_VAL(method_name)) != ZSTR_LEN(method_name))) {
ZSTR_VAL         1066 Zend/zend_object_handlers.c 		func->function_name = zend_string_init(ZSTR_VAL(method_name), strlen(ZSTR_VAL(method_name)), 0);
ZSTR_VAL         1096 Zend/zend_object_handlers.c 		zend_str_tolower_copy(ZSTR_VAL(lc_method_name), ZSTR_VAL(method_name), ZSTR_LEN(method_name));
ZSTR_VAL         1125 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         1152 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         1186 Zend/zend_object_handlers.c 		lc_class_name = zend_str_tolower_dup(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name));
ZSTR_VAL         1190 Zend/zend_object_handlers.c 		if (!memcmp(lc_class_name, ZSTR_VAL(lc_function_name), ZSTR_LEN(function_name)) && memcmp(ZSTR_VAL(ce->constructor->common.function_name), "__", sizeof("__") - 1)) {
ZSTR_VAL         1228 Zend/zend_object_handlers.c 		zend_error_noreturn(E_ERROR, "Cannot call non static method %s::%s() without object", ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         1245 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         1256 Zend/zend_object_handlers.c 				zend_throw_error(NULL, "Call to %s method %s::%s() from context '%s'", zend_visibility_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         1281 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Cannot access %s property %s::$%s", zend_visibility_string(property_info->flags), ZSTR_VAL(ce->name), ZSTR_VAL(property_name));
ZSTR_VAL         1301 Zend/zend_object_handlers.c 			zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(property_name));
ZSTR_VAL         1312 Zend/zend_object_handlers.c 	zend_throw_error(NULL, "Attempt to unset static property %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(property_name));
ZSTR_VAL         1329 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to private %s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name));
ZSTR_VAL         1332 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to private %s::%s() from invalid context", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name));
ZSTR_VAL         1343 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to protected %s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name), ZSTR_VAL(EG(scope)->name));
ZSTR_VAL         1346 Zend/zend_object_handlers.c 					zend_throw_error(NULL, "Call to protected %s::%s() from invalid context", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->common.function_name));
ZSTR_VAL         1542 Zend/zend_object_handlers.c 							ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg));
ZSTR_VAL         1557 Zend/zend_object_handlers.c 					zend_error(E_RECOVERABLE_ERROR, "Method %s::__toString() must return a string value", ZSTR_VAL(ce->name));
ZSTR_VAL         1567 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to int", ZSTR_VAL(ce->name));
ZSTR_VAL         1575 Zend/zend_object_handlers.c 			zend_error(E_NOTICE, "Object of class %s could not be converted to float", ZSTR_VAL(ce->name));
ZSTR_VAL          100 Zend/zend_objects.c 							ZSTR_VAL(ce->name),
ZSTR_VAL          101 Zend/zend_objects.c 							EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL          105 Zend/zend_objects.c 							ZSTR_VAL(ce->name),
ZSTR_VAL          106 Zend/zend_objects.c 							EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL          119 Zend/zend_objects.c 							ZSTR_VAL(ce->name),
ZSTR_VAL          120 Zend/zend_objects.c 							EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL          124 Zend/zend_objects.c 							ZSTR_VAL(ce->name),
ZSTR_VAL          125 Zend/zend_objects.c 							EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL          162 Zend/zend_operators.c 				if ((Z_TYPE_INFO_P(op)=is_numeric_string(ZSTR_VAL(str), ZSTR_LEN(str), &Z_LVAL_P(op), &Z_DVAL_P(op), 1)) == 0) {
ZSTR_VAL          236 Zend/zend_operators.c 				"Object of class %s could not be converted to %s", ZSTR_VAL(Z_OBJCE_P(op)->name),\
ZSTR_VAL          317 Zend/zend_operators.c 				ZVAL_LONG(op, ZEND_STRTOL(ZSTR_VAL(str), NULL, base));
ZSTR_VAL          377 Zend/zend_operators.c 				ZVAL_DOUBLE(op, zend_strtod(ZSTR_VAL(str), NULL));
ZSTR_VAL          458 Zend/zend_operators.c 					|| (ZSTR_LEN(str) == 1 && ZSTR_VAL(str)[0] == '0')) {
ZSTR_VAL          851 Zend/zend_operators.c 			zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be converted to string", ZSTR_VAL(Z_OBJCE_P(op)->name));
ZSTR_VAL         1366 Zend/zend_operators.c 			ZSTR_VAL(str)[i] = Z_STRVAL_P(longer)[i] | Z_STRVAL_P(shorter)[i];
ZSTR_VAL         1368 Zend/zend_operators.c 		memcpy(ZSTR_VAL(str) + i, Z_STRVAL_P(longer) + i, Z_STRLEN_P(longer) - i + 1);
ZSTR_VAL         1433 Zend/zend_operators.c 			ZSTR_VAL(str)[i] = Z_STRVAL_P(shorter)[i] & Z_STRVAL_P(longer)[i];
ZSTR_VAL         1435 Zend/zend_operators.c 		ZSTR_VAL(str)[i] = 0;
ZSTR_VAL         1500 Zend/zend_operators.c 			ZSTR_VAL(str)[i] = Z_STRVAL_P(shorter)[i] ^ Z_STRVAL_P(longer)[i];
ZSTR_VAL         1502 Zend/zend_operators.c 		ZSTR_VAL(str)[i] = 0;
ZSTR_VAL         1651 Zend/zend_operators.c 			memcpy(ZSTR_VAL(result_str), Z_STRVAL_P(op1), op1_len);
ZSTR_VAL         1659 Zend/zend_operators.c 		memcpy(ZSTR_VAL(result_str) + op1_len, Z_STRVAL_P(op2), op2_len);
ZSTR_VAL         1660 Zend/zend_operators.c 		ZSTR_VAL(result_str)[result_len] = '\0';
ZSTR_VAL         1680 Zend/zend_operators.c 		ret = zend_binary_strcasecmp_l(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str1));
ZSTR_VAL         1682 Zend/zend_operators.c 		ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2));
ZSTR_VAL         1703 Zend/zend_operators.c 		int ret = zend_binary_strcmp(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2));
ZSTR_VAL         1724 Zend/zend_operators.c 		int ret = zend_binary_strcasecmp_l(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str1));
ZSTR_VAL         1738 Zend/zend_operators.c 	int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2));
ZSTR_VAL         2214 Zend/zend_operators.c 		memcpy(ZSTR_VAL(t) + 1, Z_STRVAL_P(str), Z_STRLEN_P(str));
ZSTR_VAL         2215 Zend/zend_operators.c 		ZSTR_VAL(t)[Z_STRLEN_P(str) + 1] = '\0';
ZSTR_VAL         2218 Zend/zend_operators.c 				ZSTR_VAL(t)[0] = '1';
ZSTR_VAL         2221 Zend/zend_operators.c 				ZSTR_VAL(t)[0] = 'A';
ZSTR_VAL         2224 Zend/zend_operators.c 				ZSTR_VAL(t)[0] = 'a';
ZSTR_VAL         2387 Zend/zend_operators.c 		zend_error(E_RECOVERABLE_ERROR, "Object of class %s could not be converted to boolean", ZSTR_VAL(Z_OBJ_P(op)->ce->name));
ZSTR_VAL         2475 Zend/zend_operators.c 	register unsigned char *p = (unsigned char*)ZSTR_VAL(str);
ZSTR_VAL         2483 Zend/zend_operators.c 			if (p != (unsigned char*)ZSTR_VAL(str)) {
ZSTR_VAL         2484 Zend/zend_operators.c 				memcpy(ZSTR_VAL(res), ZSTR_VAL(str), p - (unsigned char*)ZSTR_VAL(str));
ZSTR_VAL         2486 Zend/zend_operators.c 			r = p + (ZSTR_VAL(res) - ZSTR_VAL(str));
ZSTR_VAL         2749 Zend/zend_operators.c     return is_numeric_string_ex(ZSTR_VAL(str), ZSTR_LEN(str), lval, dval, -1, NULL);
ZSTR_VAL           78 Zend/zend_smart_str.h 		ZSTR_VAL(str->s)[ZSTR_LEN(str->s)] = '\0';
ZSTR_VAL           84 Zend/zend_smart_str.h 	ZSTR_VAL(dest->s)[new_len - 1] = ch;
ZSTR_VAL           90 Zend/zend_smart_str.h 	memcpy(ZSTR_VAL(dest->s) + ZSTR_LEN(dest->s), str, len);
ZSTR_VAL           95 Zend/zend_smart_str.h 	smart_str_appendl_ex(dest, ZSTR_VAL(src), ZSTR_LEN(src), persistent);
ZSTR_VAL           59 Zend/zend_string.c 	ZSTR_VAL(str)[0] = '\000';
ZSTR_VAL           96 Zend/zend_string.c 			if (!memcmp(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str))) {
ZSTR_VAL           74 Zend/zend_string.h 	memcpy(ZSTR_VAL(str), (s), (len)); \
ZSTR_VAL           75 Zend/zend_string.h 	ZSTR_VAL(str)[(len)] = '\0'; \
ZSTR_VAL           85 Zend/zend_string.h 		ZSTR_H(s) = zend_hash_func(ZSTR_VAL(s), ZSTR_LEN(s));
ZSTR_VAL          159 Zend/zend_string.h 	memcpy(ZSTR_VAL(ret), str, len);
ZSTR_VAL          160 Zend/zend_string.h 	ZSTR_VAL(ret)[len] = '\0';
ZSTR_VAL          177 Zend/zend_string.h 		return zend_string_init(ZSTR_VAL(s), ZSTR_LEN(s), persistent);
ZSTR_VAL          196 Zend/zend_string.h 	memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN(len, ZSTR_LEN(s)) + 1);
ZSTR_VAL          216 Zend/zend_string.h 	memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), ZSTR_LEN(s) + 1);
ZSTR_VAL          236 Zend/zend_string.h 	memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), len + 1);
ZSTR_VAL          255 Zend/zend_string.h 	memcpy(ZSTR_VAL(ret), ZSTR_VAL(s), MIN((n * m) + l, ZSTR_LEN(s)) + 1);
ZSTR_VAL          279 Zend/zend_string.h 	return s1 == s2 || (ZSTR_LEN(s1) == ZSTR_LEN(s2) && !memcmp(ZSTR_VAL(s1), ZSTR_VAL(s2), ZSTR_LEN(s1)));
ZSTR_VAL          283 Zend/zend_string.h 	(ZSTR_LEN(s1) == ZSTR_LEN(s2) && !zend_binary_strcasecmp(ZSTR_VAL(s1), ZSTR_LEN(s1), ZSTR_VAL(s2), ZSTR_LEN(s2)))
ZSTR_VAL          286 Zend/zend_string.h 	(ZSTR_LEN(str) == sizeof(c) - 1 && !zend_binary_strcasecmp(ZSTR_VAL(str), ZSTR_LEN(str), (c), sizeof(c) - 1))
ZSTR_VAL          289 Zend/zend_string.h 	(ZSTR_LEN(str) == sizeof(literal)-1 && !memcmp(ZSTR_VAL(str), literal, sizeof(literal) - 1))
ZSTR_VAL          366 Zend/zend_string.h 	ZSTR_VAL(str)[0] = '\000';
ZSTR_VAL          515 Zend/zend_types.h #define Z_STRVAL(zval)				ZSTR_VAL(Z_STR(zval))
ZSTR_VAL          290 Zend/zend_variables.c 				zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(key->key));
ZSTR_VAL          297 Zend/zend_variables.c 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(key->key));
ZSTR_VAL          294 Zend/zend_vm_def.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL          299 Zend/zend_vm_def.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL          300 Zend/zend_vm_def.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         1456 Zend/zend_vm_def.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         1462 Zend/zend_vm_def.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         1506 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         1530 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         1558 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         1564 Zend/zend_vm_def.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         1579 Zend/zend_vm_def.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         1585 Zend/zend_vm_def.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         2715 Zend/zend_vm_def.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         2716 Zend/zend_vm_def.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         2840 Zend/zend_vm_def.h 		memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
ZSTR_VAL         2979 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         3082 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         3105 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         3122 Zend/zend_vm_def.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3132 Zend/zend_vm_def.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3226 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
ZSTR_VAL         3241 Zend/zend_vm_def.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3249 Zend/zend_vm_def.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3257 Zend/zend_vm_def.h 				zend_str_tolower_copy(ZSTR_VAL(lcname), Z_STRVAL_P(function_name) + 1, Z_STRLEN_P(function_name) - 1);
ZSTR_VAL         3329 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
ZSTR_VAL         3338 Zend/zend_vm_def.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3346 Zend/zend_vm_def.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3358 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
ZSTR_VAL         3431 Zend/zend_vm_def.h 				ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
ZSTR_VAL         3629 Zend/zend_vm_def.h 				fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
ZSTR_VAL         3631 Zend/zend_vm_def.h 				ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3702 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         3707 Zend/zend_vm_def.h 				fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
ZSTR_VAL         3709 Zend/zend_vm_def.h 				ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         4472 Zend/zend_vm_def.h 						NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name)
ZSTR_VAL         4518 Zend/zend_vm_def.h 						EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         4520 Zend/zend_vm_def.h 						ZSTR_VAL(EX(call)->func->common.function_name)
ZSTR_VAL         4619 Zend/zend_vm_def.h 							EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         4621 Zend/zend_vm_def.h 							ZSTR_VAL(EX(call)->func->common.function_name));
ZSTR_VAL         4676 Zend/zend_vm_def.h 					EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         4678 Zend/zend_vm_def.h 					ZSTR_VAL(EX(call)->func->common.function_name));
ZSTR_VAL         5008 Zend/zend_vm_def.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         5021 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         5029 Zend/zend_vm_def.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         5428 Zend/zend_vm_def.h 					} else if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) {
ZSTR_VAL         5799 Zend/zend_vm_def.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         5948 Zend/zend_vm_def.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         6094 Zend/zend_vm_def.h 				} else if (ZSTR_VAL(p->key)[0]) {
ZSTR_VAL         6286 Zend/zend_vm_def.h 				} else if (ZSTR_VAL(p->key)[0]) {
ZSTR_VAL         7062 Zend/zend_vm_def.h 		zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ZSTR_VAL(ce->name), ZSTR_VAL(iface->name));
ZSTR_VAL         7085 Zend/zend_vm_def.h 			zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ZSTR_VAL(ce->name), ZSTR_VAL(trait->name));
ZSTR_VAL         7494 Zend/zend_vm_def.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         7631 Zend/zend_vm_def.h 	          EXPECTED(memcmp(ZSTR_VAL(p->key), Z_STRVAL_P(varname), Z_STRLEN_P(varname)) == 0)))) {
ZSTR_VAL         7756 Zend/zend_vm_def.h 			    EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) {
ZSTR_VAL          682 Zend/zend_vm_execute.h 				fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
ZSTR_VAL          684 Zend/zend_vm_execute.h 				ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL          755 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call abstract method %s::%s()", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL          760 Zend/zend_vm_execute.h 				fbc->common.scope ? ZSTR_VAL(fbc->common.scope->name) : "",
ZSTR_VAL          762 Zend/zend_vm_execute.h 				ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         1013 Zend/zend_vm_execute.h 						NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name)
ZSTR_VAL         1059 Zend/zend_vm_execute.h 						EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         1061 Zend/zend_vm_execute.h 						ZSTR_VAL(EX(call)->func->common.function_name)
ZSTR_VAL         1160 Zend/zend_vm_execute.h 							EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         1162 Zend/zend_vm_execute.h 							ZSTR_VAL(EX(call)->func->common.function_name));
ZSTR_VAL         1456 Zend/zend_vm_execute.h 			zend_error_noreturn(E_ERROR, "%s cannot use %s - it is not a trait", ZSTR_VAL(ce->name), ZSTR_VAL(trait->name));
ZSTR_VAL         1972 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
ZSTR_VAL         1987 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         1995 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2003 Zend/zend_vm_execute.h 				zend_str_tolower_copy(ZSTR_VAL(lcname), Z_STRVAL_P(function_name) + 1, Z_STRLEN_P(function_name) - 1);
ZSTR_VAL         2075 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
ZSTR_VAL         2084 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2092 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2104 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
ZSTR_VAL         2259 Zend/zend_vm_execute.h 		zend_error_noreturn(E_ERROR, "%s cannot implement %s - it is not an interface", ZSTR_VAL(ce->name), ZSTR_VAL(iface->name));
ZSTR_VAL         2395 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
ZSTR_VAL         2410 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2418 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2426 Zend/zend_vm_execute.h 				zend_str_tolower_copy(ZSTR_VAL(lcname), Z_STRVAL_P(function_name) + 1, Z_STRLEN_P(function_name) - 1);
ZSTR_VAL         2498 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
ZSTR_VAL         2507 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2515 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2527 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
ZSTR_VAL         2651 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), ZSTR_VAL(mname));
ZSTR_VAL         2666 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2674 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2682 Zend/zend_vm_execute.h 				zend_str_tolower_copy(ZSTR_VAL(lcname), Z_STRVAL_P(function_name) + 1, Z_STRLEN_P(function_name) - 1);
ZSTR_VAL         2754 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(called_scope->name), Z_STRVAL_P(method));
ZSTR_VAL         2763 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2771 Zend/zend_vm_execute.h 						ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         2783 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(object->ce->name), Z_STRVAL_P(method));
ZSTR_VAL         2869 Zend/zend_vm_execute.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2875 Zend/zend_vm_execute.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         3438 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         3451 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         3459 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         3619 Zend/zend_vm_execute.h 					} else if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) {
ZSTR_VAL         3764 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         3910 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         4159 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         4257 Zend/zend_vm_execute.h 			    EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) {
ZSTR_VAL         4565 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         4570 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         4571 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         4969 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4993 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         5020 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         5026 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         5041 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         5047 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         5473 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         5474 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         5575 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         5676 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         5699 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         5716 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         5726 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         5785 Zend/zend_vm_execute.h 				ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
ZSTR_VAL         6903 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         6927 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         6954 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         6960 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         6975 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         6981 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         7409 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         7433 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         7460 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         7466 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         7481 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         7487 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         7672 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         7695 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         7712 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         7722 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         8540 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         8545 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         8546 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         9219 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         9220 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         9321 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         9422 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         9445 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         9462 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         9472 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         9531 Zend/zend_vm_execute.h 				ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
ZSTR_VAL         10396 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         10401 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         10402 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         11041 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         11042 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         11143 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         11245 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         11268 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         11285 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         11295 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         11354 Zend/zend_vm_execute.h 				ZSTR_VAL(func->common.scope->name), ZSTR_VAL(func->common.function_name));
ZSTR_VAL         12168 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         12315 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         12548 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         12603 Zend/zend_vm_execute.h 			    EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) {
ZSTR_VAL         12894 Zend/zend_vm_execute.h 		memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
ZSTR_VAL         14167 Zend/zend_vm_execute.h 		memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
ZSTR_VAL         14681 Zend/zend_vm_execute.h 		memcpy(target, ZSTR_VAL(rope[i]), ZSTR_LEN(rope[i]));
ZSTR_VAL         15364 Zend/zend_vm_execute.h 					EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         15366 Zend/zend_vm_execute.h 					ZSTR_VAL(EX(call)->func->common.function_name));
ZSTR_VAL         15617 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         15766 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         15912 Zend/zend_vm_execute.h 				} else if (ZSTR_VAL(p->key)[0]) {
ZSTR_VAL         16104 Zend/zend_vm_execute.h 				} else if (ZSTR_VAL(p->key)[0]) {
ZSTR_VAL         16369 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         16424 Zend/zend_vm_execute.h 			    EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) {
ZSTR_VAL         17597 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         17620 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         17637 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         17647 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         19232 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         19255 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         19272 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         19282 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         20860 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         20883 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         20900 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         20910 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         22437 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         22460 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Cannot call private %s::__construct()", ZSTR_VAL(ce->name));
ZSTR_VAL         22477 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         22487 Zend/zend_vm_execute.h 					ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL         22825 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         22838 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         22846 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         23851 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         26266 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         27758 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         28365 Zend/zend_vm_execute.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         28371 Zend/zend_vm_execute.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         28905 Zend/zend_vm_execute.h 					EX(call)->func->common.scope ? ZSTR_VAL(EX(call)->func->common.scope->name) : "",
ZSTR_VAL         28907 Zend/zend_vm_execute.h 					ZSTR_VAL(EX(call)->func->common.function_name));
ZSTR_VAL         29009 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         29022 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         29030 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         29190 Zend/zend_vm_execute.h 					} else if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) {
ZSTR_VAL         29335 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         29481 Zend/zend_vm_execute.h 					zend_throw_exception_ex(NULL, 0, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         29730 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Object of type %s did not create an Iterator", ZSTR_VAL(ce->name));
ZSTR_VAL         29828 Zend/zend_vm_execute.h 			    EXPECTED(memcmp(ZSTR_VAL(ce->name), "__PHP_Incomplete_Class", sizeof("__PHP_Incomplete_Class") - 1) != 0)) {
ZSTR_VAL         30116 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         30121 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         30122 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         31087 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         31111 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         31138 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         31144 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         31159 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         31165 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         31914 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         31915 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         32016 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         32964 Zend/zend_vm_execute.h 	          EXPECTED(memcmp(ZSTR_VAL(p->key), Z_STRVAL_P(varname), Z_STRLEN_P(varname)) == 0)))) {
ZSTR_VAL         33306 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         33330 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         33357 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         33363 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         33378 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         33384 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         34253 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         34277 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         34304 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         34310 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         34325 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         34331 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         35371 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         35376 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         35377 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         36998 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         36999 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         37100 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         38067 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         38072 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         38073 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         39578 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         39579 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         39680 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         40294 Zend/zend_vm_execute.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         40300 Zend/zend_vm_execute.h 			zend_write(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         40591 Zend/zend_vm_execute.h 			zend_throw_error(NULL, "Trying to clone an uncloneable object of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         40604 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to private %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         40612 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to protected %s::__clone() from context '%s'", ZSTR_VAL(ce->name), EG(scope) ? ZSTR_VAL(EG(scope)->name) : "");
ZSTR_VAL         40672 Zend/zend_vm_execute.h 					} else if (SUCCESS == zend_stream_open(ZSTR_VAL(resolved_path), &file_handle)) {
ZSTR_VAL         41096 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         41101 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         41102 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         41464 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         41488 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         41516 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         41522 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         41537 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         41543 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         41813 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         41814 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         41915 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         42463 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         42487 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         42515 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42521 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42536 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42542 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42874 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         42898 Zend/zend_vm_execute.h 					zend_throw_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         42926 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42932 Zend/zend_vm_execute.h 					zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42947 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         42953 Zend/zend_vm_execute.h 						zend_error(E_NOTICE,"Undefined variable: %s", ZSTR_VAL(name));
ZSTR_VAL         43474 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         43479 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         43480 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         43961 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         43962 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         44063 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL         44619 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + len, ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         44624 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         44625 Zend/zend_vm_execute.h 				memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         45107 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str), ZSTR_VAL(op1_str), ZSTR_LEN(op1_str));
ZSTR_VAL         45108 Zend/zend_vm_execute.h 		memcpy(ZSTR_VAL(str) + ZSTR_LEN(op1_str), ZSTR_VAL(op2_str), ZSTR_LEN(op2_str)+1);
ZSTR_VAL         45209 Zend/zend_vm_execute.h 				zend_throw_error(NULL, "Call to undefined method %s::%s()", ZSTR_VAL(obj->ce->name), Z_STRVAL_P(function_name));
ZSTR_VAL           61 ext/bcmath/libbcmath/src/num2str.c 	sptr = ZSTR_VAL(str);
ZSTR_VAL           79 ext/bcmath/libbcmath/src/num2str.c 	ZSTR_LEN(str) = sptr - (char *)ZSTR_VAL(str);
ZSTR_VAL          294 ext/bz2/bz2.c  			VCWD_UNLINK(ZSTR_VAL(*opened_path));
ZSTR_VAL          382 ext/bz2/bz2.c  	ZSTR_LEN(data) = php_stream_read(stream, ZSTR_VAL(data), ZSTR_LEN(data));
ZSTR_VAL          383 ext/bz2/bz2.c  	ZSTR_VAL(data)[ZSTR_LEN(data)] = '\0';
ZSTR_VAL          542 ext/bz2/bz2.c  	error = BZ2_bzBuffToBuffCompress(ZSTR_VAL(dest), &dest_len, source, source_len, block_size, 0, work_factor);
ZSTR_VAL          550 ext/bz2/bz2.c  		ZSTR_VAL(dest)[ZSTR_LEN(dest)] = '\0';
ZSTR_VAL         2268 ext/curl/interface.c 			int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0);
ZSTR_VAL         2293 ext/curl/interface.c 				int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0);
ZSTR_VAL         2304 ext/curl/interface.c 			int ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 1);
ZSTR_VAL         2313 ext/curl/interface.c 			int ret = php_curl_option_url(ch, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2474 ext/curl/interface.c 				slist = curl_slist_append(slist, ZSTR_VAL(val));
ZSTR_VAL         2553 ext/curl/interface.c 							php_error_docref(NULL, E_WARNING, "Invalid filename for key %s", ZSTR_VAL(string_key));
ZSTR_VAL         2557 ext/curl/interface.c 							if (php_check_open_basedir(ZSTR_VAL(postval))) {
ZSTR_VAL         2570 ext/curl/interface.c 											CURLFORM_COPYNAME, ZSTR_VAL(string_key),
ZSTR_VAL         2572 ext/curl/interface.c 											CURLFORM_FILENAME, filename ? filename : ZSTR_VAL(postval),
ZSTR_VAL         2574 ext/curl/interface.c 											CURLFORM_FILE, ZSTR_VAL(postval),
ZSTR_VAL         2592 ext/curl/interface.c 										 CURLFORM_COPYNAME, ZSTR_VAL(string_key),
ZSTR_VAL         2594 ext/curl/interface.c 										 CURLFORM_COPYCONTENTS, ZSTR_VAL(postval),
ZSTR_VAL         2621 ext/curl/interface.c 				error = curl_easy_setopt(ch->cp, CURLOPT_COPYPOSTFIELDS, ZSTR_VAL(str));
ZSTR_VAL         2627 ext/curl/interface.c 				post = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2726 ext/curl/interface.c 			if (ZSTR_LEN(str) && php_check_open_basedir(ZSTR_VAL(str))) {
ZSTR_VAL         2731 ext/curl/interface.c 			ret = php_curl_option_str(ch, option, ZSTR_VAL(str), ZSTR_LEN(str), 0);
ZSTR_VAL         1666 ext/date/php_date.c 	while ((real_len = strftime(ZSTR_VAL(buf), buf_len, format, &ta)) == buf_len || real_len == 0) {
ZSTR_VAL         2194 ext/date/php_date.c 				ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d",
ZSTR_VAL         2286 ext/date/php_date.c 			ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d",
ZSTR_VAL         3753 ext/date/php_date.c 			ZSTR_LEN(tmpstr) = snprintf(ZSTR_VAL(tmpstr), sizeof("+05:00"), "%c%02d:%02d",
ZSTR_VAL         4126 ext/date/php_date.c 			DATE_A64I((*intobj)->diff->member, ZSTR_VAL(str)); \
ZSTR_VAL          495 ext/dba/dba.c  	for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++);
ZSTR_VAL          498 ext/dba/dba.c  		php_error_docref(NULL, E_WARNING, "No such handler: %s", ZSTR_VAL(new_value));
ZSTR_VAL          557 ext/dba/dba.c  		php_info_print_table_row(2, "Supported handlers", ZSTR_VAL(handlers.s));
ZSTR_VAL          872 ext/dba/dba.c  					info->lock.name = pestrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path), persistent);
ZSTR_VAL          883 ext/dba/dba.c  					info->path = pestrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path), persistent);
ZSTR_VAL          886 ext/dba/dba.c  				info->lock.name = pestrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path), persistent);
ZSTR_VAL          172 ext/dom/attr.c 	xmlNodeSetContentLen((xmlNodePtr) attrp, (xmlChar *) ZSTR_VAL(str), ZSTR_LEN(str) + 1);
ZSTR_VAL          111 ext/dom/characterdata.c 	xmlNodeSetContentLen(nodep, (xmlChar *) ZSTR_VAL(str), ZSTR_LEN(str) + 1);
ZSTR_VAL          351 ext/dom/document.c 		docp->encoding = xmlStrdup((const xmlChar *) ZSTR_VAL(str));
ZSTR_VAL          442 ext/dom/document.c 	docp->version = xmlStrdup((const xmlChar *) ZSTR_VAL(str));
ZSTR_VAL          670 ext/dom/document.c 	docp->URL = xmlStrdup((const xmlChar *) ZSTR_VAL(str));
ZSTR_VAL         2249 ext/dom/document.c 			php_error_docref(NULL, E_ERROR, "Class %s could not be registered.", ZSTR_VAL(ce->name));
ZSTR_VAL         2253 ext/dom/document.c 		php_error_docref(NULL, E_ERROR, "Class %s is not derived from %s.", ZSTR_VAL(ce->name), ZSTR_VAL(basece->name));
ZSTR_VAL          347 ext/dom/node.c 				xmlNodeSetContentLen(nodep, (xmlChar *) ZSTR_VAL(str), ZSTR_LEN(str) + 1);
ZSTR_VAL          724 ext/dom/node.c 			prefix = ZSTR_VAL(str);
ZSTR_VAL          859 ext/dom/node.c 	xmlNodeAddContent(nodep, ZSTR_VAL(str));
ZSTR_VAL         1748 ext/dom/node.c 						xmlXPathRegisterNs(ctxp, (xmlChar *) ZSTR_VAL(prefix), (xmlChar *) Z_STRVAL_P(tmpns));
ZSTR_VAL          340 ext/dom/php_dom.c 		php_error(E_WARNING, "Couldn't fetch %s. Node no longer exists", ZSTR_VAL(obj->std.ce->name));
ZSTR_VAL          140 ext/dom/php_dom.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(__intern->std.ce->name));\
ZSTR_VAL          146 ext/dom/processinginstruction.c 	xmlNodeSetContentLen(nodep, (xmlChar *) ZSTR_VAL(str), ZSTR_LEN(str) + 1);
ZSTR_VAL           70 ext/dom/xml_common.h 			ZSTR_VAL(__intern->std.ce->name));\
ZSTR_VAL          197 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable));
ZSTR_VAL          199 ext/dom/xpath.c 		php_error_docref(NULL, E_WARNING, "Not allowed to call handler '%s()'.", ZSTR_VAL(callable));
ZSTR_VAL          224 ext/dom/xpath.c 				valuePush(ctxt, xmlXPathNewString((xmlChar *) ZSTR_VAL(str)));
ZSTR_VAL          169 ext/exif/exif.c 		if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value),
ZSTR_VAL          171 ext/exif/exif.c 			php_error_docref(NULL, E_WARNING, "Illegal encoding ignored: '%s'", ZSTR_VAL(new_value));
ZSTR_VAL          184 ext/exif/exif.c 		if (FAILURE == zend_multibyte_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value),
ZSTR_VAL          186 ext/exif/exif.c 			php_error_docref(NULL, E_WARNING, "Illegal encoding ignored: '%s'", ZSTR_VAL(new_value));
ZSTR_VAL         3880 ext/exif/exif.c 	ImageInfo->FileName          = estrndup(ZSTR_VAL(base), ZSTR_LEN(base));
ZSTR_VAL          459 ext/fileinfo/libmagic/funcs.c 	strncpy(ms->o.buf, ZSTR_VAL(res), ZSTR_LEN(res));
ZSTR_VAL         1815 ext/fileinfo/libmagic/softmagic.c 	ZSTR_VAL(t)[j++] = '~';
ZSTR_VAL         1820 ext/fileinfo/libmagic/softmagic.c 				ZSTR_VAL(t)[j++] = '\\';
ZSTR_VAL         1821 ext/fileinfo/libmagic/softmagic.c 				ZSTR_VAL(t)[j] = '~';
ZSTR_VAL         1824 ext/fileinfo/libmagic/softmagic.c 				ZSTR_VAL(t)[j] = val[i];
ZSTR_VAL         1828 ext/fileinfo/libmagic/softmagic.c 	ZSTR_VAL(t)[j++] = '~';
ZSTR_VAL         1831 ext/fileinfo/libmagic/softmagic.c 		ZSTR_VAL(t)[j++] = 'i';
ZSTR_VAL         1834 ext/fileinfo/libmagic/softmagic.c 		ZSTR_VAL(t)[j++] = 'm';
ZSTR_VAL         1836 ext/fileinfo/libmagic/softmagic.c 	ZSTR_VAL(t)[j]='\0';
ZSTR_VAL          165 ext/filter/filter.c 		if ((strcasecmp(ZSTR_VAL(new_value), filter_list[i].name) == 0)) {
ZSTR_VAL          183 ext/filter/filter.c 		IF_G(default_filter_flags) = atoi(ZSTR_VAL(new_value));
ZSTR_VAL          700 ext/filter/filter.c 					add_assoc_null_ex(return_value, ZSTR_VAL(arg_key), ZSTR_LEN(arg_key));
ZSTR_VAL           91 ext/filter/sanitizing_filters.c 	p = (unsigned char *) ZSTR_VAL(str);
ZSTR_VAL          106 ext/filter/sanitizing_filters.c 	ZSTR_LEN(str) = p - (unsigned char *)ZSTR_VAL(str);
ZSTR_VAL          130 ext/filter/sanitizing_filters.c 			ZSTR_VAL(buf)[c] = str[i];
ZSTR_VAL          135 ext/filter/sanitizing_filters.c 	ZSTR_VAL(buf)[c] = '\0';
ZSTR_VAL          169 ext/filter/sanitizing_filters.c 			ZSTR_VAL(buf)[c] = str[i];
ZSTR_VAL          174 ext/filter/sanitizing_filters.c 	ZSTR_VAL(buf)[c] = '\0';
ZSTR_VAL         1334 ext/gd/gd.c    	stream = php_stream_open_wrapper(ZSTR_VAL(file), "rb", IGNORE_PATH | IGNORE_URL_WIN | REPORT_ERRORS, NULL);
ZSTR_VAL         2341 ext/gd/gd.c    		pstr = pestrndup(ZSTR_VAL(buff), ZSTR_LEN(buff), 1);
ZSTR_VAL         2643 ext/gd/gd.c    		VCWD_UNLINK((const char *)ZSTR_VAL(path)); /* make sure that the temporary file is removed */
ZSTR_VAL         3866 ext/gd/gd.c    			if (strcmp("linespacing", ZSTR_VAL(key)) == 0) {
ZSTR_VAL          203 ext/gettext/gettext.c 	msgstr = gettext(ZSTR_VAL(msgid));
ZSTR_VAL          576 ext/gmp/gmp.c  	*buffer = (unsigned char *) estrndup(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s));
ZSTR_VAL          761 ext/gmp/gmp.c  	mpz_get_str(ZSTR_VAL(str), base, gmpnum);
ZSTR_VAL          771 ext/gmp/gmp.c  	if (ZSTR_VAL(str)[ZSTR_LEN(str) - 1] == '\0') {
ZSTR_VAL          774 ext/gmp/gmp.c  		ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0';
ZSTR_VAL         1150 ext/gmp/gmp.c  		mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber);
ZSTR_VAL         1151 ext/gmp/gmp.c  		ZSTR_VAL(out_string)[out_len] = '\0';
ZSTR_VAL          166 ext/hash/hash.c 	ops->hash_final((unsigned char *) ZSTR_VAL(digest), context);
ZSTR_VAL          170 ext/hash/hash.c 		ZSTR_VAL(digest)[ops->digest_size] = 0;
ZSTR_VAL          175 ext/hash/hash.c 		php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), ops->digest_size);
ZSTR_VAL          176 ext/hash/hash.c 		ZSTR_VAL(hex_digest)[2 * ops->digest_size] = 0;
ZSTR_VAL          285 ext/hash/hash.c 		ops->hash_final((unsigned char *) ZSTR_VAL(digest), context);
ZSTR_VAL          287 ext/hash/hash.c 		php_hash_hmac_round((unsigned char *) ZSTR_VAL(digest), ops, context, K, (unsigned char *) data, data_len);
ZSTR_VAL          292 ext/hash/hash.c 	php_hash_hmac_round((unsigned char *) ZSTR_VAL(digest), ops, context, K, (unsigned char *) ZSTR_VAL(digest), ops->digest_size);
ZSTR_VAL          300 ext/hash/hash.c 		ZSTR_VAL(digest)[ops->digest_size] = 0;
ZSTR_VAL          305 ext/hash/hash.c 		php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), ops->digest_size);
ZSTR_VAL          306 ext/hash/hash.c 		ZSTR_VAL(hex_digest)[2 * ops->digest_size] = 0;
ZSTR_VAL          516 ext/hash/hash.c 	hash->ops->hash_final((unsigned char *) ZSTR_VAL(digest), hash->context);
ZSTR_VAL          528 ext/hash/hash.c 		hash->ops->hash_update(hash->context, (unsigned char *) ZSTR_VAL(digest), hash->ops->digest_size);
ZSTR_VAL          529 ext/hash/hash.c 		hash->ops->hash_final((unsigned char *) ZSTR_VAL(digest), hash->context);
ZSTR_VAL          536 ext/hash/hash.c 	ZSTR_VAL(digest)[digest_len] = 0;
ZSTR_VAL          546 ext/hash/hash.c 		php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), digest_len);
ZSTR_VAL          547 ext/hash/hash.c 		ZSTR_VAL(hex_digest)[2 * digest_len] = 0;
ZSTR_VAL          721 ext/hash/hash.c 		memcpy(ZSTR_VAL(returnval), result, length);
ZSTR_VAL          723 ext/hash/hash.c 		php_hash_bin2hex(ZSTR_VAL(returnval), result, digest_length);
ZSTR_VAL          725 ext/hash/hash.c 	ZSTR_VAL(returnval)[length] = 0;
ZSTR_VAL         1088 ext/hash/hash.c 		s += slprintf(s, e - s, "%s ", ZSTR_VAL(str));
ZSTR_VAL          443 ext/iconv/iconv.c 			output_context->out.data = estrndup(ZSTR_VAL(out), ZSTR_LEN(out));
ZSTR_VAL          472 ext/iconv/iconv.c 			out_p = ZSTR_VAL((d)->s) + ZSTR_LEN((d)->s);
ZSTR_VAL          506 ext/iconv/iconv.c 			out_p = ZSTR_VAL((d)->s) + ZSTR_LEN((d)->s);
ZSTR_VAL          585 ext/iconv/iconv.c 	out_p = ZSTR_VAL(out_buffer);
ZSTR_VAL          600 ext/iconv/iconv.c 		size_t pos = out_p - ZSTR_VAL(out_buffer);
ZSTR_VAL          602 ext/iconv/iconv.c 		out_p = ZSTR_VAL(out_buffer) + pos;
ZSTR_VAL          615 ext/iconv/iconv.c 	ZSTR_VAL(out_buffer)[out_size - out_left] = '\0';
ZSTR_VAL          651 ext/iconv/iconv.c 	out_p = ZSTR_VAL(out_buf);
ZSTR_VAL          673 ext/iconv/iconv.c 				out_p = ZSTR_VAL(out_buf);
ZSTR_VAL          695 ext/iconv/iconv.c 				out_p = ZSTR_VAL(out_buf);
ZSTR_VAL         1020 ext/iconv/iconv.c 	ndl_buf_p = ZSTR_VAL(ndl_buf);
ZSTR_VAL         1071 ext/iconv/iconv.c 					lim = (size_t)(ndl_buf_p - ZSTR_VAL(ndl_buf));
ZSTR_VAL         1074 ext/iconv/iconv.c 						if (_php_iconv_memequal(&ZSTR_VAL(ndl_buf)[j], &ZSTR_VAL(ndl_buf)[i],
ZSTR_VAL         1084 ext/iconv/iconv.c 					if (_php_iconv_memequal(buf, &ZSTR_VAL(ndl_buf)[i], sizeof(buf))) {
ZSTR_VAL         1087 ext/iconv/iconv.c 						ndl_buf_p = &ZSTR_VAL(ndl_buf)[i];
ZSTR_VAL         1091 ext/iconv/iconv.c 						ndl_buf_p = ZSTR_VAL(ndl_buf);
ZSTR_VAL         1105 ext/iconv/iconv.c 					ndl_buf_p = ZSTR_VAL(ndl_buf);
ZSTR_VAL         1114 ext/iconv/iconv.c 				lim = (size_t)(ndl_buf_p - ZSTR_VAL(ndl_buf));
ZSTR_VAL         1117 ext/iconv/iconv.c 					if (_php_iconv_memequal(&ZSTR_VAL(ndl_buf)[j], &ZSTR_VAL(ndl_buf)[i],
ZSTR_VAL         1127 ext/iconv/iconv.c 				if (_php_iconv_memequal(buf, &ZSTR_VAL(ndl_buf)[i], sizeof(buf))) {
ZSTR_VAL         1130 ext/iconv/iconv.c 					ndl_buf_p = &ZSTR_VAL(ndl_buf)[i];
ZSTR_VAL         1134 ext/iconv/iconv.c 					ndl_buf_p = ZSTR_VAL(ndl_buf);
ZSTR_VAL         1346 ext/iconv/iconv.c 				smart_str_appendl(pretval, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
ZSTR_VAL         1854 ext/iconv/iconv.c 						err = _php_iconv_appendl(pretval, ZSTR_VAL(decoded_text), ZSTR_LEN(decoded_text), cd);
ZSTR_VAL         2070 ext/iconv/iconv.c 	err = _php_iconv_strlen(&retval, ZSTR_VAL(str), ZSTR_LEN(str), charset);
ZSTR_VAL         2108 ext/iconv/iconv.c 	err = _php_iconv_substr(&retval, ZSTR_VAL(str), ZSTR_LEN(str), offset, length, charset);
ZSTR_VAL         2153 ext/iconv/iconv.c 	err = _php_iconv_strpos(&retval, ZSTR_VAL(haystk), ZSTR_LEN(haystk), ZSTR_VAL(ndl), ZSTR_LEN(ndl),
ZSTR_VAL         2193 ext/iconv/iconv.c 	err = _php_iconv_strpos(&retval, ZSTR_VAL(haystk), ZSTR_LEN(haystk), ZSTR_VAL(ndl), ZSTR_LEN(ndl),
ZSTR_VAL         2276 ext/iconv/iconv.c 				lfchars = ZSTR_VAL(tmp_str);
ZSTR_VAL         2283 ext/iconv/iconv.c 	err = _php_iconv_mime_encode(&retval, ZSTR_VAL(field_name), ZSTR_LEN(field_name),
ZSTR_VAL         2284 ext/iconv/iconv.c 		ZSTR_VAL(field_value), ZSTR_LEN(field_value), line_len, lfchars, scheme_id,
ZSTR_VAL         2329 ext/iconv/iconv.c 	err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL, (int)mode);
ZSTR_VAL         2371 ext/iconv/iconv.c 	enc_str_tmp = ZSTR_VAL(encoded_str);
ZSTR_VAL         2391 ext/iconv/iconv.c 		limit = ZSTR_VAL(decoded_header.s) + ZSTR_LEN(decoded_header.s);
ZSTR_VAL         2392 ext/iconv/iconv.c 		for (p = ZSTR_VAL(decoded_header.s); p < limit; p++) {
ZSTR_VAL         2395 ext/iconv/iconv.c 				header_name = ZSTR_VAL(decoded_header.s);
ZSTR_VAL         2396 ext/iconv/iconv.c 				header_name_len = p - ZSTR_VAL(decoded_header.s);
ZSTR_VAL         2462 ext/iconv/iconv.c 	err = php_iconv_string(ZSTR_VAL(in_buffer), (size_t)ZSTR_LEN(in_buffer), &out_buffer, out_charset, in_charset);
ZSTR_VAL         1218 ext/imap/php_imap.c 	if (ZSTR_VAL(mailbox)[0] != '{' && php_check_open_basedir(ZSTR_VAL(mailbox))) {
ZSTR_VAL         1222 ext/imap/php_imap.c 	IMAPG(imap_user)     = estrndup(ZSTR_VAL(user), ZSTR_LEN(user));
ZSTR_VAL         1223 ext/imap/php_imap.c 	IMAPG(imap_password) = estrndup(ZSTR_VAL(passwd), ZSTR_LEN(passwd));
ZSTR_VAL         1235 ext/imap/php_imap.c 	imap_stream = mail_open(NIL, ZSTR_VAL(mailbox), flags);
ZSTR_VAL         1238 ext/imap/php_imap.c 		php_error_docref(NULL, E_WARNING, "Couldn't open stream %s", ZSTR_VAL(mailbox));
ZSTR_VAL         1293 ext/imap/php_imap.c 	if (ZSTR_VAL(mailbox)[0] != '{' && php_check_open_basedir(ZSTR_VAL(mailbox))) {
ZSTR_VAL         1297 ext/imap/php_imap.c 	imap_le_struct->imap_stream = mail_open(imap_le_struct->imap_stream, ZSTR_VAL(mailbox), flags);
ZSTR_VAL         1334 ext/imap/php_imap.c 		php_pcre_match_impl(pce, ZSTR_VAL(internal_date), ZSTR_LEN(internal_date), return_value, subpats, global,
ZSTR_VAL         1348 ext/imap/php_imap.c 	INIT (&st, mail_string, (void *) ZSTR_VAL(message), ZSTR_LEN(message));
ZSTR_VAL         1350 ext/imap/php_imap.c 	if (mail_append_full(imap_le_struct->imap_stream, ZSTR_VAL(folder), (flags ? ZSTR_VAL(flags) : NIL), (internal_date ? ZSTR_VAL(internal_date) : NIL), &st)) {
ZSTR_VAL         1437 ext/imap/php_imap.c 	if (!imap_getquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot))) {
ZSTR_VAL         1466 ext/imap/php_imap.c 	if (!imap_getquotaroot(imap_le_struct->imap_stream, ZSTR_VAL(mbox))) {
ZSTR_VAL         1496 ext/imap/php_imap.c 	RETURN_BOOL(imap_setquota(imap_le_struct->imap_stream, ZSTR_VAL(qroot), &limits));
ZSTR_VAL         1516 ext/imap/php_imap.c 	RETURN_BOOL(imap_setacl(imap_le_struct->imap_stream, ZSTR_VAL(mailbox), ZSTR_VAL(id), ZSTR_VAL(rights)));
ZSTR_VAL         1543 ext/imap/php_imap.c 	if (!imap_getacl(imap_le_struct->imap_stream, ZSTR_VAL(mailbox))) {
ZSTR_VAL         1758 ext/imap/php_imap.c 	if (mail_copy_full(imap_le_struct->imap_stream, ZSTR_VAL(seq), ZSTR_VAL(folder), (argc == 4 ? options : NIL)) == T) {
ZSTR_VAL         1784 ext/imap/php_imap.c 	if (mail_copy_full(imap_le_struct->imap_stream, ZSTR_VAL(seq), ZSTR_VAL(folder), (argc == 4 ? (options | CP_MOVE) : CP_MOVE)) == T) {
ZSTR_VAL         1808 ext/imap/php_imap.c 	if (mail_create(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) {
ZSTR_VAL         1832 ext/imap/php_imap.c 	if (mail_rename(imap_le_struct->imap_stream, ZSTR_VAL(old_mailbox), ZSTR_VAL(new_mailbox)) == T) {
ZSTR_VAL         1856 ext/imap/php_imap.c 	if (mail_delete(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) {
ZSTR_VAL         1885 ext/imap/php_imap.c 	mail_list(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat));
ZSTR_VAL         1925 ext/imap/php_imap.c 	mail_list(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat));
ZSTR_VAL         1971 ext/imap/php_imap.c 	mail_scan(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat), ZSTR_VAL(content));
ZSTR_VAL         2168 ext/imap/php_imap.c 		rfc822_parse_msg(&en, NULL, ZSTR_VAL(headers), ZSTR_LEN(headers), NULL, ZSTR_VAL(defaulthost), NIL);
ZSTR_VAL         2170 ext/imap/php_imap.c 		rfc822_parse_msg(&en, NULL, ZSTR_VAL(headers), ZSTR_LEN(headers), NULL, "UNKNOWN", NIL);
ZSTR_VAL         2202 ext/imap/php_imap.c 	mail_lsub(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat));
ZSTR_VAL         2241 ext/imap/php_imap.c 	mail_lsub(imap_le_struct->imap_stream, ZSTR_VAL(ref), ZSTR_VAL(pat));
ZSTR_VAL         2285 ext/imap/php_imap.c 	if (mail_subscribe(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) {
ZSTR_VAL         2309 ext/imap/php_imap.c 	if (mail_unsubscribe(imap_le_struct->imap_stream, ZSTR_VAL(folder)) == T) {
ZSTR_VAL         2397 ext/imap/php_imap.c 	body = mail_fetchbody_full(imap_le_struct->imap_stream, msgno, ZSTR_VAL(sec), &len, (argc == 4 ? flags : NIL));
ZSTR_VAL         2439 ext/imap/php_imap.c 	body = mail_fetch_mime(imap_le_struct->imap_stream, msgno, ZSTR_VAL(sec), &len, (argc == 4 ? flags : NIL));
ZSTR_VAL         2493 ext/imap/php_imap.c 	mail_fetchbody_full(imap_ptr->imap_stream, msgno, section?ZSTR_VAL(section):"", NULL, flags);
ZSTR_VAL         2517 ext/imap/php_imap.c 	decode = (char *) rfc822_base64((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
ZSTR_VAL         2540 ext/imap/php_imap.c 	decode = (char *) rfc822_qprint((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
ZSTR_VAL         2563 ext/imap/php_imap.c 	decode = (char *) rfc822_8bit((unsigned char *) ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
ZSTR_VAL         2586 ext/imap/php_imap.c 	decode = (char*)rfc822_binary(ZSTR_VAL(text), ZSTR_LEN(text), &newlength);
ZSTR_VAL         2661 ext/imap/php_imap.c 		addr->mailbox = cpystr(ZSTR_VAL(mailbox));
ZSTR_VAL         2665 ext/imap/php_imap.c 		addr->host = cpystr(ZSTR_VAL(host));
ZSTR_VAL         2669 ext/imap/php_imap.c 		addr->personal = cpystr(ZSTR_VAL(personal));
ZSTR_VAL         2702 ext/imap/php_imap.c 	str_copy = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2703 ext/imap/php_imap.c 	rfc822_parse_adrlist(&env->to, str_copy, ZSTR_VAL(defaulthost));
ZSTR_VAL         2747 ext/imap/php_imap.c 	cpytxt(&src, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2806 ext/imap/php_imap.c 	in = (const unsigned char *) ZSTR_VAL(arg);
ZSTR_VAL         2945 ext/imap/php_imap.c 	in = (const unsigned char *) ZSTR_VAL(arg);
ZSTR_VAL         2983 ext/imap/php_imap.c 	outp = (unsigned char*)ZSTR_VAL(out);
ZSTR_VAL         3054 ext/imap/php_imap.c 		out = utf8_to_mutf7((unsigned char *) ZSTR_VAL(in));
ZSTR_VAL         3056 ext/imap/php_imap.c 		out = utf8_from_mutf7((unsigned char *) ZSTR_VAL(in));
ZSTR_VAL         3101 ext/imap/php_imap.c 	mail_setflag_full(imap_le_struct->imap_stream, ZSTR_VAL(sequence), ZSTR_VAL(flag), (flags ? flags : NIL));
ZSTR_VAL         3124 ext/imap/php_imap.c 	mail_clearflag_full(imap_le_struct->imap_stream, ZSTR_VAL(sequence), ZSTR_VAL(flag), (argc == 4 ? flags : NIL));
ZSTR_VAL         3162 ext/imap/php_imap.c 		search_criteria = estrndup(ZSTR_VAL(criteria), ZSTR_LEN(criteria));
ZSTR_VAL         3174 ext/imap/php_imap.c 	slst = mail_sort(imap_le_struct->imap_stream, (argc == 6 ? ZSTR_VAL(charset) : NIL), spg, mypgm, (argc >= 4 ? flags : NIL));
ZSTR_VAL         3293 ext/imap/php_imap.c 	if (mail_status(imap_le_struct->imap_stream, ZSTR_VAL(mbx), flags)) {
ZSTR_VAL         3343 ext/imap/php_imap.c 	body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section));
ZSTR_VAL         3457 ext/imap/php_imap.c 		? mail_uid_sequence(imap_le_struct->imap_stream, (unsigned char*)ZSTR_VAL(sequence))
ZSTR_VAL         3458 ext/imap/php_imap.c 		: mail_sequence(imap_le_struct->imap_stream, (unsigned char*)ZSTR_VAL(sequence));
ZSTR_VAL         3635 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
ZSTR_VAL         3667 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
ZSTR_VAL         3739 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
ZSTR_VAL         3771 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
ZSTR_VAL         4115 ext/imap/php_imap.c 	if (_php_imap_mail(ZSTR_VAL(to), ZSTR_VAL(subject), ZSTR_VAL(message), headers?ZSTR_VAL(headers):NULL, cc?ZSTR_VAL(cc):NULL,
ZSTR_VAL         4116 ext/imap/php_imap.c 			bcc?ZSTR_VAL(bcc):NULL, rpath?ZSTR_VAL(rpath):NULL)) {
ZSTR_VAL         4145 ext/imap/php_imap.c 	search_criteria = estrndup(ZSTR_VAL(criteria), ZSTR_LEN(criteria));
ZSTR_VAL         4150 ext/imap/php_imap.c 	mail_search_full(imap_le_struct->imap_stream, (argc == 4 ? ZSTR_VAL(charset) : NIL), pgm, flags);
ZSTR_VAL         4269 ext/imap/php_imap.c 	string = ZSTR_VAL(str);
ZSTR_VAL          109 ext/interbase/ibase_blobs.c 			stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &ZSTR_VAL(bl_data)[cur_len]);
ZSTR_VAL          117 ext/interbase/ibase_blobs.c 		ZSTR_VAL(bl_data)[cur_len] = '\0';
ZSTR_VAL          322 ext/interbase/ibase_events.c 		_php_ibase_module_error("Callback argument %s is not a callable function", ZSTR_VAL(cb_name));
ZSTR_VAL          605 ext/intl/collator/collator_sort.c 	key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len);
ZSTR_VAL          700 ext/intl/converter/converter.c 	ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error);
ZSTR_VAL         1058 ext/intl/converter/converter.c 		zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0);
ZSTR_VAL          156 ext/intl/idn/idn.c 				ZSTR_VAL(buffer), buffer_capac, &info, &status);
ZSTR_VAL          159 ext/intl/idn/idn.c 				ZSTR_VAL(buffer), buffer_capac, &info, &status);
ZSTR_VAL          171 ext/intl/idn/idn.c 	ZSTR_VAL(buffer)[len] = '\0';
ZSTR_VAL          141 ext/intl/intl_convert.c 	u_strToUTF8( ZSTR_VAL(dst), dst_len, NULL, src, src_len, status );
ZSTR_VAL          151 ext/intl/intl_convert.c 	ZSTR_VAL(dst)[dst_len] = 0;
ZSTR_VAL          728 ext/intl/locale/locale_methods.c 			kw_value_len=uloc_getKeywordValue( loc_name, kw_key, ZSTR_VAL(kw_value_str), kw_value_len, &status );
ZSTR_VAL          732 ext/intl/locale/locale_methods.c 				kw_value_len=uloc_getKeywordValue( loc_name,kw_key, ZSTR_VAL(kw_value_str), kw_value_len+1, &status );
ZSTR_VAL         1561 ext/intl/locale/locale_methods.c 	if(result_str == NULL || ZSTR_VAL(result_str)[0] == '\0') {
ZSTR_VAL          186 ext/intl/transliterator/transliterator_class.c 			php_error_docref( NULL, E_ERROR, "%s", ZSTR_VAL(err_msg) );
ZSTR_VAL          188 ext/intl/transliterator/transliterator_methods.c 			"create ICU transliterator from rules (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "" );
ZSTR_VAL          344 ext/intl/transliterator/transliterator_methods.c 					"transliterator with ID \"%s\" (%s)", Z_STRVAL_P( arg1 ), ZSTR_VAL(message) );
ZSTR_VAL          250 ext/intl/uchar/uchar.c 	buffer_len = u_charName(cp, (UCharNameChoice)nameChoice, ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1, &error);
ZSTR_VAL          172 ext/json/json_encoder.c 					if (ZSTR_VAL(key)[0] == '\0' && Z_TYPE_P(val) == IS_OBJECT) {
ZSTR_VAL          189 ext/json/json_encoder.c 					php_json_escape_string(buf, ZSTR_VAL(key), ZSTR_LEN(key), options & ~PHP_JSON_NUMERIC_CHECK);
ZSTR_VAL          467 ext/json/json_encoder.c 		zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name));
ZSTR_VAL          263 ext/json/json_parser.y 		} else if (ZSTR_VAL(key)[0] == '\0') {
ZSTR_VAL          634 ext/json/json_scanner.c 		ZSTR_VAL(str)[len] = '\0';
ZSTR_VAL         1455 ext/ldap/ldap.c 			ldap_mods[i]->mod_type = estrndup(ZSTR_VAL(attribute), ZSTR_LEN(attribute));
ZSTR_VAL         1740 ext/ldap/ldap.c 					!_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_ATTRIB) &&
ZSTR_VAL         1741 ext/ldap/ldap.c 					!_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_MODTYPE) &&
ZSTR_VAL         1742 ext/ldap/ldap.c 					!_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_VALUES)
ZSTR_VAL         1752 ext/ldap/ldap.c 				if (_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_ATTRIB)) {
ZSTR_VAL         1763 ext/ldap/ldap.c 				else if (_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_MODTYPE)) {
ZSTR_VAL         1795 ext/ldap/ldap.c 				else if (_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_VALUES)) {
ZSTR_VAL         2696 ext/ldap/ldap.c 		php_error_docref(NULL, E_WARNING, "Two arguments expected for '%s' to be a valid callback", ZSTR_VAL(callback_name));
ZSTR_VAL         2732 ext/ldap/ldap.c 			ZSTR_VAL(ret)[p++] = '\\';
ZSTR_VAL         2733 ext/ldap/ldap.c 			ZSTR_VAL(ret)[p++] = hex[v >> 4];
ZSTR_VAL         2734 ext/ldap/ldap.c 			ZSTR_VAL(ret)[p++] = hex[v & 0x0f];
ZSTR_VAL         2736 ext/ldap/ldap.c 			ZSTR_VAL(ret)[p++] = v;
ZSTR_VAL         2740 ext/ldap/ldap.c 	ZSTR_VAL(ret)[p] = '\0';
ZSTR_VAL          557 ext/libxml/libxml.c 			_php_list_set_error_structure(NULL, ZSTR_VAL(LIBXML(error_buffer).s));
ZSTR_VAL          561 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_WARNING, ctx, ZSTR_VAL(LIBXML(error_buffer).s));
ZSTR_VAL          564 ext/libxml/libxml.c 					php_libxml_ctx_error_level(E_NOTICE, ctx, ZSTR_VAL(LIBXML(error_buffer).s));
ZSTR_VAL          567 ext/libxml/libxml.c 					php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(LIBXML(error_buffer).s));
ZSTR_VAL          380 ext/mbstring/mb_gpc.c 	detected = _php_mb_encoding_handler_ex(&info, arg, post_data_str ? ZSTR_VAL(post_data_str) : NULL);
ZSTR_VAL         1208 ext/mbstring/mbstring.c 	no_language = mbfl_name2no_language(ZSTR_VAL(new_value));
ZSTR_VAL         1234 ext/mbstring/mbstring.c 	if (FAILURE == php_mb_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), &list, &size, 1)) {
ZSTR_VAL         1267 ext/mbstring/mbstring.c 	if (FAILURE == php_mb_parse_encoding_list(ZSTR_VAL(new_value), ZSTR_LEN(new_value), &list, &size, 1)) {
ZSTR_VAL         1298 ext/mbstring/mbstring.c 		encoding = mbfl_name2encoding(ZSTR_VAL(new_value));
ZSTR_VAL         1355 ext/mbstring/mbstring.c 			return _php_mb_ini_mbstring_internal_encoding_set(ZSTR_VAL(new_value), ZSTR_LEN(new_value));
ZSTR_VAL         1378 ext/mbstring/mbstring.c 		if (strcasecmp("none", ZSTR_VAL(new_value)) == 0) {
ZSTR_VAL         1381 ext/mbstring/mbstring.c 		} else if (strcasecmp("long", ZSTR_VAL(new_value)) == 0) {
ZSTR_VAL         1384 ext/mbstring/mbstring.c 		} else if (strcasecmp("entity", ZSTR_VAL(new_value)) == 0) {
ZSTR_VAL         1391 ext/mbstring/mbstring.c 				c = strtol(ZSTR_VAL(new_value), &endptr, 0);
ZSTR_VAL         1442 ext/mbstring/mbstring.c 		if (!(re = _php_mb_compile_regex(ZSTR_VAL(tmp)))) {
ZSTR_VAL         1754 ext/mbstring/mbstring.c 			php_error_docref(NULL, E_WARNING, "Unknown language \"%s\"", ZSTR_VAL(name));
ZSTR_VAL         4124 ext/mbstring/mbstring.c 								php_strtoupper(ZSTR_VAL(fld_name), ZSTR_LEN(fld_name));
ZSTR_VAL         4172 ext/mbstring/mbstring.c 			php_strtoupper(ZSTR_VAL(fld_name), ZSTR_LEN(fld_name));
ZSTR_VAL         4246 ext/mbstring/mbstring.c 		MAIL_ASCIIZ_CHECK_MBSTRING(ZSTR_VAL(extra_cmd), ZSTR_LEN(extra_cmd));
ZSTR_VAL         4436 ext/mbstring/mbstring.c 		extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd));
ZSTR_VAL         4439 ext/mbstring/mbstring.c 	if (!err && php_mail(to_r, subject, message, headers, extra_cmd ? ZSTR_VAL(extra_cmd) : NULL)) {
ZSTR_VAL          941 ext/mbstring/php_mbregex.c 				if (zend_eval_stringl(ZSTR_VAL(eval_buf.s), ZSTR_LEN(eval_buf.s), &v, description) == FAILURE) {
ZSTR_VAL          943 ext/mbstring/php_mbregex.c 					php_error_docref(NULL,E_ERROR, "Failed evaluating code: %s%s", PHP_EOL, ZSTR_VAL(eval_buf.s));
ZSTR_VAL          486 ext/mcrypt/mcrypt.c 	php_info_print_table_row(2, "Supported ciphers", ZSTR_VAL(tmp1.s));
ZSTR_VAL          487 ext/mcrypt/mcrypt.c 	php_info_print_table_row(2, "Supported modes", ZSTR_VAL(tmp2.s));
ZSTR_VAL          641 ext/mcrypt/mcrypt.c 		memset(ZSTR_VAL(data_str), 0, data_size);
ZSTR_VAL          642 ext/mcrypt/mcrypt.c 		memcpy(ZSTR_VAL(data_str), data, data_len);
ZSTR_VAL          646 ext/mcrypt/mcrypt.c 		memset(ZSTR_VAL(data_str), 0, data_size);
ZSTR_VAL          647 ext/mcrypt/mcrypt.c 		memcpy(ZSTR_VAL(data_str), data, data_len);
ZSTR_VAL          650 ext/mcrypt/mcrypt.c 	mcrypt_generic(pm->td, ZSTR_VAL(data_str), data_size);
ZSTR_VAL          651 ext/mcrypt/mcrypt.c 	ZSTR_VAL(data_str)[data_size] = '\0';
ZSTR_VAL         1158 ext/mcrypt/mcrypt.c 		result = estrndup(ZSTR_VAL(str.s), ZSTR_LEN(str.s));
ZSTR_VAL          494 ext/mysqli/mysqli.c 			php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));
ZSTR_VAL         1251 ext/mysqli/mysqli.c 			php_error_docref(NULL, E_WARNING, "Could not find class '%s'", ZSTR_VAL(class_name));
ZSTR_VAL         1323 ext/mysqli/mysqli.c 				zend_throw_exception_ex(zend_ce_exception, 0, "Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name));
ZSTR_VAL         1331 ext/mysqli/mysqli.c 			zend_throw_exception_ex(zend_ce_exception, 0, "Class %s does not have a constructor hence you cannot use ctor_params", ZSTR_VAL(ce->name));
ZSTR_VAL          125 ext/mysqli/mysqli_api.c 				(commit? "COMMIT%s %s":"ROLLBACK%s %s"), name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):"");
ZSTR_VAL         1973 ext/mysqli/mysqli_api.c 	ZSTR_LEN(newstr) = mysql_real_escape_string(mysql->mysql, ZSTR_VAL(newstr), escapestr, escapestr_len);
ZSTR_VAL          200 ext/mysqli/mysqli_nonapi.c 				zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(hash_key), ZSTR_LEN(hash_key), &le, sizeof(le));
ZSTR_VAL          658 ext/mysqli/mysqli_nonapi.c 		  		php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
ZSTR_VAL          663 ext/mysqli/mysqli_nonapi.c 				php_error_docref(NULL, E_WARNING, "Invalid object %d or resource %s", i, ZSTR_VAL(intern->zo.ce->name));
ZSTR_VAL          694 ext/mysqli/mysqli_nonapi.c 		  		php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
ZSTR_VAL         1060 ext/mysqli/mysqli_nonapi.c 										  name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):"");
ZSTR_VAL           44 ext/mysqli/mysqli_prop.c 	php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name));\
ZSTR_VAL           55 ext/mysqli/mysqli_prop.c 	php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name));\
ZSTR_VAL           67 ext/mysqli/mysqli_prop.c 	php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(obj->zo.ce->name));\
ZSTR_VAL          262 ext/mysqli/php_mysqli_structs.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));\
ZSTR_VAL          267 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
ZSTR_VAL          276 ext/mysqli/php_mysqli_structs.h   		php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));\
ZSTR_VAL          281 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
ZSTR_VAL          291 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
ZSTR_VAL          301 ext/mysqli/php_mysqli_structs.h 		php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)); \
ZSTR_VAL         1768 ext/mysqlnd/mysqlnd.c 				DBG_INF(ZSTR_VAL(*message));
ZSTR_VAL         2776 ext/mysqlnd/mysqlnd.c 										name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):"");
ZSTR_VAL         2839 ext/mysqlnd/mysqlnd.c 				unsigned int query_len = mnd_sprintf(&query, 0, "START TRANSACTION%s %s", name_esc? name_esc:"", tmp_str.s? ZSTR_VAL(tmp_str.s):"");
ZSTR_VAL          601 ext/mysqlnd/mysqlnd_alloc.c 	memcpy(FAKE_PTR(ret), ZSTR_VAL(tmp_str.s), ZSTR_LEN(tmp_str.s));
ZSTR_VAL          551 ext/mysqlnd/mysqlnd_auth.c 				BIO * bio = BIO_new_mem_buf(ZSTR_VAL(key_str), ZSTR_LEN(key_str));
ZSTR_VAL          555 ext/mysqlnd/mysqlnd_auth.c 				DBG_INF_FMT("Public key:%*.s", ZSTR_LEN(key_str), ZSTR_VAL(key_str));
ZSTR_VAL          443 ext/mysqlnd/mysqlnd_debug.c 						,ZSTR_VAL(string_key)
ZSTR_VAL          217 ext/mysqlnd/mysqlnd_net.c 						 errstr? ZSTR_VAL(errstr):"Unknown error while connecting");
ZSTR_VAL          230 ext/mysqlnd/mysqlnd_result_meta.c 			new_fields[i].name = ZSTR_VAL(new_fields[i].sname);
ZSTR_VAL          630 ext/mysqlnd/mysqlnd_wireprotocol.c 							memcpy(p, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL         1361 ext/mysqlnd/mysqlnd_wireprotocol.c 	meta->name = ZSTR_VAL(meta->sname);
ZSTR_VAL           51 ext/mysqlnd/php_mysqlnd.c 		php_info_print_table_row(2, ZSTR_VAL(string_key), Z_STRVAL_P(values_entry));
ZSTR_VAL          157 ext/mysqlnd/php_mysqlnd.c 		php_info_print_table_row(2, "Loaded plugins", tmp_str.s? ZSTR_VAL(tmp_str.s) : "");
ZSTR_VAL          162 ext/mysqlnd/php_mysqlnd.c 		php_info_print_table_row(2, "API Extensions", tmp_str.s? ZSTR_VAL(tmp_str.s) : "");
ZSTR_VAL          214 ext/mysqlnd/php_mysqlnd.c 	ZEND_ATOL(long_value, ZSTR_VAL(new_value));
ZSTR_VAL         1928 ext/oci8/oci8.c 	php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s));
ZSTR_VAL         2012 ext/oci8/oci8.c 									(memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s),
ZSTR_VAL         3024 ext/oci8/oci8.c 	php_strtolower(ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s));
ZSTR_VAL         3046 ext/oci8/oci8.c 		memcmp(ZSTR_VAL(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)) == 0) {
ZSTR_VAL          532 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          534 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          556 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          558 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          586 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          588 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          616 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          618 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          641 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL          643 ext/odbc/php_odbc.c 		value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL         2185 ext/odbc/php_odbc.c 							ZSTR_VAL(field_str), fieldsize, &result->values[field_ind].vallen);
ZSTR_VAL         3062 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), conn->laststate, len+1);
ZSTR_VAL         3064 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), conn->lasterrormsg, len+1);
ZSTR_VAL         3069 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), ODBCG(laststate), len+1);
ZSTR_VAL         3071 ext/odbc/php_odbc.c 			strlcpy(ZSTR_VAL(ptr), ODBCG(lasterrormsg), len+1);
ZSTR_VAL           43 ext/opcache/Optimizer/block_pass.c 		memcpy(lookup_name, ZSTR_VAL(name), ZSTR_LEN(name) + 1);
ZSTR_VAL          919 ext/opcache/Optimizer/block_pass.c 				memcpy(ZSTR_VAL(tmp), Z_STRVAL(ZEND_OP1_LITERAL(last_op)), old_len);
ZSTR_VAL          956 ext/opcache/Optimizer/block_pass.c 				memcpy(ZSTR_VAL(tmp), Z_STRVAL(ZEND_OP2_LITERAL(src)), old_len);
ZSTR_VAL          427 ext/opcache/Optimizer/compact_literals.c 							ZSTR_LEN(key) = snprintf(ZSTR_VAL(key), ZSTR_LEN(key)-1, "%d->%s", info[i].u.num, Z_STRVAL(op_array->literals[i]));
ZSTR_VAL          433 ext/opcache/Optimizer/compact_literals.c 							memcpy(ZSTR_VAL(key), Z_STRVAL_P(class_name), Z_STRLEN_P(class_name));
ZSTR_VAL          434 ext/opcache/Optimizer/compact_literals.c 							memcpy(ZSTR_VAL(key) + Z_STRLEN_P(class_name), "::", sizeof("::") - 1);
ZSTR_VAL          435 ext/opcache/Optimizer/compact_literals.c 							memcpy(ZSTR_VAL(key) + Z_STRLEN_P(class_name) + sizeof("::") - 1,
ZSTR_VAL          441 ext/opcache/Optimizer/compact_literals.c 						ZSTR_H(key) = zend_hash_func(ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL          301 ext/opcache/Optimizer/pass1_5.c 						ZSTR_VAL(op_array->scope->name), Z_STRLEN(ZEND_OP1_LITERAL(opline)) + 1)) {
ZSTR_VAL          567 ext/opcache/Optimizer/pass1_5.c 					ZSTR_LEN(dirname) = zend_dirname(ZSTR_VAL(dirname), ZSTR_LEN(dirname));
ZSTR_VAL          568 ext/opcache/Optimizer/pass1_5.c 					if (IS_ABSOLUTE_PATH(ZSTR_VAL(dirname), ZSTR_LEN(dirname))) {
ZSTR_VAL           67 ext/opcache/Optimizer/zend_optimizer.c 		     memcmp(ZSTR_VAL(op_array->vars[i]), ZSTR_VAL(name), ZSTR_LEN(name)) == 0)) {
ZSTR_VAL          408 ext/opcache/ZendAccelerator.c 			if (!memcmp(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str))) {
ZSTR_VAL          447 ext/opcache/ZendAccelerator.c 			if (!memcmp(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str))) {
ZSTR_VAL          480 ext/opcache/ZendAccelerator.c 	memcpy(ZSTR_VAL(p->key), ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          798 ext/opcache/ZendAccelerator.c 				char *file_path = ZSTR_VAL(file_handle->opened_path);
ZSTR_VAL          864 ext/opcache/ZendAccelerator.c 		     memcmp(ZSTR_VAL(persistent_script->full_path), ZSTR_VAL(file_handle->opened_path), ZSTR_LEN(file_handle->opened_path)) != 0)) {
ZSTR_VAL          872 ext/opcache/ZendAccelerator.c 		     memcmp(ZSTR_VAL(persistent_script->full_path), ZSTR_VAL(full_path_ptr), ZSTR_LEN(full_path_ptr)) != 0)) {
ZSTR_VAL          900 ext/opcache/ZendAccelerator.c 	ps_handle.filename = ZSTR_VAL(persistent_script->full_path);
ZSTR_VAL          960 ext/opcache/ZendAccelerator.c 			cwd = ZSTR_VAL(cwd_str);
ZSTR_VAL          981 ext/opcache/ZendAccelerator.c 						char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, ZSTR_VAL(str) - ZCSG(interned_strings_start));
ZSTR_VAL          999 ext/opcache/ZendAccelerator.c 			include_path = ZSTR_VAL(ZCG(include_path));
ZSTR_VAL         1020 ext/opcache/ZendAccelerator.c 						char *res = zend_print_long_to_buf(buf + sizeof(buf) - 1, ZSTR_VAL(str) - ZCSG(interned_strings_start));
ZSTR_VAL         1062 ext/opcache/ZendAccelerator.c 			while ((--parent_script_len > 0) && !IS_SLASH(ZSTR_VAL(parent_script)[parent_script_len]));
ZSTR_VAL         1069 ext/opcache/ZendAccelerator.c 			memcpy(ZCG(key) + key_length, ZSTR_VAL(parent_script), parent_script_len);
ZSTR_VAL         1108 ext/opcache/ZendAccelerator.c 		file_handle.filename = ZSTR_VAL(realpath);
ZSTR_VAL         1194 ext/opcache/ZendAccelerator.c 		strstr(ZSTR_VAL(new_persistent_script->full_path), ".phar") &&
ZSTR_VAL         1195 ext/opcache/ZendAccelerator.c 		!strstr(ZSTR_VAL(new_persistent_script->full_path), "://");
ZSTR_VAL         1202 ext/opcache/ZendAccelerator.c 			ZSTR_VAL(new_persistent_script->full_path),
ZSTR_VAL         1288 ext/opcache/ZendAccelerator.c 		strstr(ZSTR_VAL(new_persistent_script->full_path), ".phar") &&
ZSTR_VAL         1289 ext/opcache/ZendAccelerator.c 		!strstr(ZSTR_VAL(new_persistent_script->full_path), "://");
ZSTR_VAL         1296 ext/opcache/ZendAccelerator.c 			ZSTR_VAL(new_persistent_script->full_path),
ZSTR_VAL         1305 ext/opcache/ZendAccelerator.c 	bucket = zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(new_persistent_script->full_path), ZSTR_LEN(new_persistent_script->full_path), 0, new_persistent_script);
ZSTR_VAL         1312 ext/opcache/ZendAccelerator.c 		     memcmp(ZSTR_VAL(new_persistent_script->full_path), key, key_length) != 0)) {
ZSTR_VAL         1432 ext/opcache/ZendAccelerator.c 	if (file_handle->opened_path && zend_accel_blacklist_is_blacklisted(&accel_blacklist, ZSTR_VAL(file_handle->opened_path))) {
ZSTR_VAL         1593 ext/opcache/ZendAccelerator.c 						memcpy(fname + sizeof("phar://") - 1, ZSTR_VAL(persistent_script->full_path), ZSTR_LEN(persistent_script->full_path) + 1);
ZSTR_VAL         1851 ext/opcache/ZendAccelerator.c 						memcpy(fname + sizeof("phar://") - 1, ZSTR_VAL(persistent_script->full_path), ZSTR_LEN(persistent_script->full_path) + 1);
ZSTR_VAL          175 ext/opcache/zend_accelerator_hash.c 		ZSTR_VAL(key),
ZSTR_VAL          188 ext/opcache/zend_accelerator_hash.c 		ZSTR_VAL(key),
ZSTR_VAL          115 ext/opcache/zend_accelerator_module.c 	memsize = atoi(ZSTR_VAL(new_value));
ZSTR_VAL          151 ext/opcache/zend_accelerator_module.c 	size = atoi(ZSTR_VAL(new_value));
ZSTR_VAL          195 ext/opcache/zend_accelerator_module.c 	percentage = atoi(ZSTR_VAL(new_value));
ZSTR_VAL          231 ext/opcache/zend_accelerator_module.c 		if ((ZSTR_LEN(new_value) == 2 && strcasecmp("on", ZSTR_VAL(new_value)) == 0) ||
ZSTR_VAL          232 ext/opcache/zend_accelerator_module.c 		    (ZSTR_LEN(new_value) == 3 && strcasecmp("yes", ZSTR_VAL(new_value)) == 0) ||
ZSTR_VAL          233 ext/opcache/zend_accelerator_module.c 		    (ZSTR_LEN(new_value) == 4 && strcasecmp("true", ZSTR_VAL(new_value)) == 0) ||
ZSTR_VAL          234 ext/opcache/zend_accelerator_module.c 			atoi(ZSTR_VAL(new_value)) != 0) {
ZSTR_VAL          253 ext/opcache/zend_accelerator_module.c 		    if (!IS_ABSOLUTE_PATH(ZSTR_VAL(new_value), ZSTR_LEN(new_value)) ||
ZSTR_VAL          254 ext/opcache/zend_accelerator_module.c 			    zend_stat(ZSTR_VAL(new_value), &buf) != 0 ||
ZSTR_VAL          257 ext/opcache/zend_accelerator_module.c 				access(ZSTR_VAL(new_value), R_OK | W_OK | X_OK) != 0) {
ZSTR_VAL          259 ext/opcache/zend_accelerator_module.c 				_access(ZSTR_VAL(new_value), 06) != 0) {
ZSTR_VAL          324 ext/opcache/zend_accelerator_module.c 	key = accel_make_persistent_key(ZSTR_VAL(filename), ZSTR_LEN(filename), &key_length);
ZSTR_VAL          330 ext/opcache/zend_accelerator_module.c 			handle.filename = ZSTR_VAL(filename);
ZSTR_VAL          537 ext/opcache/zend_accelerator_util_funcs.c 			if (EXPECTED(ZSTR_LEN(p->key) > 0) && EXPECTED(ZSTR_VAL(p->key)[0] == 0)) {
ZSTR_VAL          559 ext/opcache/zend_accelerator_util_funcs.c 				   ZSTR_VAL(function1->common.function_name),
ZSTR_VAL          560 ext/opcache/zend_accelerator_util_funcs.c 				   ZSTR_VAL(function2->op_array.filename),
ZSTR_VAL          563 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name));
ZSTR_VAL          581 ext/opcache/zend_accelerator_util_funcs.c 			if (EXPECTED(ZSTR_LEN(p->key) > 0) && EXPECTED(ZSTR_VAL(p->key)[0] == 0)) {
ZSTR_VAL          603 ext/opcache/zend_accelerator_util_funcs.c 				   ZSTR_VAL(function1->common.function_name),
ZSTR_VAL          604 ext/opcache/zend_accelerator_util_funcs.c 				   ZSTR_VAL(function2->op_array.filename),
ZSTR_VAL          607 ext/opcache/zend_accelerator_util_funcs.c 		zend_error(E_ERROR, "Cannot redeclare %s()", ZSTR_VAL(function1->common.function_name));
ZSTR_VAL          625 ext/opcache/zend_accelerator_util_funcs.c 			if (EXPECTED(ZSTR_LEN(p->key) > 0) && EXPECTED(ZSTR_VAL(p->key)[0] == 0)) {
ZSTR_VAL          646 ext/opcache/zend_accelerator_util_funcs.c 	zend_error(E_ERROR, "Cannot declare %s %s, because the name is already in use", zend_get_object_type(ce1), ZSTR_VAL(ce1->name));
ZSTR_VAL          717 ext/opcache/zend_accelerator_util_funcs.c 			name = zend_mangle_property_name(haltoff, sizeof(haltoff) - 1, ZSTR_VAL(persistent_script->full_path), ZSTR_LEN(persistent_script->full_path), 0);
ZSTR_VAL          719 ext/opcache/zend_accelerator_util_funcs.c 				zend_register_long_constant(ZSTR_VAL(name), ZSTR_LEN(name), persistent_script->compiler_halt_offset, CONST_CS, 0);
ZSTR_VAL          217 ext/opcache/zend_file_cache.c 	memcpy(ZSTR_VAL((zend_string*)ZCG(mem)) + info->str_size, str, len);
ZSTR_VAL          684 ext/opcache/zend_file_cache.c 	memcpy(filename + len + 33, ZSTR_VAL(script_path), ZSTR_LEN(script_path));
ZSTR_VAL          689 ext/opcache/zend_file_cache.c 	if (ZSTR_LEN(script_path) >= 2 && ':' == ZSTR_VAL(script_path)[1]) {
ZSTR_VAL          692 ext/opcache/zend_file_cache.c 		*(filename + len + 34) = ZSTR_VAL(script_path)[0];
ZSTR_VAL          693 ext/opcache/zend_file_cache.c 		memcpy(filename + len + 35, ZSTR_VAL(script_path) + 2, ZSTR_LEN(script_path) - 2);
ZSTR_VAL          697 ext/opcache/zend_file_cache.c 		memcpy(filename + len + 33, ZSTR_VAL(script_path), ZSTR_LEN(script_path));
ZSTR_VAL          763 ext/opcache/zend_file_cache.c 	info.checksum = zend_adler32(info.checksum, (signed char*)ZSTR_VAL((zend_string*)ZCG(mem)), info.str_size);
ZSTR_VAL          770 ext/opcache/zend_file_cache.c 	vec[2].iov_base = ZSTR_VAL((zend_string*)ZCG(mem));
ZSTR_VAL         1365 ext/opcache/zend_file_cache.c 		zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->full_path), ZSTR_LEN(script->full_path), 0, script);
ZSTR_VAL         1568 ext/openssl/openssl.c 	sprintf(ZSTR_VAL(s), "%s%s", spkac, spkstr);
ZSTR_VAL         1569 ext/openssl/openssl.c 	ZSTR_LEN(s) = strlen(ZSTR_VAL(s));
ZSTR_VAL         1833 ext/openssl/openssl.c 		make_digest_ex(ZSTR_VAL(ret), md, n);
ZSTR_VAL         1834 ext/openssl/openssl.c 		ZSTR_VAL(ret)[n * 2] = '\0';
ZSTR_VAL         2700 ext/openssl/openssl.c 				nid = OBJ_txt2nid(ZSTR_VAL(strindex));
ZSTR_VAL         2713 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex));
ZSTR_VAL         2772 ext/openssl/openssl.c 				nid = OBJ_txt2nid(ZSTR_VAL(strindex));
ZSTR_VAL         2779 ext/openssl/openssl.c 					php_error_docref(NULL, E_WARNING, "dn: %s is not a recognized name", ZSTR_VAL(strindex));
ZSTR_VAL         3549 ext/openssl/openssl.c 			BN_bn2bin(pkey->pkey._type->_name, (unsigned char*)ZSTR_VAL(str));	\
ZSTR_VAL         3550 ext/openssl/openssl.c 			ZSTR_VAL(str)[len] = 0;										\
ZSTR_VAL         4063 ext/openssl/openssl.c 	if (PKCS5_PBKDF2_HMAC(password, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)key_length, (unsigned char*)ZSTR_VAL(out_buffer)) == 1) {
ZSTR_VAL         4064 ext/openssl/openssl.c 		ZSTR_VAL(out_buffer)[key_length] = 0;
ZSTR_VAL         4292 ext/openssl/openssl.c 				BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), Z_STRVAL_P(zcertval));
ZSTR_VAL         4396 ext/openssl/openssl.c 				BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), Z_STRVAL_P(hval));
ZSTR_VAL         4531 ext/openssl/openssl.c 						(unsigned char *)ZSTR_VAL(cryptedbuf),
ZSTR_VAL         4541 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
ZSTR_VAL         4596 ext/openssl/openssl.c 				memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen);
ZSTR_VAL         4608 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
ZSTR_VAL         4657 ext/openssl/openssl.c 						(unsigned char *)ZSTR_VAL(cryptedbuf),
ZSTR_VAL         4668 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
ZSTR_VAL         4723 ext/openssl/openssl.c 				memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen);
ZSTR_VAL         4737 ext/openssl/openssl.c 		ZSTR_VAL(cryptedbuf)[cryptedlen] = '\0';
ZSTR_VAL         4818 ext/openssl/openssl.c 	if (EVP_SignFinal (&md_ctx, (unsigned char*)ZSTR_VAL(sigbuf), &siglen, pkey)) {
ZSTR_VAL         4820 ext/openssl/openssl.c 		ZSTR_VAL(sigbuf)[siglen] = '\0';
ZSTR_VAL         5176 ext/openssl/openssl.c 	if (EVP_DigestFinal (&md_ctx, (unsigned char *)ZSTR_VAL(sigbuf), &siglen)) {
ZSTR_VAL         5178 ext/openssl/openssl.c 			ZSTR_VAL(sigbuf)[siglen] = '\0';
ZSTR_VAL         5185 ext/openssl/openssl.c 			make_digest_ex(ZSTR_VAL(digest_str), (unsigned char*)ZSTR_VAL(sigbuf), siglen);
ZSTR_VAL         5186 ext/openssl/openssl.c 			ZSTR_VAL(digest_str)[digest_str_len] = '\0';
ZSTR_VAL         5284 ext/openssl/openssl.c 		EVP_EncryptUpdate(&cipher_ctx, (unsigned char*)ZSTR_VAL(outbuf), &i, (unsigned char *)data, (int)data_len);
ZSTR_VAL         5287 ext/openssl/openssl.c 	if (EVP_EncryptFinal(&cipher_ctx, (unsigned char *)ZSTR_VAL(outbuf) + i, &i)) {
ZSTR_VAL         5290 ext/openssl/openssl.c 			ZSTR_VAL(outbuf)[outlen] = '\0';
ZSTR_VAL         5296 ext/openssl/openssl.c 			base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen);
ZSTR_VAL         5353 ext/openssl/openssl.c 		data = ZSTR_VAL(base64_str);
ZSTR_VAL         5379 ext/openssl/openssl.c 	EVP_DecryptUpdate(&cipher_ctx, (unsigned char*)ZSTR_VAL(outbuf), &i, (unsigned char *)data, (int)data_len);
ZSTR_VAL         5381 ext/openssl/openssl.c 	if (EVP_DecryptFinal(&cipher_ctx, (unsigned char *)ZSTR_VAL(outbuf) + i, &i)) {
ZSTR_VAL         5383 ext/openssl/openssl.c 		ZSTR_VAL(outbuf)[outlen] = '\0';
ZSTR_VAL         5456 ext/openssl/openssl.c 	len = DH_compute_key((unsigned char*)ZSTR_VAL(data), pub, pkey->pkey.dh);
ZSTR_VAL         5460 ext/openssl/openssl.c 		ZSTR_VAL(data)[len] = 0;
ZSTR_VAL         5507 ext/openssl/openssl.c 	if (RAND_bytes((unsigned char*)ZSTR_VAL(buffer), (int)buffer_length) <= 0) {
ZSTR_VAL         5516 ext/openssl/openssl.c 	ZSTR_VAL(buffer)[buffer_length] = 0;
ZSTR_VAL          258 ext/openssl/xp_ssl.c 							ebuf.s ? ZSTR_VAL(ebuf.s) : "");
ZSTR_VAL          316 ext/openssl/xp_ssl.c 		result = strcasecmp(expected, ZSTR_VAL(fingerprint));
ZSTR_VAL          353 ext/openssl/xp_ssl.c 			if (php_x509_fingerprint_cmp(peer, ZSTR_VAL(key), Z_STRVAL_P(current)) != 0) {
ZSTR_VAL         1392 ext/openssl/xp_ssl.c 				sslsock->sni_certs[i].name = pestrdup(ZSTR_VAL(key), php_stream_is_persistent(stream));
ZSTR_VAL          913 ext/pcntl/pcntl.c 			strlcpy(*pair, ZSTR_VAL(key), ZSTR_LEN(key) + 1);
ZSTR_VAL          994 ext/pcntl/pcntl.c 		php_error_docref(NULL, E_WARNING, "%s is not a callable function name error", ZSTR_VAL(func_name));
ZSTR_VAL          298 ext/pcre/php_pcre.c 		     !memcmp(ZSTR_VAL(pce->locale), ZSTR_VAL(BG(locale_string)), ZSTR_LEN(pce->locale))) ||
ZSTR_VAL          301 ext/pcre/php_pcre.c 		     ZSTR_VAL(BG(locale_string))[0] == 'C') ||
ZSTR_VAL          304 ext/pcre/php_pcre.c 		     ZSTR_VAL(pce->locale)[0] == 'C')) {
ZSTR_VAL          312 ext/pcre/php_pcre.c 	p = ZSTR_VAL(regex);
ZSTR_VAL          319 ext/pcre/php_pcre.c 						 p < ZSTR_VAL(regex) + ZSTR_LEN(regex) ? "Null byte in regex" : "Empty regular expression");
ZSTR_VAL          366 ext/pcre/php_pcre.c 		if (pp < ZSTR_VAL(regex) + ZSTR_LEN(regex)) {
ZSTR_VAL          384 ext/pcre/php_pcre.c 	while (pp < ZSTR_VAL(regex) + ZSTR_LEN(regex)) {
ZSTR_VAL          427 ext/pcre/php_pcre.c 	    (ZSTR_LEN(BG(locale_string)) != 1 || ZSTR_VAL(BG(locale_string))[0] != 'C')) {
ZSTR_VAL          493 ext/pcre/php_pcre.c 			zend_string_init(ZSTR_VAL(BG(locale_string)), ZSTR_LEN(BG(locale_string)), 1)) :
ZSTR_VAL          520 ext/pcre/php_pcre.c 		zend_string *str = zend_string_init(ZSTR_VAL(regex), ZSTR_LEN(regex), 1);
ZSTR_VAL          627 ext/pcre/php_pcre.c 	php_pcre_match_impl(pce, ZSTR_VAL(subject), (int)ZSTR_LEN(subject), return_value, subpats,
ZSTR_VAL         1224 ext/pcre/php_pcre.c 				memcpy(&ZSTR_VAL(result)[result_len], piece, match-piece);
ZSTR_VAL         1228 ext/pcre/php_pcre.c 				walkbuf = ZSTR_VAL(result) + result_len;
ZSTR_VAL         1253 ext/pcre/php_pcre.c 				result_len += (int)(walkbuf - (ZSTR_VAL(result) + result_len));
ZSTR_VAL         1268 ext/pcre/php_pcre.c 				memcpy(ZSTR_VAL(result) + result_len, piece, match-piece);
ZSTR_VAL         1272 ext/pcre/php_pcre.c 				walkbuf = ZSTR_VAL(result) + result_len;
ZSTR_VAL         1275 ext/pcre/php_pcre.c 				memcpy(walkbuf, ZSTR_VAL(eval_result), ZSTR_LEN(eval_result));
ZSTR_VAL         1293 ext/pcre/php_pcre.c 				memcpy(ZSTR_VAL(result) + result_len, piece, unit_len);
ZSTR_VAL         1310 ext/pcre/php_pcre.c 				memcpy(ZSTR_VAL(result) + result_len, piece, subject_len - start_offset);
ZSTR_VAL         1312 ext/pcre/php_pcre.c 				ZSTR_VAL(result)[result_len] = '\0';
ZSTR_VAL         1405 ext/pcre/php_pcre.c 										   ZSTR_VAL(subject_str),
ZSTR_VAL         1428 ext/pcre/php_pcre.c 								  ZSTR_VAL(subject_str),
ZSTR_VAL         1561 ext/pcre/php_pcre.c 		php_error_docref(NULL, E_WARNING, "Requires argument 2, '%s', to be a valid callback", ZSTR_VAL(callback_name));
ZSTR_VAL         1612 ext/pcre/php_pcre.c 			php_error_docref(NULL, E_WARNING, "'%s' is not a valid callback", ZSTR_VAL(callback_name));
ZSTR_VAL         1723 ext/pcre/php_pcre.c 	php_pcre_split_impl(pce, ZSTR_VAL(subject), (int)ZSTR_LEN(subject), return_value, (int)limit_val, flags);
ZSTR_VAL         1933 ext/pcre/php_pcre.c 	for (p = in_str, q = ZSTR_VAL(out_str); p != in_str_end; p++) {
ZSTR_VAL         1977 ext/pcre/php_pcre.c 	out_str = zend_string_truncate(out_str, q - ZSTR_VAL(out_str), 0);
ZSTR_VAL         2061 ext/pcre/php_pcre.c 		count = pcre_exec(pce->re, extra, ZSTR_VAL(subject_str),
ZSTR_VAL          150 ext/pdo/pdo_dbh.c 		php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(message));
ZSTR_VAL         1350 ext/pdo/pdo_dbh.c 	lc_method_name = zend_string_init(ZSTR_VAL(method_name), ZSTR_LEN(method_name), 0);
ZSTR_VAL         1351 ext/pdo/pdo_dbh.c 	zend_str_tolower_copy(ZSTR_VAL(lc_method_name), ZSTR_VAL(method_name), ZSTR_LEN(method_name));
ZSTR_VAL          561 ext/pdo/pdo_sql_parser.c 						if (!stmt->dbh->methods->quoter(stmt->dbh, ZSTR_VAL(buf), ZSTR_LEN(buf), &plc->quoted, &plc->qlen,
ZSTR_VAL          149 ext/pdo/pdo_stmt.c 			if (strncmp(name, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1)) {
ZSTR_VAL          212 ext/pdo/pdo_stmt.c 			char *s = ZSTR_VAL(stmt->columns[col].name);
ZSTR_VAL          349 ext/pdo/pdo_stmt.c 			    strncmp(ZSTR_VAL(stmt->columns[i].name), ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1) == 0) {
ZSTR_VAL          359 ext/pdo/pdo_stmt.c 			spprintf(&tmp, 0, "Did not find column name '%s' in the defined columns; it will not be bound", ZSTR_VAL(param->name));
ZSTR_VAL          366 ext/pdo/pdo_stmt.c 		if (is_param && ZSTR_VAL(param->name)[0] != ':') {
ZSTR_VAL          368 ext/pdo/pdo_stmt.c 			ZSTR_VAL(temp)[0] = ':';
ZSTR_VAL          369 ext/pdo/pdo_stmt.c 			memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1);
ZSTR_VAL          372 ext/pdo/pdo_stmt.c 			param->name = zend_string_init(ZSTR_VAL(param->name), ZSTR_LEN(param->name), 0);
ZSTR_VAL         2123 ext/pdo/pdo_stmt.c 					ZSTR_LEN(key), (int) ZSTR_LEN(key), ZSTR_VAL(key));
ZSTR_VAL         2130 ext/pdo/pdo_stmt.c 					param->name ? ZSTR_VAL(param->name) : "",
ZSTR_VAL         2216 ext/pdo/pdo_stmt.c 	zend_str_tolower_copy(ZSTR_VAL(lc_method_name), ZSTR_VAL(method_name), ZSTR_LEN(method_name));
ZSTR_VAL         2506 ext/pdo/pdo_stmt.c 				    strncmp(ZSTR_VAL(stmt->columns[colno].name), Z_STRVAL_P(member), Z_STRLEN_P(member)) == 0) {
ZSTR_VAL         2559 ext/pdo/pdo_stmt.c 			    strncmp(ZSTR_VAL(stmt->columns[colno].name), Z_STRVAL_P(member), Z_STRLEN_P(member)) == 0) {
ZSTR_VAL         2614 ext/pdo/pdo_stmt.c 	zend_str_tolower_copy(ZSTR_VAL(lc_method_name), ZSTR_VAL(method_name), ZSTR_LEN(method_name));
ZSTR_VAL          511 ext/pdo_firebird/firebird_driver.c 				spprintf(&H->date_format, 0, "%s", ZSTR_VAL(str));
ZSTR_VAL          522 ext/pdo_firebird/firebird_driver.c 				spprintf(&H->time_format, 0, "%s", ZSTR_VAL(str));
ZSTR_VAL          533 ext/pdo_firebird/firebird_driver.c 				spprintf(&H->timestamp_format, 0, "%s", ZSTR_VAL(str));
ZSTR_VAL          201 ext/pdo_firebird/firebird_statement.c 	cp = ZSTR_VAL(col->name);
ZSTR_VAL          478 ext/pdo_firebird/firebird_statement.c 				if ((var->aliasname_length && !strncasecmp(ZSTR_VAL(param->name), var->aliasname,
ZSTR_VAL          480 ext/pdo_firebird/firebird_statement.c 						|| (var->sqlname_length && !strncasecmp(ZSTR_VAL(param->name), var->sqlname,
ZSTR_VAL          635 ext/pdo_firebird/firebird_statement.c 								  char *s = ZSTR_VAL(param->name);
ZSTR_VAL          660 ext/pdo_mysql/mysql_driver.c 			if (mysql_options(H->server, MYSQL_INIT_COMMAND, (const char *)ZSTR_VAL(init_cmd))) {
ZSTR_VAL          670 ext/pdo_mysql/mysql_driver.c 			if (mysql_options(H->server, MYSQL_READ_DEFAULT_FILE, (const char *)ZSTR_VAL(default_file))) {
ZSTR_VAL          680 ext/pdo_mysql/mysql_driver.c 			if (mysql_options(H->server, MYSQL_READ_DEFAULT_GROUP, (const char *)ZSTR_VAL(default_group))) {
ZSTR_VAL          704 ext/pdo_mysql/mysql_driver.c 					ssl_key? ZSTR_VAL(ssl_key) : NULL,
ZSTR_VAL          705 ext/pdo_mysql/mysql_driver.c 					ssl_cert? ZSTR_VAL(ssl_cert) : NULL,
ZSTR_VAL          706 ext/pdo_mysql/mysql_driver.c 					ssl_ca? ZSTR_VAL(ssl_ca) : NULL,
ZSTR_VAL          707 ext/pdo_mysql/mysql_driver.c 					ssl_capath? ZSTR_VAL(ssl_capath) : NULL,
ZSTR_VAL          708 ext/pdo_mysql/mysql_driver.c 					ssl_cipher? ZSTR_VAL(ssl_cipher) : NULL);
ZSTR_VAL          730 ext/pdo_mysql/mysql_driver.c 				if (mysql_options(H->server, MYSQL_SERVER_PUBLIC_KEY, ZSTR_VAL(public_key))) {
ZSTR_VAL         1221 ext/pdo_pgsql/pgsql_driver.c 		spprintf(&conn_str, 0, "%s user='%s' password='%s' connect_timeout=%pd", (char *) dbh->data_source, ZSTR_VAL(tmp_user), ZSTR_VAL(tmp_pass), connect_timeout);
ZSTR_VAL         1223 ext/pdo_pgsql/pgsql_driver.c 		spprintf(&conn_str, 0, "%s user='%s' connect_timeout=%pd", (char *) dbh->data_source, ZSTR_VAL(tmp_user), connect_timeout);
ZSTR_VAL         1225 ext/pdo_pgsql/pgsql_driver.c 		spprintf(&conn_str, 0, "%s password='%s' connect_timeout=%pd", (char *) dbh->data_source, ZSTR_VAL(tmp_pass), connect_timeout);
ZSTR_VAL          258 ext/pdo_pgsql/pgsql_statement.c 					if (ZSTR_VAL(param->name)[0] == '$') {
ZSTR_VAL          259 ext/pdo_pgsql/pgsql_statement.c 						ZEND_ATOL(param->paramno, ZSTR_VAL(param->name) + 1);
ZSTR_VAL          269 ext/pdo_pgsql/pgsql_statement.c 							pdo_raise_impl_error(stmt->dbh, stmt, "HY093", ZSTR_VAL(param->name));
ZSTR_VAL          535 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
ZSTR_VAL          605 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
ZSTR_VAL          611 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
ZSTR_VAL          665 ext/pdo_sqlite/sqlite_driver.c 		php_error_docref(NULL, E_WARNING, "function '%s' is not callable", ZSTR_VAL(cbname));
ZSTR_VAL           94 ext/pdo_sqlite/sqlite_statement.c 					param->paramno = sqlite3_bind_parameter_index(S->stmt, ZSTR_VAL(param->name)) - 1;
ZSTR_VAL         1367 ext/pgsql/pgsql.c 			if (zend_hash_str_update_mem(&EG(persistent_list), ZSTR_VAL(str.s), ZSTR_LEN(str.s), &new_le, sizeof(zend_resource)) == NULL) {
ZSTR_VAL         2456 ext/pgsql/pgsql.c 		if ((tmp_res = PQexec(pg_result->conn, ZSTR_VAL(querystr.s))) == NULL || PQresultStatus(tmp_res) != PGRES_TUPLES_OK) {
ZSTR_VAL         2699 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_WARNING, "Could not find class '%s'", ZSTR_VAL(class_name));
ZSTR_VAL         3508 ext/pgsql/pgsql.c 	if ((nbytes = lo_read((PGconn *)pgsql->conn, pgsql->lofd, ZSTR_VAL(buf), ZSTR_LEN(buf)))<0) {
ZSTR_VAL         3514 ext/pgsql/pgsql.c 	ZSTR_VAL(buf)[ZSTR_LEN(buf)] = '\0';
ZSTR_VAL         4355 ext/pgsql/pgsql.c 		ZSTR_LEN(to) = PQescapeStringConn(pgsql, ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from), NULL);
ZSTR_VAL         4359 ext/pgsql/pgsql.c 		ZSTR_LEN(to) = PQescapeString(ZSTR_VAL(to), ZSTR_VAL(from), ZSTR_LEN(from));
ZSTR_VAL         5554 ext/pgsql/pgsql.c 	pg_result = PQexec(pg_link, ZSTR_VAL(querystr.s));
ZSTR_VAL         5793 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Detected NULL for 'NOT NULL' field '%s'", ZSTR_VAL(field)); \
ZSTR_VAL         5834 ext/pgsql/pgsql.c 			php_error_docref(NULL, E_NOTICE, "Invalid field name (%s) in values", ZSTR_VAL(field));
ZSTR_VAL         5893 ext/pgsql/pgsql.c 								php_error_docref(NULL, E_NOTICE, "Detected invalid value (%s) for PostgreSQL %s field (%s)", Z_STRVAL_P(val), Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         5925 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects string, null, long or boolelan value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         5967 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for pgsql '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6013 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6050 ext/pgsql/pgsql.c 							ZSTR_LEN(str) = PQescapeStringConn(pg_link, ZSTR_VAL(str), Z_STRVAL_P(val), Z_STRLEN_P(val), NULL);
ZSTR_VAL         6076 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6118 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6150 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6183 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6214 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6245 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6324 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6372 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL, string, long or double value for PostgreSQL '%s' (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6403 ext/pgsql/pgsql.c 					php_error_docref(NULL, E_NOTICE, "Expects NULL or string for PostgreSQL %s field (%s)", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6409 ext/pgsql/pgsql.c 				php_error_docref(NULL, E_NOTICE, "Unknown or system data type '%s' for '%s'. Report error", Z_STRVAL_P(type), ZSTR_VAL(field));
ZSTR_VAL         6422 ext/pgsql/pgsql.c 			if (_php_pgsql_detect_identifier_escape(ZSTR_VAL(field), ZSTR_LEN(field)) == SUCCESS) {
ZSTR_VAL         6425 ext/pgsql/pgsql.c 				escaped = PGSQLescapeIdentifier(pg_link, ZSTR_VAL(field), ZSTR_LEN(field));
ZSTR_VAL         6483 ext/pgsql/pgsql.c 		if (PQsendQuery(pg_link, ZSTR_VAL(querystr->s))) {
ZSTR_VAL         6490 ext/pgsql/pgsql.c 		pg_result = PQexec(pg_link, ZSTR_VAL(querystr->s));
ZSTR_VAL         6584 ext/pgsql/pgsql.c 			tmp = PGSQLescapeIdentifier(pg_link, ZSTR_VAL(fld), ZSTR_LEN(fld) + 1);
ZSTR_VAL         6588 ext/pgsql/pgsql.c 			smart_str_appendl(&querystr, ZSTR_VAL(fld), ZSTR_LEN(fld));
ZSTR_VAL         6695 ext/pgsql/pgsql.c 		pg_result = PQexec(pg_link, ZSTR_VAL(sql));
ZSTR_VAL         6699 ext/pgsql/pgsql.c 			pg_result = PQexec(pg_link, ZSTR_VAL(sql));
ZSTR_VAL         6756 ext/pgsql/pgsql.c 			tmp = PGSQLescapeIdentifier(pg_link, ZSTR_VAL(fld), ZSTR_LEN(fld) + 1);
ZSTR_VAL         6760 ext/pgsql/pgsql.c 			smart_str_appendl(querystr, ZSTR_VAL(fld), ZSTR_LEN(fld));
ZSTR_VAL         7077 ext/pgsql/pgsql.c 	pg_result = PQexec(pg_link, ZSTR_VAL(querystr.s));
ZSTR_VAL         7081 ext/pgsql/pgsql.c 		php_error_docref(NULL, E_NOTICE, "Failed to execute '%s'", ZSTR_VAL(querystr.s));
ZSTR_VAL          112 ext/phar/dirstream.c 	memcpy(((php_stream_dirent *) buf)->d_name, ZSTR_VAL(str_key), to_read);
ZSTR_VAL          163 ext/phar/dirstream.c 	result = zend_binary_strcmp(ZSTR_VAL(f->key), ZSTR_LEN(f->key), ZSTR_VAL(s->key), ZSTR_LEN(s->key));
ZSTR_VAL          209 ext/phar/dirstream.c 			if (keylen == 0 || keylen < (uint)dirlen || !strncmp(ZSTR_VAL(str_key), dir, dirlen)) {
ZSTR_VAL          219 ext/phar/dirstream.c 			if (keylen >= sizeof(".phar")-1 && !memcmp(ZSTR_VAL(str_key), ".phar", sizeof(".phar")-1)) {
ZSTR_VAL          227 ext/phar/dirstream.c 			if (NULL != (found = (char *) memchr(ZSTR_VAL(str_key), '/', keylen))) {
ZSTR_VAL          229 ext/phar/dirstream.c 				entry = (char *) safe_emalloc(found - ZSTR_VAL(str_key), 1, 1);
ZSTR_VAL          230 ext/phar/dirstream.c 				memcpy(entry, ZSTR_VAL(str_key), found - ZSTR_VAL(str_key));
ZSTR_VAL          231 ext/phar/dirstream.c 				keylen = found - ZSTR_VAL(str_key);
ZSTR_VAL          235 ext/phar/dirstream.c 				memcpy(entry, ZSTR_VAL(str_key), keylen);
ZSTR_VAL          241 ext/phar/dirstream.c 			if (0 != memcmp(ZSTR_VAL(str_key), dir, dirlen)) {
ZSTR_VAL          248 ext/phar/dirstream.c 				if (ZSTR_VAL(str_key)[dirlen] != '/') {
ZSTR_VAL          257 ext/phar/dirstream.c 		save = ZSTR_VAL(str_key);
ZSTR_VAL          389 ext/phar/dirstream.c 				if (ZSTR_LEN(str_key) > (uint)i_len && 0 == memcmp(ZSTR_VAL(str_key), internal_file, i_len)) {
ZSTR_VAL          619 ext/phar/dirstream.c 				memcmp(ZSTR_VAL(str_key), resource->path+1, path_len) == 0 &&
ZSTR_VAL          620 ext/phar/dirstream.c 				IS_SLASH(ZSTR_VAL(str_key)[path_len])) {
ZSTR_VAL          636 ext/phar/dirstream.c 				memcmp(ZSTR_VAL(str_key), resource->path+1, path_len) == 0 &&
ZSTR_VAL          637 ext/phar/dirstream.c 				IS_SLASH(ZSTR_VAL(str_key)[path_len])) {
ZSTR_VAL          153 ext/phar/func_interceptors.c 					name = ZSTR_VAL(entry_str);
ZSTR_VAL          281 ext/phar/func_interceptors.c 				name = ZSTR_VAL(entry_str);
ZSTR_VAL          382 ext/phar/func_interceptors.c 				name = ZSTR_VAL(entry_str);
ZSTR_VAL           59 ext/phar/phar.c 	if (ZSTR_LEN(new_value) == 2 && !strcasecmp("on", ZSTR_VAL(new_value))) {
ZSTR_VAL           62 ext/phar/phar.c 	else if (ZSTR_LEN(new_value) == 3 && !strcasecmp("yes", ZSTR_VAL(new_value))) {
ZSTR_VAL           65 ext/phar/phar.c 	else if (ZSTR_LEN(new_value) == 4 && !strcasecmp("true", ZSTR_VAL(new_value))) {
ZSTR_VAL           69 ext/phar/phar.c 		ini = (zend_bool) atoi(ZSTR_VAL(new_value));
ZSTR_VAL          186 ext/phar/phar.c 	PHAR_G(cache_list) = ZSTR_VAL(new_value);
ZSTR_VAL         1342 ext/phar/phar.c 		fname = ZSTR_VAL(actual);
ZSTR_VAL         1517 ext/phar/phar.c 		fname = ZSTR_VAL(actual);
ZSTR_VAL         1972 ext/phar/phar.c 				if (!memcmp(filename, ZSTR_VAL(str_key), ZSTR_LEN(str_key)) && ((uint)filename_len == ZSTR_LEN(str_key)
ZSTR_VAL         1991 ext/phar/phar.c 					if (!memcmp(filename, ZSTR_VAL(str_key), ZSTR_LEN(str_key)) && ((uint)filename_len == ZSTR_LEN(str_key)
ZSTR_VAL         2323 ext/phar/phar.c 		fname = ZSTR_VAL(actual);
ZSTR_VAL         2596 ext/phar/phar.c 			user_stub = ZSTR_VAL(suser_stub);
ZSTR_VAL         2647 ext/phar/phar.c 			written = php_stream_write(newfile, ZSTR_VAL(newstub), phar->halt_offset);
ZSTR_VAL         2905 ext/phar/phar.c 	&& ZSTR_LEN(main_metadata_str.s) != php_stream_write(newfile, ZSTR_VAL(main_metadata_str.s), ZSTR_LEN(main_metadata_str.s)))) {
ZSTR_VAL         2983 ext/phar/phar.c 		    ZSTR_LEN(entry->metadata_str.s) != php_stream_write(newfile, ZSTR_VAL(entry->metadata_str.s), ZSTR_LEN(entry->metadata_str.s)))) {
ZSTR_VAL         1424 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned no value", ZSTR_VAL(ce->name));
ZSTR_VAL         1435 ext/phar/phar_object.c 				zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Iterator %v returned an invalid stream handle", ZSTR_VAL(ce->name));
ZSTR_VAL         1449 ext/phar/phar_object.c 					zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned an invalid key (must return a string)", ZSTR_VAL(ce->name));
ZSTR_VAL         1459 ext/phar/phar_object.c 				zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned an invalid key (must return a string)", ZSTR_VAL(ce->name));
ZSTR_VAL         1473 ext/phar/phar_object.c 					zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "Iterator %v returns an SplFileInfo object, so base directory must be specified", ZSTR_VAL(ce->name));
ZSTR_VAL         1517 ext/phar/phar_object.c 			zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned an invalid value (must return a string)", ZSTR_VAL(ce->name));
ZSTR_VAL         1557 ext/phar/phar_object.c 			zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned a path \"%s\" that is not in the base directory \"%s\"", ZSTR_VAL(ce->name), fname, base);
ZSTR_VAL         1577 ext/phar/phar_object.c 				zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned an invalid key (must return a string)", ZSTR_VAL(ce->name));
ZSTR_VAL         1587 ext/phar/phar_object.c 			zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned an invalid key (must return a string)", ZSTR_VAL(ce->name));
ZSTR_VAL         1593 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned a path \"%s\" that safe mode prevents opening", ZSTR_VAL(ce->name), fname);
ZSTR_VAL         1608 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned a path \"%s\" that open_basedir prevents opening", ZSTR_VAL(ce->name), fname);
ZSTR_VAL         1625 ext/phar/phar_object.c 		zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "Iterator %v returned a file that could not be opened \"%s\"", ZSTR_VAL(ce->name), fname);
ZSTR_VAL         2967 ext/phar/phar_object.c 	phar_flush(phar_obj->archive, stub ? ZSTR_VAL(stub) : 0, stub ? ZSTR_LEN(stub) : 0, 1, &error);
ZSTR_VAL         3923 ext/phar/phar_object.c 	if (len != php_stream_read(fp, ZSTR_VAL(buf), len)) {
ZSTR_VAL         3942 ext/phar/phar_object.c 	ZSTR_VAL(buf)[len] = '\0';
ZSTR_VAL          636 ext/phar/stream.c 			if ((int)ZSTR_LEN(str_key) >= internal_file_len || strncmp(ZSTR_VAL(str_key), internal_file, ZSTR_LEN(str_key))) {
ZSTR_VAL          910 ext/phar/stream.c 				memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 &&
ZSTR_VAL          911 ext/phar/stream.c 				IS_SLASH(ZSTR_VAL(str_key)[from_len])) {
ZSTR_VAL          914 ext/phar/stream.c 				memcpy(ZSTR_VAL(new_str_key), resource_to->path + 1, to_len);
ZSTR_VAL          915 ext/phar/stream.c 				memcpy(ZSTR_VAL(new_str_key) + to_len, ZSTR_VAL(str_key) + from_len, ZSTR_LEN(str_key) - from_len);
ZSTR_VAL          916 ext/phar/stream.c 				ZSTR_VAL(new_str_key)[ZSTR_LEN(new_str_key)] = 0;
ZSTR_VAL          922 ext/phar/stream.c 				entry->filename = estrndup(ZSTR_VAL(new_str_key), ZSTR_LEN(new_str_key));
ZSTR_VAL          935 ext/phar/stream.c 				memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 &&
ZSTR_VAL          936 ext/phar/stream.c 				(ZSTR_LEN(str_key) == from_len || IS_SLASH(ZSTR_VAL(str_key)[from_len]))) {
ZSTR_VAL          939 ext/phar/stream.c 				memcpy(ZSTR_VAL(new_str_key), resource_to->path + 1, to_len);
ZSTR_VAL          940 ext/phar/stream.c 				memcpy(ZSTR_VAL(new_str_key) + to_len, ZSTR_VAL(str_key) + from_len, ZSTR_LEN(str_key) - from_len);
ZSTR_VAL          941 ext/phar/stream.c 				ZSTR_VAL(new_str_key)[ZSTR_LEN(new_str_key)] = 0;
ZSTR_VAL          953 ext/phar/stream.c 				memcmp(ZSTR_VAL(str_key), resource_from->path+1, from_len) == 0 &&
ZSTR_VAL          954 ext/phar/stream.c 				(ZSTR_LEN(str_key) == from_len || IS_SLASH(ZSTR_VAL(str_key)[from_len]))) {
ZSTR_VAL          957 ext/phar/stream.c 				memcpy(ZSTR_VAL(new_str_key), resource_to->path + 1, to_len);
ZSTR_VAL          958 ext/phar/stream.c 				memcpy(ZSTR_VAL(new_str_key) + to_len, ZSTR_VAL(str_key) + from_len, ZSTR_LEN(str_key) - from_len);
ZSTR_VAL          959 ext/phar/stream.c 				ZSTR_VAL(new_str_key)[ZSTR_LEN(new_str_key)] = 0;
ZSTR_VAL          878 ext/phar/tar.c 	if (ZSTR_LEN(entry->metadata_str.s) != php_stream_write(entry->fp, ZSTR_VAL(entry->metadata_str.s), ZSTR_LEN(entry->metadata_str.s))) {
ZSTR_VAL         1026 ext/phar/tar.c 					user_stub = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          324 ext/phar/util.c 	if (ret && ZSTR_LEN(ret) > 8 && !strncmp(ZSTR_VAL(ret), "phar://", 7)) {
ZSTR_VAL          326 ext/phar/util.c 		if (SUCCESS != phar_split_fname(ZSTR_VAL(ret), ZSTR_LEN(ret), &arch, &arch_len, &entry, &entry_len, 1, 0)) {
ZSTR_VAL         1305 ext/phar/util.c 			if ((int)ZSTR_LEN(str_key) >= path_len || strncmp(ZSTR_VAL(str_key), path, ZSTR_LEN(str_key))) {
ZSTR_VAL         1314 ext/phar/util.c 						spprintf(error, 4096, "phar internal error: mounted path \"%s\" could not be retrieved from manifest", ZSTR_VAL(str_key));
ZSTR_VAL         1321 ext/phar/util.c 						spprintf(error, 4096, "phar internal error: mounted path \"%s\" is not properly initialized as a mounted path", ZSTR_VAL(str_key));
ZSTR_VAL         1531 ext/phar/util.c 			if (FAILURE == phar_call_openssl_signverify(0, fp, end_of_phar, pubkey ? ZSTR_VAL(pubkey) : NULL, pubkey ? ZSTR_LEN(pubkey) : 0, &sig, &tempsig)) {
ZSTR_VAL         1549 ext/phar/util.c 			in = BIO_new_mem_buf(pubkey ? ZSTR_VAL(pubkey) : NULL, pubkey ? ZSTR_LEN(pubkey) : 0);
ZSTR_VAL          590 ext/phar/zip.c 						actual_alias = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          622 ext/phar/zip.c 						actual_alias = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          644 ext/phar/zip.c 						actual_alias = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         1085 ext/phar/zip.c 		if (ZSTR_LEN(entry->metadata_str.s) != php_stream_write(p->centralfp, ZSTR_VAL(entry->metadata_str.s), ZSTR_LEN(entry->metadata_str.s))) {
ZSTR_VAL         1128 ext/phar/zip.c 			php_stream_write(newfile, ZSTR_VAL(metadata->s), ZSTR_LEN(metadata->s));
ZSTR_VAL         1278 ext/phar/zip.c 					user_stub = estrndup(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         1497 ext/phar/zip.c 		if (ZSTR_LEN(main_metadata_str.s) != php_stream_write(pass.filefp, ZSTR_VAL(main_metadata_str.s), ZSTR_LEN(main_metadata_str.s))) {
ZSTR_VAL          523 ext/readline/readline.c 		php_error_docref(NULL, E_WARNING, "%s is not callable", ZSTR_VAL(name));
ZSTR_VAL          572 ext/readline/readline.c 		php_error_docref(NULL, E_WARNING, "%s is not callable", ZSTR_VAL(name));
ZSTR_VAL          416 ext/readline/readline_cli.c 		if (!textlen || !strncmp(ZSTR_VAL(name), text, textlen)) {
ZSTR_VAL          421 ext/readline/readline_cli.c 			return ZSTR_VAL(name);
ZSTR_VAL          466 ext/readline/readline_cli.c 		retval = strdup(ZSTR_VAL(func->common.function_name));
ZSTR_VAL          478 ext/readline/readline_cli.c 		retval = strdup(ZSTR_VAL(ce->name));
ZSTR_VAL          529 ext/readline/readline_cli.c 			zend_str_tolower_copy(ZSTR_VAL(class_name), text, class_name_len);
ZSTR_VAL          568 ext/readline/readline_cli.c 			snprintf(tmp, len, "%s::%s", ZSTR_VAL(ce->name), retval);
ZSTR_VAL          611 ext/readline/readline_cli.c 	while ((line = readline(ZSTR_VAL(prompt))) != NULL) {
ZSTR_VAL          130 ext/reflection/php_reflection.c 	ZSTR_VAL(str->buf)[0] = '\0';
ZSTR_VAL          150 ext/reflection/php_reflection.c 		memcpy(ZSTR_VAL(str->buf) + ZSTR_LEN(str->buf), s_tmp, len + 1);
ZSTR_VAL          167 ext/reflection/php_reflection.c 	memcpy(ZSTR_VAL(str->buf) + ZSTR_LEN(str->buf), buf, len);
ZSTR_VAL          169 ext/reflection/php_reflection.c 	ZSTR_VAL(str->buf)[ZSTR_LEN(str->buf)] = '\0';
ZSTR_VAL          176 ext/reflection/php_reflection.c 		string_write(str, ZSTR_VAL(append->buf), ZSTR_LEN(append->buf));
ZSTR_VAL          386 ext/reflection/php_reflection.c 		string_printf(str, "%s%s", indent, ZSTR_VAL(ce->info.user.doc_comment));
ZSTR_VAL          422 ext/reflection/php_reflection.c 	string_printf(str, "%s", ZSTR_VAL(ce->name));
ZSTR_VAL          424 ext/reflection/php_reflection.c 		string_printf(str, " extends %s", ZSTR_VAL(ce->parent->name));
ZSTR_VAL          431 ext/reflection/php_reflection.c 			string_printf(str, " extends %s", ZSTR_VAL(ce->interfaces[0]->name));
ZSTR_VAL          433 ext/reflection/php_reflection.c 			string_printf(str, " implements %s", ZSTR_VAL(ce->interfaces[0]->name));
ZSTR_VAL          436 ext/reflection/php_reflection.c 			string_printf(str, ", %s", ZSTR_VAL(ce->interfaces[i]->name));
ZSTR_VAL          443 ext/reflection/php_reflection.c 		string_printf(str, "%s  @@ %s %d-%d\n", indent, ZSTR_VAL(ce->info.user.filename),
ZSTR_VAL          457 ext/reflection/php_reflection.c 			_const_string(str, ZSTR_VAL(key), value, indent);
ZSTR_VAL          484 ext/reflection/php_reflection.c 				_property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf));
ZSTR_VAL          515 ext/reflection/php_reflection.c 				_function_string(str, mptr, ce, ZSTR_VAL(sub_indent.buf));
ZSTR_VAL          531 ext/reflection/php_reflection.c 				_property_string(str, prop, NULL, ZSTR_VAL(sub_indent.buf));
ZSTR_VAL          547 ext/reflection/php_reflection.c 				if (prop_name && ZSTR_LEN(prop_name) && ZSTR_VAL(prop_name)[0]) { /* skip all private and protected properties */
ZSTR_VAL          550 ext/reflection/php_reflection.c 						_property_string(&dyn, NULL, ZSTR_VAL(prop_name), ZSTR_VAL(sub_indent.buf));
ZSTR_VAL          582 ext/reflection/php_reflection.c 					|| zend_binary_strcasecmp(ZSTR_VAL(key), ZSTR_LEN(key), ZSTR_VAL(mptr->common.function_name), len) == 0)
ZSTR_VAL          587 ext/reflection/php_reflection.c 						&& memcmp(ZSTR_VAL(mptr->common.function_name), ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0
ZSTR_VAL          595 ext/reflection/php_reflection.c 					_function_string(&dyn, mptr, ce, ZSTR_VAL(sub_indent.buf));
ZSTR_VAL          624 ext/reflection/php_reflection.c 					indent, type, name, ZSTR_VAL(value_str));
ZSTR_VAL          663 ext/reflection/php_reflection.c 			ZSTR_VAL(arg_info->class_name));
ZSTR_VAL          684 ext/reflection/php_reflection.c 			ZSTR_VAL(arg_info->name));
ZSTR_VAL          717 ext/reflection/php_reflection.c 				string_write(str, ZSTR_VAL(zv_str), ZSTR_LEN(zv_str));
ZSTR_VAL          775 ext/reflection/php_reflection.c 		string_printf(str, "%s    Variable #%d [ $%s ]\n", indent, i++, ZSTR_VAL(key));
ZSTR_VAL          794 ext/reflection/php_reflection.c 		string_printf(str, "%s%s\n", indent, ZSTR_VAL(fptr->op_array.doc_comment));
ZSTR_VAL          809 ext/reflection/php_reflection.c 			string_printf(str, ", inherits %s", ZSTR_VAL(fptr->common.scope->name));
ZSTR_VAL          813 ext/reflection/php_reflection.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(fptr->common.function_name), lc_name_len);
ZSTR_VAL          816 ext/reflection/php_reflection.c 					string_printf(str, ", overwrites %s", ZSTR_VAL(overwrites->common.scope->name));
ZSTR_VAL          823 ext/reflection/php_reflection.c 		string_printf(str, ", prototype %s", ZSTR_VAL(fptr->common.prototype->common.scope->name));
ZSTR_VAL          867 ext/reflection/php_reflection.c 	string_printf(str, "%s ] {\n", ZSTR_VAL(fptr->common.function_name));
ZSTR_VAL          871 ext/reflection/php_reflection.c 						ZSTR_VAL(fptr->op_array.filename),
ZSTR_VAL          878 ext/reflection/php_reflection.c 		_function_closure_string(str, fptr, ZSTR_VAL(param_indent.buf));
ZSTR_VAL          880 ext/reflection/php_reflection.c 	_function_parameter_string(str, fptr, ZSTR_VAL(param_indent.buf));
ZSTR_VAL          889 ext/reflection/php_reflection.c 					ZSTR_VAL(fptr->common.arg_info[-1].class_name));
ZSTR_VAL          955 ext/reflection/php_reflection.c 		string_printf(str, "    %sEntry [ %s <", indent, ZSTR_VAL(ini_entry->name));
ZSTR_VAL          973 ext/reflection/php_reflection.c 		string_printf(str, "    %s  Current = '%s'\n", indent, ini_entry->value ? ZSTR_VAL(ini_entry->value) : "");
ZSTR_VAL          975 ext/reflection/php_reflection.c 			string_printf(str, "    %s  Default = '%s'\n", indent, ini_entry->orig_value ? ZSTR_VAL(ini_entry->orig_value) : "");
ZSTR_VAL          993 ext/reflection/php_reflection.c 		if (!zend_binary_strcasecmp(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key))) {
ZSTR_VAL         1012 ext/reflection/php_reflection.c 		_const_string(str, ZSTR_VAL(constant->name), &constant->value, indent);
ZSTR_VAL         1120 ext/reflection/php_reflection.c 		zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) _extension_class_string, 4, &str_classes, ZSTR_VAL(sub_indent.buf), module, &num_classes);
ZSTR_VAL         1195 ext/reflection/php_reflection.c 	zend_str_tolower_copy(ZSTR_VAL(lcname), name_str, name_len);
ZSTR_VAL         1537 ext/reflection/php_reflection.c 		php_error_docref(NULL, E_WARNING, "%s::__toString() did not return anything", ZSTR_VAL(Z_OBJCE_P(object)->name));
ZSTR_VAL         1947 ext/reflection/php_reflection.c 			"Invocation of function %s() failed", ZSTR_VAL(fptr->common.function_name));
ZSTR_VAL         2012 ext/reflection/php_reflection.c 			"Invocation of function %s() failed", ZSTR_VAL(fptr->common.function_name));
ZSTR_VAL         2400 ext/reflection/php_reflection.c 						"Method %s::%s() does not exist", ZSTR_VAL(ce->name), Z_STRVAL_P(method));
ZSTR_VAL         2416 ext/reflection/php_reflection.c 						"Method %s::%s() does not exist", ZSTR_VAL(ce->name), ZEND_INVOKE_FUNC_NAME);
ZSTR_VAL         2467 ext/reflection/php_reflection.c 					if (strcmp(ZSTR_VAL(arg_info[i].name), Z_STRVAL_P(parameter)) == 0) {
ZSTR_VAL         2618 ext/reflection/php_reflection.c 			class_name = ZSTR_VAL(param->arg_info->class_name);
ZSTR_VAL         3085 ext/reflection/php_reflection.c 			"Method %s::%s() does not exist", ZSTR_VAL(ce->name), name_str);
ZSTR_VAL         3178 ext/reflection/php_reflection.c 				ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name));
ZSTR_VAL         3183 ext/reflection/php_reflection.c 				ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name),
ZSTR_VAL         3184 ext/reflection/php_reflection.c 				ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         3238 ext/reflection/php_reflection.c 			"Invocation of method %s::%s() failed", ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name));
ZSTR_VAL         3278 ext/reflection/php_reflection.c 				ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name));
ZSTR_VAL         3283 ext/reflection/php_reflection.c 				ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name),
ZSTR_VAL         3284 ext/reflection/php_reflection.c 				ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         3312 ext/reflection/php_reflection.c 				ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name));
ZSTR_VAL         3357 ext/reflection/php_reflection.c 			"Invocation of method %s::%s() failed", ZSTR_VAL(mptr->common.scope->name), ZSTR_VAL(mptr->common.function_name));
ZSTR_VAL         3630 ext/reflection/php_reflection.c 			"Method %s::%s does not have a prototype", ZSTR_VAL(intern->ce->name), ZSTR_VAL(mptr->common.function_name));
ZSTR_VAL         3808 ext/reflection/php_reflection.c 				"Class %s does not have a property named %s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         3839 ext/reflection/php_reflection.c 				"Class %s does not have a property named %s", ZSTR_VAL(ce->name), ZSTR_VAL(name));
ZSTR_VAL         4116 ext/reflection/php_reflection.c 			&& memcmp(ZSTR_VAL(mptr->common.function_name), ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1) == 0
ZSTR_VAL         4249 ext/reflection/php_reflection.c 	str_name = ZSTR_VAL(name);
ZSTR_VAL         4251 ext/reflection/php_reflection.c 	if ((tmp = strstr(ZSTR_VAL(name), "::")) != NULL) {
ZSTR_VAL         4252 ext/reflection/php_reflection.c 		classname_len = tmp - ZSTR_VAL(name);
ZSTR_VAL         4254 ext/reflection/php_reflection.c 		zend_str_tolower_copy(ZSTR_VAL(classname), ZSTR_VAL(name), classname_len);
ZSTR_VAL         4255 ext/reflection/php_reflection.c 		ZSTR_VAL(classname)[classname_len] = '\0';
ZSTR_VAL         4262 ext/reflection/php_reflection.c 				zend_throw_exception_ex(reflection_exception_ptr, -1, "Class %s does not exist", ZSTR_VAL(classname));
ZSTR_VAL         4270 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, -1, "Fully qualified property name %s::%s does not specify a base class of %s", ZSTR_VAL(ce2->name), str_name, ZSTR_VAL(ce->name));
ZSTR_VAL         4320 ext/reflection/php_reflection.c 	if (ZSTR_VAL(hash_key->key)[0] == '\0') {
ZSTR_VAL         4609 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0, "Access to non-public constructor of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         4645 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_WARNING, "Invocation of %s's constructor failed", ZSTR_VAL(ce->name));
ZSTR_VAL         4650 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0, "Class %s does not have a constructor, so you cannot pass any constructor arguments", ZSTR_VAL(ce->name));
ZSTR_VAL         4666 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0, "Class %s is an internal class marked as final that cannot be instantiated without invoking its constructor", ZSTR_VAL(ce->name));
ZSTR_VAL         4713 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0, "Access to non-public constructor of class %s", ZSTR_VAL(ce->name));
ZSTR_VAL         4753 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_WARNING, "Invocation of %s's constructor failed", ZSTR_VAL(ce->name));
ZSTR_VAL         4758 ext/reflection/php_reflection.c 		zend_throw_exception_ex(reflection_exception_ptr, 0, "Class %s does not have a constructor, so you cannot pass any constructor arguments", ZSTR_VAL(ce->name));
ZSTR_VAL         4879 ext/reflection/php_reflection.c 				snprintf(ZSTR_VAL(mname), ZSTR_LEN(mname) + 1, "%s::%s", ZSTR_VAL(cur_ref->ce->name), ZSTR_VAL(cur_ref->method_name));
ZSTR_VAL         4880 ext/reflection/php_reflection.c 				add_assoc_str_ex(return_value, ZSTR_VAL(ce->trait_aliases[i]->alias), ZSTR_LEN(ce->trait_aliases[i]->alias), mname);
ZSTR_VAL         4994 ext/reflection/php_reflection.c 				"Interface %s is a Class", ZSTR_VAL(interface_ce->name));
ZSTR_VAL         5203 ext/reflection/php_reflection.c 			zend_throw_exception_ex(reflection_exception_ptr, 0, "Property %s::$%s does not exist", ZSTR_VAL(ce->name), name_str);
ZSTR_VAL         5363 ext/reflection/php_reflection.c 			"Cannot access non-public member %s::%s", ZSTR_VAL(intern->ce->name), Z_STRVAL_P(name));
ZSTR_VAL         5372 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
ZSTR_VAL         5409 ext/reflection/php_reflection.c 			"Cannot access non-public member %s::%s", ZSTR_VAL(intern->ce->name), Z_STRVAL_P(name));
ZSTR_VAL         5424 ext/reflection/php_reflection.c 			php_error_docref(NULL, E_ERROR, "Internal error: Could not find the property %s::%s", ZSTR_VAL(intern->ce->name), ZSTR_VAL(ref->prop.name));
ZSTR_VAL         5728 ext/reflection/php_reflection.c 		if (zend_binary_strcasecmp(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key))) {
ZSTR_VAL         5835 ext/reflection/php_reflection.c 		snprintf(ZSTR_VAL(relation), ZSTR_LEN(relation) + 1, "%s%s%s%s%s",
ZSTR_VAL         6504 ext/reflection/php_reflection.c 			"Cannot set read-only property %s::$%s", ZSTR_VAL(Z_OBJCE_P(object)->name), Z_STRVAL_P(member));
ZSTR_VAL          230 ext/session/mod_files.c 	ps_files_open(data, ZSTR_VAL(key));
ZSTR_VAL          241 ext/session/mod_files.c 	n = pwrite(data->fd, ZSTR_VAL(val), ZSTR_LEN(val), 0);
ZSTR_VAL          247 ext/session/mod_files.c 		char *buf = ZSTR_VAL(val);
ZSTR_VAL          260 ext/session/mod_files.c 	n = write(data->fd, ZSTR_VAL(val), ZSTR_LEN(val));
ZSTR_VAL          468 ext/session/mod_files.c 	ps_files_open(data, ZSTR_VAL(key));
ZSTR_VAL          487 ext/session/mod_files.c 	n = pread(data->fd, ZSTR_VAL(*val), ZSTR_LEN(*val), 0);
ZSTR_VAL          493 ext/session/mod_files.c 		char *buf = ZSTR_VAL(*val);
ZSTR_VAL          507 ext/session/mod_files.c 	n = read(data->fd, ZSTR_VAL(*val), ZSTR_LEN(*val));
ZSTR_VAL          522 ext/session/mod_files.c 	ZSTR_VAL(*val)[ZSTR_LEN(*val)] = '\0';
ZSTR_VAL          565 ext/session/mod_files.c 	if (!ps_files_path_create(buf, sizeof(buf), data, ZSTR_VAL(key))) {
ZSTR_VAL          600 ext/session/mod_files.c 	if (!ps_files_path_create(buf, sizeof(buf), data, ZSTR_VAL(key))) {
ZSTR_VAL          677 ext/session/mod_files.c 		if (data && ps_files_key_exists(data, ZSTR_VAL(sid)) == SUCCESS) {
ZSTR_VAL          705 ext/session/mod_files.c 	return ps_files_key_exists(data, ZSTR_VAL(key));
ZSTR_VAL          237 ext/session/session.c 	if (PS(serializer)->decode(ZSTR_VAL(data), ZSTR_LEN(data)) == FAILURE) {
ZSTR_VAL          439 ext/session/session.c 	ZSTR_LEN(outid) = (size_t)(bin_to_readable((char *)digest, digest_len, ZSTR_VAL(outid), (char)PS(hash_bits_per_character)) - (char *)&ZSTR_VAL(outid));
ZSTR_VAL          588 ext/session/session.c 						&& !memcmp(ZSTR_VAL(val), ZSTR_VAL(PS(session_vars)), ZSTR_LEN(val))
ZSTR_VAL          625 ext/session/session.c 	tmp = _php_find_ps_module(ZSTR_VAL(new_value));
ZSTR_VAL          638 ext/session/session.c 			php_error_docref(NULL, err_type, "Cannot find save handler '%s'", ZSTR_VAL(new_value));
ZSTR_VAL          655 ext/session/session.c 	tmp = _php_find_ps_serializer(ZSTR_VAL(new_value));
ZSTR_VAL          668 ext/session/session.c 			php_error_docref(NULL, err_type, "Cannot find serialization handler '%s'", ZSTR_VAL(new_value));
ZSTR_VAL          682 ext/session/session.c 	if (!strncasecmp(ZSTR_VAL(new_value), "on", sizeof("on"))) {
ZSTR_VAL          685 ext/session/session.c 		PS(use_trans_sid) = (zend_bool) atoi(ZSTR_VAL(new_value));
ZSTR_VAL          698 ext/session/session.c 		if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) {
ZSTR_VAL          703 ext/session/session.c 		if ((p = strchr(ZSTR_VAL(new_value), ';'))) {
ZSTR_VAL          710 ext/session/session.c 			p = ZSTR_VAL(new_value);
ZSTR_VAL          726 ext/session/session.c 	if ((!ZSTR_LEN(new_value) || is_numeric_string(ZSTR_VAL(new_value), ZSTR_LEN(new_value), NULL, NULL, 0))) {
ZSTR_VAL          737 ext/session/session.c 			php_error_docref(NULL, err_type, "session.name cannot be a numeric or empty '%s'", ZSTR_VAL(new_value));
ZSTR_VAL          756 ext/session/session.c 	val = ZEND_STRTOL(ZSTR_VAL(new_value), &endptr, 10);
ZSTR_VAL          765 ext/session/session.c 		strncasecmp(ZSTR_VAL(new_value), "md5", sizeof("md5") - 1) == 0) {
ZSTR_VAL          772 ext/session/session.c 		strncasecmp(ZSTR_VAL(new_value), "sha1", sizeof("sha1") - 1) == 0) {
ZSTR_VAL          780 ext/session/session.c 	php_hash_ops *ops = (php_hash_ops*)php_hash_fetch_ops(ZSTR_VAL(new_value), ZSTR_LEN(new_value));
ZSTR_VAL          791 ext/session/session.c 	php_error_docref(NULL, E_WARNING, "session.configuration 'session.hash_function' must be existing hash function. %s does not exist.", ZSTR_VAL(new_value));
ZSTR_VAL          799 ext/session/session.c 	tmp = zend_atoi(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
ZSTR_VAL          804 ext/session/session.c 	if(ZSTR_LEN(new_value) > 0 && ZSTR_VAL(new_value)[ZSTR_LEN(new_value)-1] == '%') {
ZSTR_VAL          928 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL          933 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL         1010 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL         1011 ext/session/session.c 			if (memchr(ZSTR_VAL(key), PS_DELIMITER, ZSTR_LEN(key)) || memchr(ZSTR_VAL(key), PS_UNDEF_MARKER, ZSTR_LEN(key))) {
ZSTR_VAL         1021 ext/session/session.c 			smart_str_appendl(&buf, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL         1336 ext/session/session.c 	spprintf(&session_cookie, 0, "Set-Cookie: %s=", ZSTR_VAL(e_session_name));
ZSTR_VAL         1385 ext/session/session.c 	e_id = php_url_encode(ZSTR_VAL(PS(id)), ZSTR_LEN(PS(id)));
ZSTR_VAL         1388 ext/session/session.c 	smart_str_appendl(&ncookie, ZSTR_VAL(e_session_name), ZSTR_LEN(e_session_name));
ZSTR_VAL         1390 ext/session/session.c 	smart_str_appendl(&ncookie, ZSTR_VAL(e_id), ZSTR_LEN(e_id));
ZSTR_VAL         1405 ext/session/session.c 			smart_str_appendl(&ncookie, ZSTR_VAL(date_fmt), ZSTR_LEN(date_fmt));
ZSTR_VAL         1436 ext/session/session.c 	sapi_add_header_ex(estrndup(ZSTR_VAL(ncookie.s), ZSTR_LEN(ncookie.s)), ZSTR_LEN(ncookie.s), 0, 0);
ZSTR_VAL         1508 ext/session/session.c 		smart_str_appends(&var, ZSTR_VAL(PS(id)));
ZSTR_VAL         1514 ext/session/session.c 			REGISTER_STRINGL_CONSTANT("SID", ZSTR_VAL(var.s), ZSTR_LEN(var.s), 0);
ZSTR_VAL         1532 ext/session/session.c 		php_url_scanner_add_var(PS(session_name), strlen(PS(session_name)), ZSTR_VAL(PS(id)), ZSTR_LEN(PS(id)), 1);
ZSTR_VAL         1644 ext/session/session.c 	if (PS(id) && strpbrk(ZSTR_VAL(PS(id)), "\r\n\t <>'\"\\")) {
ZSTR_VAL         1689 ext/session/session.c 		*new = php_url_scanner_adapt_single_url(url, urllen, PS(session_name), ZSTR_VAL(PS(id)), newlen, 1);
ZSTR_VAL         1801 ext/session/session.c 		if (!_php_find_ps_module(ZSTR_VAL(name))) {
ZSTR_VAL         1802 ext/session/session.c 			php_error_docref(NULL, E_WARNING, "Cannot find named PHP session module (%s)", ZSTR_VAL(name));
ZSTR_VAL         1988 ext/session/session.c 		if (memchr(ZSTR_VAL(name), '\0', ZSTR_LEN(name)) != NULL) {
ZSTR_VAL         2014 ext/session/session.c 		size_t len = strlen(ZSTR_VAL(PS(id)));
ZSTR_VAL         2016 ext/session/session.c 			RETVAL_NEW_STR(zend_string_init(ZSTR_VAL(PS(id)), len, 0));
ZSTR_VAL         2140 ext/session/session.c 		if (php_session_valid_key(ZSTR_VAL(prefix)) == FAILURE) {
ZSTR_VAL         2299 ext/session/session.c 								php_error_docref(NULL, E_WARNING, "Setting option '%s' failed", ZSTR_VAL(str_idx));
ZSTR_VAL         2305 ext/session/session.c 						php_error_docref(NULL, E_WARNING, "Option(%s) value must be string, boolean or long", ZSTR_VAL(str_idx));
ZSTR_VAL         2778 ext/session/session.c 		php_info_print_table_row(2, "Registered save handlers", ZSTR_VAL(save_handlers.s));
ZSTR_VAL         2786 ext/session/session.c 		php_info_print_table_row(2, "Registered serializer handlers", ZSTR_VAL(ser_handlers.s));
ZSTR_VAL          331 ext/shmop/shmop.c 	memcpy(shmop->addr + offset, ZSTR_VAL(data), writesize);
ZSTR_VAL          316 ext/soap/php_encoding.c 					id = ZSTR_VAL(prefix.s);
ZSTR_VAL          322 ext/soap/php_encoding.c 					id = ZSTR_VAL(prefix.s);
ZSTR_VAL          333 ext/soap/php_encoding.c 					id = ZSTR_VAL(prefix.s);
ZSTR_VAL          339 ext/soap/php_encoding.c 					id = ZSTR_VAL(prefix.s);
ZSTR_VAL          460 ext/soap/php_encoding.c 				    zend_binary_strncasecmp(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), Z_STRVAL_P(tmp), ZSTR_LEN(ce->name), ZSTR_LEN(ce->name)) == 0 &&
ZSTR_VAL          466 ext/soap/php_encoding.c 						enc = get_encoder(SOAP_GLOBAL(sdl), SOAP_GLOBAL(sdl)->target_ns, ZSTR_VAL(type_name));
ZSTR_VAL          468 ext/soap/php_encoding.c 							enc = find_encoder_by_type_name(SOAP_GLOBAL(sdl), ZSTR_VAL(type_name));
ZSTR_VAL          803 ext/soap/php_encoding.c 				ZSTR_VAL(str)[i] = (c - '0') << 4;
ZSTR_VAL          805 ext/soap/php_encoding.c 				ZSTR_VAL(str)[i] = (c - 'a' + 10) << 4;
ZSTR_VAL          807 ext/soap/php_encoding.c 				ZSTR_VAL(str)[i] = (c - 'A' + 10) << 4;
ZSTR_VAL          813 ext/soap/php_encoding.c 				ZSTR_VAL(str)[i] |= c - '0';
ZSTR_VAL          815 ext/soap/php_encoding.c 				ZSTR_VAL(str)[i] |= c - 'a' + 10;
ZSTR_VAL          817 ext/soap/php_encoding.c 				ZSTR_VAL(str)[i] |= c - 'A' + 10;
ZSTR_VAL          822 ext/soap/php_encoding.c 		ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0';
ZSTR_VAL          845 ext/soap/php_encoding.c 		str = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp));
ZSTR_VAL          928 ext/soap/php_encoding.c 		str = php_base64_encode((unsigned char*) ZSTR_VAL(tmp), ZSTR_LEN(tmp));
ZSTR_VAL          932 ext/soap/php_encoding.c 	text = xmlNewTextLen(BAD_CAST(ZSTR_VAL(str)), ZSTR_LEN(str));
ZSTR_VAL         1064 ext/soap/php_encoding.c 		xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(str)), ZSTR_LEN(str));
ZSTR_VAL         1977 ext/soap/php_encoding.c 						prop_name = ZSTR_VAL(str_key);
ZSTR_VAL         2425 ext/soap/php_encoding.c 				if (strcmp(ZSTR_VAL(array_type.s),"xsd:anyType") == 0) {
ZSTR_VAL         2433 ext/soap/php_encoding.c 				set_ns_prop(xmlParam, SOAP_1_1_ENC_NAMESPACE, "arrayType", ZSTR_VAL(array_type.s));
ZSTR_VAL         2437 ext/soap/php_encoding.c 					if (ZSTR_VAL(array_size.s)[i] == ',') {ZSTR_VAL(array_size.s)[i] = ' ';}
ZSTR_VAL         2442 ext/soap/php_encoding.c 				set_ns_prop(xmlParam, SOAP_1_2_ENC_NAMESPACE, "itemType", ZSTR_VAL(array_type.s));
ZSTR_VAL         2443 ext/soap/php_encoding.c 				set_ns_prop(xmlParam, SOAP_1_2_ENC_NAMESPACE, "arraySize", ZSTR_VAL(array_size.s));
ZSTR_VAL         2695 ext/soap/php_encoding.c 				xmlNodeSetContent(key, BAD_CAST(ZSTR_VAL(key_val)));
ZSTR_VAL         2704 ext/soap/php_encoding.c 				xmlNodeSetContentLen(key, BAD_CAST(ZSTR_VAL(tmp.s)), ZSTR_LEN(tmp.s));
ZSTR_VAL         3018 ext/soap/php_encoding.c 			xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s));
ZSTR_VAL         3062 ext/soap/php_encoding.c 			xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s));
ZSTR_VAL         3131 ext/soap/php_encoding.c 				xmlNodeSetName(ret, BAD_CAST(ZSTR_VAL(name)));
ZSTR_VAL         3140 ext/soap/php_encoding.c 		ret = xmlNewTextLen(BAD_CAST(ZSTR_VAL(tmp)), ZSTR_LEN(tmp));
ZSTR_VAL         3351 ext/soap/php_encoding.c 	set_xsi_type(node, ZSTR_VAL(nstype.s));
ZSTR_VAL         3417 ext/soap/php_encoding.c 				if (xmlSearchNs(node->doc, node, BAD_CAST(ZSTR_VAL(prefix.s))) == NULL) {
ZSTR_VAL         3425 ext/soap/php_encoding.c 			xmlns = xmlNewNs(node->doc->children, BAD_CAST(ns), BAD_CAST(prefix.s ? ZSTR_VAL(prefix.s) : ""));
ZSTR_VAL         3588 ext/soap/php_encoding.c 			enc = get_encoder_ex(SOAP_GLOBAL(sdl), ZSTR_VAL(array_type.s), ZSTR_LEN(array_type.s));
ZSTR_VAL           51 ext/soap/php_http.c 		buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s));
ZSTR_VAL           53 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf));
ZSTR_VAL           80 ext/soap/php_http.c 		buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s));
ZSTR_VAL           82 ext/soap/php_http.c 		smart_str_appendl(soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf));
ZSTR_VAL          258 ext/soap/php_http.c 		if (php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)) != ZSTR_LEN(soap_headers.s)) {
ZSTR_VAL          788 ext/soap/php_http.c 				buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s));
ZSTR_VAL          790 ext/soap/php_http.c 				smart_str_appendl(&soap_headers, (char*)ZSTR_VAL(buf), ZSTR_LEN(buf));
ZSTR_VAL          851 ext/soap/php_http.c 			add_property_stringl(this_ptr, "__last_request_headers", ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s));
ZSTR_VAL          856 ext/soap/php_http.c 		err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s));
ZSTR_VAL          906 ext/soap/php_http.c 		http_version = get_http_header_value(ZSTR_VAL(http_headers), "HTTP/");
ZSTR_VAL          942 ext/soap/php_http.c 	cookie_itt = strstr(ZSTR_VAL(http_headers), "Set-Cookie: ");
ZSTR_VAL         1020 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Proxy-Connection: ");
ZSTR_VAL         1029 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Connection: ");
ZSTR_VAL         1040 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Proxy-Connection: ");
ZSTR_VAL         1049 ext/soap/php_http.c 			connection = get_http_header_value(ZSTR_VAL(http_headers), "Connection: ");
ZSTR_VAL         1060 ext/soap/php_http.c 	http_body = get_http_body(stream, http_close, ZSTR_VAL(http_headers));
ZSTR_VAL         1092 ext/soap/php_http.c 		if ((loc = get_http_header_value(ZSTR_VAL(http_headers), "Location: ")) != NULL) {
ZSTR_VAL         1138 ext/soap/php_http.c 		char *auth = get_http_header_value(ZSTR_VAL(http_headers), "WWW-Authenticate: ");
ZSTR_VAL         1215 ext/soap/php_http.c 	content_type = get_http_header_value(ZSTR_VAL(http_headers), "Content-Type: ");
ZSTR_VAL         1245 ext/soap/php_http.c 	content_encoding = get_http_header_value(ZSTR_VAL(http_headers), "Content-Encoding: ");
ZSTR_VAL          237 ext/soap/php_packet_soap.c 		add_soap_fault(this_ptr, faultcode, faultstring ? ZSTR_VAL(faultstring) : NULL, faultactor ? ZSTR_VAL(faultactor) : NULL, &details);
ZSTR_VAL         1101 ext/soap/php_schema.c 			newModel->u.group_ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s));
ZSTR_VAL         1128 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", ZSTR_VAL(key.s));
ZSTR_VAL         1537 ext/soap/php_schema.c 			newType->ref = estrndup(ZSTR_VAL(nscat.s), ZSTR_LEN(nscat.s));
ZSTR_VAL         1567 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", ZSTR_VAL(key.s));
ZSTR_VAL         1768 ext/soap/php_schema.c 			newAttr->ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s));
ZSTR_VAL         1798 ext/soap/php_schema.c 			soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", ZSTR_VAL(key.s));
ZSTR_VAL         1982 ext/soap/php_schema.c 				soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", ZSTR_VAL(key.s));
ZSTR_VAL         2007 ext/soap/php_schema.c 			newAttr->ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s));
ZSTR_VAL         1799 ext/soap/php_sdl.c 		WSDL_CACHE_PUT_N(ZSTR_VAL(key), ZSTR_LEN(key), out);
ZSTR_VAL         2367 ext/soap/php_sdl.c 	php_ignore_value(write(f, ZSTR_VAL(buf.s), ZSTR_LEN(buf.s)));
ZSTR_VAL         2477 ext/soap/php_sdl.c 			zend_hash_str_add_ptr(pheaders, ZSTR_VAL(key), ZSTR_LEN(key), pheader);
ZSTR_VAL         2534 ext/soap/php_sdl.c 			zend_hash_str_add_ptr(pparams, ZSTR_VAL(key), ZSTR_LEN(key), pparam);
ZSTR_VAL         2578 ext/soap/php_sdl.c 			zend_hash_str_add_ptr(pfaults, ZSTR_VAL(key), ZSTR_LEN(key), pfault);
ZSTR_VAL         2639 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(pattr->extraAttributes, ZSTR_VAL(key), ZSTR_LEN(key), pextra);
ZSTR_VAL         2783 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(ptype->elements, ZSTR_VAL(key), ZSTR_LEN(key), pelem);
ZSTR_VAL         2801 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(ptype->attributes, ZSTR_VAL(key), ZSTR_LEN(key), pattr);
ZSTR_VAL         2953 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->groups, ZSTR_VAL(key), ZSTR_LEN(key), ptype);
ZSTR_VAL         2972 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->types, ZSTR_VAL(key), ZSTR_LEN(key), ptype);
ZSTR_VAL         2991 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->elements, ZSTR_VAL(key), ZSTR_LEN(key), ptype);
ZSTR_VAL         3010 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->encoders, ZSTR_VAL(key), ZSTR_LEN(key), penc);
ZSTR_VAL         3052 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->bindings, ZSTR_VAL(key), ZSTR_LEN(key), pbind);
ZSTR_VAL         3069 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(&psdl->functions, ZSTR_VAL(key), ZSTR_LEN(key), pfunc);
ZSTR_VAL         3093 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->requests, ZSTR_VAL(key), ZSTR_LEN(key), preq);
ZSTR_VAL          486 ext/soap/soap.c 	*p = (char)atoi(ZSTR_VAL(new_value));
ZSTR_VAL          497 ext/soap/soap.c 		if (memchr(ZSTR_VAL(new_value), '\0', ZSTR_LEN(new_value)) != NULL) {
ZSTR_VAL          502 ext/soap/soap.c 		if ((p = strchr(ZSTR_VAL(new_value), ';'))) {
ZSTR_VAL          509 ext/soap/soap.c 			p = ZSTR_VAL(new_value);
ZSTR_VAL         1051 ext/soap/soap.c 				    strncmp(ZSTR_VAL(name), "type_name", sizeof("type_name")-1) == 0) {
ZSTR_VAL         1057 ext/soap/soap.c 				    strncmp(ZSTR_VAL(name), "type_ns", sizeof("type_ns")-1) == 0) {
ZSTR_VAL         1063 ext/soap/soap.c 				    strncmp(ZSTR_VAL(name), "to_xml", sizeof("to_xml")-1) == 0) {
ZSTR_VAL         1066 ext/soap/soap.c 				    strncmp(ZSTR_VAL(name), "from_xml", sizeof("from_xml")-1) == 0) {
ZSTR_VAL         1326 ext/soap/soap.c 		php_error_docref(NULL, E_WARNING, "Tried to set a non existent class (%s)", ZSTR_VAL(classname));
ZSTR_VAL         1440 ext/soap/soap.c 				zend_str_tolower_copy(ZSTR_VAL(key), Z_STRVAL_P(tmp_function), Z_STRLEN_P(tmp_function));
ZSTR_VAL         1458 ext/soap/soap.c 		zend_str_tolower_copy(ZSTR_VAL(key), Z_STRVAL_P(function_name), Z_STRLEN_P(function_name));
ZSTR_VAL         1502 ext/soap/soap.c 			add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL);
ZSTR_VAL         1742 ext/soap/soap.c 				memcpy(class_name, ZSTR_VAL(service->soap_class.ce->name), class_name_len+1);
ZSTR_VAL         2599 ext/soap/soap.c 				set_soap_fault(&exception_object, NULL, "Client", ZSTR_VAL(msg), NULL, NULL, NULL);
ZSTR_VAL         2756 ext/soap/soap.c 				add_soap_fault(this_ptr, "Client", ZSTR_VAL(error.s), NULL, NULL);
ZSTR_VAL         2781 ext/soap/soap.c 				ret = do_request(this_ptr, request, location, ZSTR_VAL(action.s), soap_version, 0, &response);
ZSTR_VAL         2984 ext/soap/soap.c 			add_next_index_stringl(return_value, ZSTR_VAL(buf.s), ZSTR_LEN(buf.s));
ZSTR_VAL         3012 ext/soap/soap.c 				add_next_index_stringl(return_value, ZSTR_VAL(buf.s), ZSTR_LEN(buf.s));
ZSTR_VAL         3826 ext/soap/soap.c 			parameter = get_param(function, ZSTR_VAL(param_name), param_index, TRUE);
ZSTR_VAL         3828 ext/soap/soap.c 				param = serialize_parameter(parameter, data, i, ZSTR_VAL(param_name), use, method);
ZSTR_VAL         3830 ext/soap/soap.c 				param = serialize_parameter(parameter, data, i, ZSTR_VAL(param_name), use, body);
ZSTR_VAL         4005 ext/soap/soap.c 					xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
ZSTR_VAL         4009 ext/soap/soap.c 					xmlNodeSetContentLen(node, BAD_CAST(ZSTR_VAL(str)), (int)ZSTR_LEN(str));
ZSTR_VAL         4030 ext/soap/soap.c 					xmlChar *code = xmlBuildQName(BAD_CAST(ZSTR_VAL(str)), nsptr->prefix, NULL, 0);
ZSTR_VAL         4034 ext/soap/soap.c 					xmlNodeSetContentLen(node, BAD_CAST(ZSTR_VAL(str)), (int)ZSTR_LEN(str));
ZSTR_VAL         4684 ext/soap/soap.c 		smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
ZSTR_VAL         4807 ext/soap/soap.c 							smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
ZSTR_VAL         4822 ext/soap/soap.c 							smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
ZSTR_VAL         4836 ext/soap/soap.c 					smart_str_appendl(buf, ZSTR_VAL(spaces.s), ZSTR_LEN(spaces.s));
ZSTR_VAL          173 ext/sockets/conversions.c 			path.s && *ZSTR_VAL(path.s) != '\0' ? ZSTR_VAL(path.s) : "unavailable",
ZSTR_VAL          547 ext/sockets/conversions.c 	res = php_set_inet_addr(&saddr, ZSTR_VAL(addr_str), ctx->sock);
ZSTR_VAL          553 ext/sockets/conversions.c 				"address", ZSTR_VAL(addr_str));
ZSTR_VAL          563 ext/sockets/conversions.c 	memset(ZSTR_VAL(str), '\0', size);
ZSTR_VAL          597 ext/sockets/conversions.c 	res = php_set_inet6_addr(&saddr6, ZSTR_VAL(addr_str), ctx->sock);
ZSTR_VAL          614 ext/sockets/conversions.c 	memset(ZSTR_VAL(str), '\0', size);
ZSTR_VAL          663 ext/sockets/conversions.c 	memcpy(&saddr->sun_path, ZSTR_VAL(path_str), ZSTR_LEN(path_str));
ZSTR_VAL         1210 ext/sockets/conversions.c 		memcpy(ZSTR_VAL(buf), msghdr->msg_iov[i].iov_base, ZSTR_LEN(buf));
ZSTR_VAL         1211 ext/sockets/conversions.c 		ZSTR_VAL(buf)[ZSTR_LEN(buf)] = '\0';
ZSTR_VAL         1251 ext/sockets/conversions.c 		ret = if_nametoindex(ZSTR_VAL(str));
ZSTR_VAL         1253 ext/sockets/conversions.c 			do_from_zval_err(ctx, "no interface with name \"%s\" could be found", ZSTR_VAL(str));
ZSTR_VAL         1258 ext/sockets/conversions.c 			if (strlcpy(ifr.ifr_name, ZSTR_VAL(str), sizeof(ifr.ifr_name))
ZSTR_VAL         1260 ext/sockets/conversions.c 				do_from_zval_err(ctx, "the interface name \"%s\" is too large ", ZSTR_VAL(str));
ZSTR_VAL         1264 ext/sockets/conversions.c 							"found", ZSTR_VAL(str));
ZSTR_VAL         1268 ext/sockets/conversions.c 							ZSTR_VAL(str), errno);
ZSTR_VAL         1159 ext/sockets/sockets.c 		retval = php_read(php_sock, ZSTR_VAL(tmpbuf), length, 0);
ZSTR_VAL         1161 ext/sockets/sockets.c 		retval = recv(php_sock->bsd_socket, ZSTR_VAL(tmpbuf), length, 0);
ZSTR_VAL         1187 ext/sockets/sockets.c 	ZSTR_VAL(tmpbuf)[ZSTR_LEN(tmpbuf)] = '\0' ;
ZSTR_VAL         1615 ext/sockets/sockets.c 	if ((retval = recv(php_sock->bsd_socket, ZSTR_VAL(recv_buf), len, flags)) < 1) {
ZSTR_VAL         1622 ext/sockets/sockets.c 		ZSTR_VAL(recv_buf)[ZSTR_LEN(recv_buf)] = '\0';
ZSTR_VAL         1704 ext/sockets/sockets.c 			retval = recvfrom(php_sock->bsd_socket, ZSTR_VAL(recv_buf), arg3, arg4, (struct sockaddr *)&s_un, (socklen_t *)&slen);
ZSTR_VAL         1712 ext/sockets/sockets.c 			ZSTR_VAL(recv_buf)[ZSTR_LEN(recv_buf)] = '\0';
ZSTR_VAL         1731 ext/sockets/sockets.c 			retval = recvfrom(php_sock->bsd_socket, ZSTR_VAL(recv_buf), arg3, arg4, (struct sockaddr *)&sin, (socklen_t *)&slen);
ZSTR_VAL         1739 ext/sockets/sockets.c 			ZSTR_VAL(recv_buf)[ZSTR_LEN(recv_buf)] = '\0';
ZSTR_VAL         1762 ext/sockets/sockets.c 			retval = recvfrom(php_sock->bsd_socket, ZSTR_VAL(recv_buf), arg3, arg4, (struct sockaddr *)&sin6, (socklen_t *)&slen);
ZSTR_VAL         1770 ext/sockets/sockets.c 			ZSTR_VAL(recv_buf)[ZSTR_LEN(recv_buf)] = '\0';
ZSTR_VAL           70 ext/spl/php_spl.c 		zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL           78 ext/spl/php_spl.c 		php_error_docref(NULL, E_WARNING, "Class %s does not exist%s", ZSTR_VAL(name), autoload ? " and could not be loaded" : "");
ZSTR_VAL          258 ext/spl/php_spl.c 	class_file_len = (int)spprintf(&class_file, 0, "%s%.*s", ZSTR_VAL(lc_name), ext_len, ext);
ZSTR_VAL          322 ext/spl/php_spl.c 		pos = ZSTR_VAL(file_exts);
ZSTR_VAL          327 ext/spl/php_spl.c 	zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(class_name), ZSTR_LEN(class_name));
ZSTR_VAL          357 ext/spl/php_spl.c 			zend_throw_exception_ex(spl_ce_LogicException, 0, "Class %s could not be loaded", ZSTR_VAL(class_name));
ZSTR_VAL          359 ext/spl/php_spl.c 			php_error_docref(NULL, E_ERROR, "Class %s could not be loaded", ZSTR_VAL(class_name));
ZSTR_VAL          425 ext/spl/php_spl.c 		zend_str_tolower_copy(ZSTR_VAL(lc_name), Z_STRVAL_P(class_name), Z_STRLEN_P(class_name));
ZSTR_VAL          429 ext/spl/php_spl.c 			zend_call_method(Z_ISUNDEF(alfi->obj)? NULL : &alfi->obj, alfi->ce, &alfi->func_ptr, ZSTR_VAL(func_name), ZSTR_LEN(func_name), retval, 1, class_name, NULL);
ZSTR_VAL          502 ext/spl/php_spl.c 					zend_throw_exception_ex(spl_ce_LogicException, 0, "Function '%s' not %s (%s)", ZSTR_VAL(func_name), alfi.func_ptr ? "callable" : "found", error);
ZSTR_VAL          541 ext/spl/php_spl.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(func_name), ZSTR_LEN(func_name));
ZSTR_VAL          542 ext/spl/php_spl.c 			memcpy(ZSTR_VAL(lc_name) + ZSTR_LEN(func_name), &Z_OBJ_HANDLE_P(zcallable), sizeof(uint32_t));
ZSTR_VAL          543 ext/spl/php_spl.c 			ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0';
ZSTR_VAL          547 ext/spl/php_spl.c 			zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(func_name), ZSTR_LEN(func_name));
ZSTR_VAL          561 ext/spl/php_spl.c 			memcpy(ZSTR_VAL(lc_name) + ZSTR_LEN(lc_name) - sizeof(uint32_t), &obj_ptr->handle, sizeof(uint32_t));
ZSTR_VAL          562 ext/spl/php_spl.c 			ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0';
ZSTR_VAL          650 ext/spl/php_spl.c 		zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(func_name), ZSTR_LEN(func_name));
ZSTR_VAL          651 ext/spl/php_spl.c 		memcpy(ZSTR_VAL(lc_name) + ZSTR_LEN(func_name), &Z_OBJ_HANDLE_P(zcallable), sizeof(uint32_t));
ZSTR_VAL          652 ext/spl/php_spl.c 		ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0';
ZSTR_VAL          655 ext/spl/php_spl.c 		zend_str_tolower_copy(ZSTR_VAL(lc_name), ZSTR_VAL(func_name), ZSTR_LEN(func_name));
ZSTR_VAL          660 ext/spl/php_spl.c 		if (ZSTR_LEN(lc_name) == sizeof("spl_autoload_call") - 1 && !strcmp(ZSTR_VAL(lc_name), "spl_autoload_call")) {
ZSTR_VAL          676 ext/spl/php_spl.c 				memcpy(ZSTR_VAL(lc_name) + ZSTR_LEN(lc_name) - sizeof(uint32_t), &obj_ptr->handle, sizeof(uint32_t));
ZSTR_VAL          677 ext/spl/php_spl.c 				ZSTR_VAL(lc_name)[ZSTR_LEN(lc_name)] = '\0';
ZSTR_VAL          681 ext/spl/php_spl.c 	} else if (ZSTR_LEN(lc_name) == sizeof("spl_autoload")-1 && !strcmp(ZSTR_VAL(lc_name), "spl_autoload")) {
ZSTR_VAL          737 ext/spl/php_spl.c 				if (strncmp(ZSTR_VAL(alfi->func_ptr->common.function_name), "__lambda_func", sizeof("__lambda_func") - 1)) {
ZSTR_VAL          310 ext/spl/spl_array.c 							zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL          316 ext/spl/spl_array.c 							zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL          326 ext/spl/spl_array.c 					zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL          332 ext/spl/spl_array.c 					zend_error(E_NOTICE,"Undefined index: %s", ZSTR_VAL(offset_key));
ZSTR_VAL          751 ext/spl/spl_array.c 		php_error_docref(NULL, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", ZSTR_VAL(Z_OBJCE_P(object)->name));
ZSTR_VAL          947 ext/spl/spl_array.c 				} else if (!ZSTR_LEN(string_key) || ZSTR_VAL(string_key)[0]) {
ZSTR_VAL         1120 ext/spl/spl_array.c 					ZSTR_VAL(Z_OBJCE_P(array)->name), ZSTR_VAL(intern->std.ce->name));
ZSTR_VAL          358 ext/spl/spl_directory.c 			php_error_docref(NULL, E_ERROR, "An object of class %s cannot be cloned", ZSTR_VAL(old_object->ce->name));
ZSTR_VAL          938 ext/spl/spl_directory.c 	p = zend_memrchr(ZSTR_VAL(ret), '.', ZSTR_LEN(ret));
ZSTR_VAL          940 ext/spl/spl_directory.c 		idx = (int)(p - ZSTR_VAL(ret));
ZSTR_VAL          941 ext/spl/spl_directory.c 		RETVAL_STRINGL(ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1);
ZSTR_VAL          966 ext/spl/spl_directory.c 	p = zend_memrchr(ZSTR_VAL(fname), '.', ZSTR_LEN(fname));
ZSTR_VAL          968 ext/spl/spl_directory.c 		idx = (int)(p - ZSTR_VAL(fname));
ZSTR_VAL          969 ext/spl/spl_directory.c 		RETVAL_STRINGL(ZSTR_VAL(fname) + idx + 1, ZSTR_LEN(fname) - idx - 1);
ZSTR_VAL           38 ext/spl/spl_engine.h 	zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.function_name), NULL, 1, arg1, NULL);
ZSTR_VAL           49 ext/spl/spl_engine.h 	zend_call_method(retval, pce, &func, ZSTR_VAL(func->common.function_name), ZSTR_LEN(func->common.function_name), NULL, 2, arg1, arg2);
ZSTR_VAL          137 ext/spl/spl_functions.c 	return zend_mangle_property_name(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), prop_name, prop_len, 0);
ZSTR_VAL          891 ext/spl/spl_iterators.c 		php_error_docref(NULL, E_ERROR, "The %s instance wasn't initialized properly", ZSTR_VAL((*zobject)->ce->name));
ZSTR_VAL         1034 ext/spl/spl_iterators.c 	smart_str_appendl(&str, ZSTR_VAL(object->prefix[0].s), ZSTR_LEN(object->prefix[0].s));
ZSTR_VAL         1040 ext/spl/spl_iterators.c 				smart_str_appendl(&str, ZSTR_VAL(object->prefix[1].s), ZSTR_LEN(object->prefix[1].s));
ZSTR_VAL         1042 ext/spl/spl_iterators.c 				smart_str_appendl(&str, ZSTR_VAL(object->prefix[2].s), ZSTR_LEN(object->prefix[2].s));
ZSTR_VAL         1050 ext/spl/spl_iterators.c 			smart_str_appendl(&str, ZSTR_VAL(object->prefix[3].s), ZSTR_LEN(object->prefix[3].s));
ZSTR_VAL         1052 ext/spl/spl_iterators.c 			smart_str_appendl(&str, ZSTR_VAL(object->prefix[4].s), ZSTR_LEN(object->prefix[4].s));
ZSTR_VAL         1057 ext/spl/spl_iterators.c 	smart_str_appendl(&str, ZSTR_VAL(object->prefix[5].s), ZSTR_LEN(object->prefix[5].s));
ZSTR_VAL         1240 ext/spl/spl_iterators.c 	ptr = ZSTR_VAL(str);
ZSTR_VAL         1294 ext/spl/spl_iterators.c 	ptr = ZSTR_VAL(str);
ZSTR_VAL         1430 ext/spl/spl_iterators.c 				ZSTR_VAL((spl_ce_##classname)->name), ZSTR_VAL((spl_ce_##classname)->name)); \
ZSTR_VAL         1461 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s::getIterator() must be called exactly once per instance", ZSTR_VAL(ce_base->name));
ZSTR_VAL         1523 ext/spl/spl_iterators.c 						zend_throw_exception_ex(spl_ce_LogicException, 0, "%s::getIterator() must return an object that implements Traversable", ZSTR_VAL(ce->name));
ZSTR_VAL         2067 ext/spl/spl_iterators.c 			count = pcre_exec(intern->u.regex.pce->re, intern->u.regex.pce->extra, ZSTR_VAL(subject), ZSTR_LEN(subject), 0, 0, NULL, 0);
ZSTR_VAL         2075 ext/spl/spl_iterators.c 			php_pcre_match_impl(intern->u.regex.pce, ZSTR_VAL(subject), ZSTR_LEN(subject), &zcount,
ZSTR_VAL         2083 ext/spl/spl_iterators.c 			php_pcre_split_impl(intern->u.regex.pce, ZSTR_VAL(subject), ZSTR_LEN(subject), &intern->current.data, -1, intern->u.regex.preg_flags);
ZSTR_VAL         2095 ext/spl/spl_iterators.c 			result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject), replacement, 0, -1, &count);
ZSTR_VAL         2795 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not fetch string value (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         2825 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         2851 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         2860 ext/spl/spl_iterators.c 		zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(key));
ZSTR_VAL         2879 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         2901 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%s does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         2926 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%v does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL         2996 ext/spl/spl_iterators.c 		zend_throw_exception_ex(spl_ce_BadMethodCallException, 0, "%v does not use a full cache (see CachingIterator::__construct)", ZSTR_VAL(Z_OBJCE_P(getThis())->name));
ZSTR_VAL          138 ext/spl/spl_observer.c 		memcpy(ZSTR_VAL(hash), (void*)&Z_OBJ_P(obj), sizeof(zend_object*));
ZSTR_VAL          139 ext/spl/spl_observer.c 		ZSTR_VAL(hash)[ZSTR_LEN(hash)] = '\0';
ZSTR_VAL          226 ext/sqlite3/sqlite3.c 	if (sqlite3_exec(db_obj->db, ZSTR_VAL(sql), NULL, NULL, &errtext) != SQLITE_OK) {
ZSTR_VAL          446 ext/sqlite3/sqlite3.c 		ret = sqlite3_mprintf("%q", ZSTR_VAL(sql));
ZSTR_VAL          485 ext/sqlite3/sqlite3.c 	errcode = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
ZSTR_VAL          528 ext/sqlite3/sqlite3.c 		if (sqlite3_exec(db_obj->db, ZSTR_VAL(sql), NULL, NULL, &errtext) != SQLITE_OK) {
ZSTR_VAL          540 ext/sqlite3/sqlite3.c 	return_code = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
ZSTR_VAL          634 ext/sqlite3/sqlite3.c 		if (sqlite3_exec(db_obj->db, ZSTR_VAL(sql), NULL, NULL, &errtext) != SQLITE_OK) {
ZSTR_VAL          641 ext/sqlite3/sqlite3.c 	return_code = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &stmt, NULL);
ZSTR_VAL          925 ext/sqlite3/sqlite3.c 		php_sqlite3_error(db_obj, "Not a valid callback function %s", ZSTR_VAL(callback_name));
ZSTR_VAL          975 ext/sqlite3/sqlite3.c 		php_sqlite3_error(db_obj, "Not a valid callback function %s", ZSTR_VAL(callback_name));
ZSTR_VAL          982 ext/sqlite3/sqlite3.c 		php_sqlite3_error(db_obj, "Not a valid callback function %s", ZSTR_VAL(callback_name));
ZSTR_VAL         1032 ext/sqlite3/sqlite3.c 		php_sqlite3_error(db_obj, "Not a valid callback function %s", ZSTR_VAL(callback_name));
ZSTR_VAL         1377 ext/sqlite3/sqlite3.c 		if (ZSTR_VAL(param->name)[0] != ':') {
ZSTR_VAL         1380 ext/sqlite3/sqlite3.c 			ZSTR_VAL(temp)[0] = ':';
ZSTR_VAL         1381 ext/sqlite3/sqlite3.c 			memmove(ZSTR_VAL(temp) + 1, ZSTR_VAL(param->name), ZSTR_LEN(param->name) + 1);
ZSTR_VAL         1384 ext/sqlite3/sqlite3.c 			param->name = zend_string_init(ZSTR_VAL(param->name), ZSTR_LEN(param->name), 0);
ZSTR_VAL         1387 ext/sqlite3/sqlite3.c 		param->param_number = sqlite3_bind_parameter_index(stmt->stmt, ZSTR_VAL(param->name));
ZSTR_VAL         1544 ext/sqlite3/sqlite3.c 						sqlite3_bind_blob(stmt_obj->stmt, param->param_number, ZSTR_VAL(buffer), ZSTR_LEN(buffer), SQLITE_TRANSIENT);
ZSTR_VAL         1630 ext/sqlite3/sqlite3.c 	errcode = sqlite3_prepare_v2(db_obj->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &(stmt_obj->stmt), NULL);
ZSTR_VAL          504 ext/standard/array.c 	int result = strnatcmp_ex(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2), fold_case);
ZSTR_VAL         1843 ext/standard/array.c 			php_prefix_varname(&final_name, prefix, ZSTR_VAL(str), ZSTR_LEN(str), 1);
ZSTR_VAL         1856 ext/standard/array.c 				if (var_exists && ZSTR_LEN(var_name) == sizeof("GLOBALS")-1 && !strcmp(ZSTR_VAL(var_name), "GLOBALS")) {
ZSTR_VAL         1859 ext/standard/array.c 				if (var_exists && ZSTR_LEN(var_name) == sizeof("this")-1  && !strcmp(ZSTR_VAL(var_name), "this") && EG(scope) && ZSTR_LEN(EG(scope)->name) != 0) {
ZSTR_VAL         1867 ext/standard/array.c 					php_prefix_varname(&final_name, prefix, ZSTR_VAL(var_name), ZSTR_LEN(var_name), 1);
ZSTR_VAL         1879 ext/standard/array.c 					php_prefix_varname(&final_name, prefix, ZSTR_VAL(var_name), ZSTR_LEN(var_name), 1);
ZSTR_VAL         1885 ext/standard/array.c 					if (!php_valid_var_name(ZSTR_VAL(var_name), ZSTR_LEN(var_name))) {
ZSTR_VAL         1886 ext/standard/array.c 						php_prefix_varname(&final_name, prefix, ZSTR_VAL(var_name), ZSTR_LEN(var_name), 1);
ZSTR_VAL         3490 ext/standard/array.c 			prop = zend_read_property(Z_OBJCE_P(data), data, ZSTR_VAL(key), ZSTR_LEN(key), 1, rv);
ZSTR_VAL           71 ext/standard/assert.c 			memcpy(ASSERTG(cb), ZSTR_VAL(new_value), ZSTR_LEN(new_value));
ZSTR_VAL          183 ext/standard/assert.c 				php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_VAL(str), myeval);
ZSTR_VAL          253 ext/standard/assert.c 			zend_throw_exception(assertion_error_ce, ZSTR_VAL(str), E_ERROR);
ZSTR_VAL          266 ext/standard/assert.c 				php_error_docref(NULL, E_WARNING, "%s: \"%s\" failed", ZSTR_VAL(str), myeval);
ZSTR_VAL          268 ext/standard/assert.c 				php_error_docref(NULL, E_WARNING, "%s failed", ZSTR_VAL(str));
ZSTR_VAL           63 ext/standard/base64.c 	p = (unsigned char *)ZSTR_VAL(result);
ZSTR_VAL           90 ext/standard/base64.c 	ZSTR_LEN(result) = (p - (unsigned char *)ZSTR_VAL(result));
ZSTR_VAL          173 ext/standard/base64.c 			ZSTR_VAL(result)[j] = ch << 2;
ZSTR_VAL          176 ext/standard/base64.c 			ZSTR_VAL(result)[j++] |= ch >> 4;
ZSTR_VAL          177 ext/standard/base64.c 			ZSTR_VAL(result)[j] = (ch & 0x0f) << 4;
ZSTR_VAL          180 ext/standard/base64.c 			ZSTR_VAL(result)[j++] |= ch >>2;
ZSTR_VAL          181 ext/standard/base64.c 			ZSTR_VAL(result)[j] = (ch & 0x03) << 6;
ZSTR_VAL          184 ext/standard/base64.c 			ZSTR_VAL(result)[j++] |= ch;
ZSTR_VAL          200 ext/standard/base64.c 			ZSTR_VAL(result)[k] = 0;
ZSTR_VAL          204 ext/standard/base64.c 	ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0';
ZSTR_VAL         3860 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Couldn't find constant %s", ZSTR_VAL(const_name));
ZSTR_VAL         4289 ext/standard/basic_functions.c 			argv[pos++] = estrdup(ZSTR_VAL(arg_str));
ZSTR_VAL         4323 ext/standard/basic_functions.c 			opts->opt_name = estrdup(ZSTR_VAL(arg_str));
ZSTR_VAL         4568 ext/standard/basic_functions.c 			add_assoc_str_ex(retval, ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key), zend_string_copy(Z_STR_P(entry)));
ZSTR_VAL         4912 ext/standard/basic_functions.c 			php_error(E_WARNING, "(Registered shutdown functions) Unable to call %s() - function does not exist", ZSTR_VAL(function_name));
ZSTR_VAL         4962 ext/standard/basic_functions.c 				php_error_docref(NULL, E_WARNING, "Unable to call %s::%s() - function does not exist", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method));
ZSTR_VAL         5054 ext/standard/basic_functions.c 			php_error_docref(NULL, E_WARNING, "Invalid shutdown callback '%s' passed", ZSTR_VAL(callback_name));
ZSTR_VAL         5276 ext/standard/basic_functions.c 		ZSTR_VAL(hash_key->key)[0] != 0
ZSTR_VAL         5363 ext/standard/basic_functions.c 	old_value = zend_ini_string(ZSTR_VAL(varname), (int)ZSTR_LEN(varname), 0);
ZSTR_VAL         5375 ext/standard/basic_functions.c 		if (_CHECK_PATH(ZSTR_VAL(varname), ZSTR_LEN(varname), "error_log") ||
ZSTR_VAL         5376 ext/standard/basic_functions.c 			_CHECK_PATH(ZSTR_VAL(varname), ZSTR_LEN(varname), "java.class.path") ||
ZSTR_VAL         5377 ext/standard/basic_functions.c 			_CHECK_PATH(ZSTR_VAL(varname), ZSTR_LEN(varname), "java.home") ||
ZSTR_VAL         5378 ext/standard/basic_functions.c 			_CHECK_PATH(ZSTR_VAL(varname), ZSTR_LEN(varname), "mail.log") ||
ZSTR_VAL         5379 ext/standard/basic_functions.c 			_CHECK_PATH(ZSTR_VAL(varname), ZSTR_LEN(varname), "java.library.path") ||
ZSTR_VAL         5380 ext/standard/basic_functions.c 			_CHECK_PATH(ZSTR_VAL(varname), ZSTR_LEN(varname), "vpopmail.directory")) {
ZSTR_VAL         5381 ext/standard/basic_functions.c 			if (php_check_open_basedir(ZSTR_VAL(new_value))) {
ZSTR_VAL         5668 ext/standard/basic_functions.c 		php_error_docref(NULL, E_WARNING, "Invalid tick callback '%s' passed", ZSTR_VAL(function_name));
ZSTR_VAL           82 ext/standard/browscap.c 	t = ZSTR_VAL(res);
ZSTR_VAL          178 ext/standard/browscap.c 				zend_str_tolower(ZSTR_VAL(new_key), ZSTR_LEN(new_key));
ZSTR_VAL          294 ext/standard/browscap.c 		if (VCWD_REALPATH(ZSTR_VAL(new_value), bdata->filename) == NULL) {
ZSTR_VAL          283 ext/standard/cyr_convert.c 	php_convert_cyr_string((unsigned char *) ZSTR_VAL(str), ZSTR_LEN(str), fr_cs[0], to_cs[0]);
ZSTR_VAL          550 ext/standard/dns.c 						memcpy(ZSTR_VAL(tp) + l2 , cp + l1 + 1, n);
ZSTR_VAL          556 ext/standard/dns.c 				ZSTR_VAL(tp)[l2] = '\0';
ZSTR_VAL          304 ext/standard/exec.c 			memcpy(ZSTR_VAL(cmd) + y, str + x, mb_len);
ZSTR_VAL          319 ext/standard/exec.c 					ZSTR_VAL(cmd)[y++] = '\\';
ZSTR_VAL          321 ext/standard/exec.c 				ZSTR_VAL(cmd)[y++] = str[x];
ZSTR_VAL          354 ext/standard/exec.c 				ZSTR_VAL(cmd)[y++] = '^';
ZSTR_VAL          356 ext/standard/exec.c 				ZSTR_VAL(cmd)[y++] = '\\';
ZSTR_VAL          360 ext/standard/exec.c 				ZSTR_VAL(cmd)[y++] = str[x];
ZSTR_VAL          364 ext/standard/exec.c 	ZSTR_VAL(cmd)[y] = '\0';
ZSTR_VAL          402 ext/standard/exec.c 	ZSTR_VAL(cmd)[y++] = '"';
ZSTR_VAL          404 ext/standard/exec.c 	ZSTR_VAL(cmd)[y++] = '\'';
ZSTR_VAL          414 ext/standard/exec.c 			memcpy(ZSTR_VAL(cmd) + y, str + x, mb_len);
ZSTR_VAL          425 ext/standard/exec.c 			ZSTR_VAL(cmd)[y++] = ' ';
ZSTR_VAL          429 ext/standard/exec.c 			ZSTR_VAL(cmd)[y++] = '\'';
ZSTR_VAL          430 ext/standard/exec.c 			ZSTR_VAL(cmd)[y++] = '\\';
ZSTR_VAL          431 ext/standard/exec.c 			ZSTR_VAL(cmd)[y++] = '\'';
ZSTR_VAL          435 ext/standard/exec.c 			ZSTR_VAL(cmd)[y++] = str[x];
ZSTR_VAL          439 ext/standard/exec.c 	if (y > 0 && '\\' == ZSTR_VAL(cmd)[y - 1]) {
ZSTR_VAL          441 ext/standard/exec.c 		for (; n >= 0 && '\\' == ZSTR_VAL(cmd)[n]; n--, k++);
ZSTR_VAL          443 ext/standard/exec.c 			ZSTR_VAL(cmd)[y++] = '\\';
ZSTR_VAL          447 ext/standard/exec.c 	ZSTR_VAL(cmd)[y++] = '"';
ZSTR_VAL          449 ext/standard/exec.c 	ZSTR_VAL(cmd)[y++] = '\'';
ZSTR_VAL          451 ext/standard/exec.c 	ZSTR_VAL(cmd)[y] = '\0';
ZSTR_VAL          660 ext/standard/file.c 						bytes_written = php_stream_write(stream, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          745 ext/standard/file.c 		s = ZSTR_VAL(target_buf);
ZSTR_VAL          746 ext/standard/file.c 		e = ZSTR_VAL(target_buf) + ZSTR_LEN(target_buf);
ZSTR_VAL          769 ext/standard/file.c 				if (p != ZSTR_VAL(target_buf) && eol_marker == '\n' && *(p - 1) == '\r') {
ZSTR_VAL          815 ext/standard/file.c 		ZSTR_VAL(p)[63] = '\0';
ZSTR_VAL          820 ext/standard/file.c 	if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, 1)) >= 0) {
ZSTR_VAL         1040 ext/standard/file.c 		if (php_stream_get_line(stream, ZSTR_VAL(str), len, &line_len) == NULL) {
ZSTR_VAL         1859 ext/standard/file.c #define FPUTCSV_FLD_CHK(c) memchr(ZSTR_VAL(field_str), c, ZSTR_LEN(field_str))
ZSTR_VAL         1944 ext/standard/file.c 			char *ch = ZSTR_VAL(field_str);
ZSTR_VAL         1974 ext/standard/file.c 	ret = php_stream_write(stream, ZSTR_VAL(csvline.s), ZSTR_LEN(csvline.s));
ZSTR_VAL          277 ext/standard/filters.c 	if (php_strip_tags_filter_ctor(inst, ZSTR_VAL(tags_ss.s), ZSTR_LEN(tags_ss.s), persistent) != SUCCESS) {
ZSTR_VAL         1227 ext/standard/filters.c 		memcpy(*pretval, ZSTR_VAL(str), ZSTR_LEN(str) + 1);
ZSTR_VAL           67 ext/standard/formatted_print.c 	ZSTR_VAL(*buffer)[(*pos)++] = add;
ZSTR_VAL          108 ext/standard/formatted_print.c 			ZSTR_VAL(*buffer)[(*pos)++] = (neg) ? '-' : '+';
ZSTR_VAL          114 ext/standard/formatted_print.c 			ZSTR_VAL(*buffer)[(*pos)++] = padding;
ZSTR_VAL          118 ext/standard/formatted_print.c 	memcpy(&ZSTR_VAL(*buffer)[*pos], add, copy_len + 1);
ZSTR_VAL          122 ext/standard/formatted_print.c 			ZSTR_VAL(*buffer)[(*pos)++] = padding;
ZSTR_VAL          575 ext/standard/formatted_print.c 											 ZSTR_VAL(str),
ZSTR_VAL          660 ext/standard/formatted_print.c 	ZSTR_VAL(result)[outpos]=0;
ZSTR_VAL          702 ext/standard/formatted_print.c 	rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result));
ZSTR_VAL          718 ext/standard/formatted_print.c 	rlen = PHPWRITE(ZSTR_VAL(result), ZSTR_LEN(result));
ZSTR_VAL          746 ext/standard/formatted_print.c 	php_stream_write(stream, ZSTR_VAL(result), ZSTR_LEN(result));
ZSTR_VAL          775 ext/standard/formatted_print.c 	php_stream_write(stream, ZSTR_VAL(result), ZSTR_LEN(result));
ZSTR_VAL           95 ext/standard/fsock.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s:" ZEND_LONG_FMT " (%s)", host, port, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
ZSTR_VAL          633 ext/standard/ftp_fopen_wrapper.c 	memcpy(ent->d_name, ZSTR_VAL(basename), tmp_len);
ZSTR_VAL           92 ext/standard/head.c 	} else if (strpbrk(ZSTR_VAL(name), "=,; \t\r\n\013\014") != NULL) {   /* man isspace for \013 and \014 */
ZSTR_VAL           98 ext/standard/head.c 			strpbrk(ZSTR_VAL(value), ",; \t\r\n\013\014") != NULL) { /* man isspace for \013 and \014 */
ZSTR_VAL          106 ext/standard/head.c 			encoded_value = php_url_encode(ZSTR_VAL(value), ZSTR_LEN(value));
ZSTR_VAL          130 ext/standard/head.c 		snprintf(cookie, len + 100, "Set-Cookie: %s=deleted; expires=%s; Max-Age=0", ZSTR_VAL(name), ZSTR_VAL(dt));
ZSTR_VAL          133 ext/standard/head.c 		snprintf(cookie, len + 100, "Set-Cookie: %s=%s", ZSTR_VAL(name), value ? ZSTR_VAL(encoded_value) : "");
ZSTR_VAL          140 ext/standard/head.c 			p = zend_memrchr(ZSTR_VAL(dt), '-', ZSTR_LEN(dt));
ZSTR_VAL          148 ext/standard/head.c 			strlcat(cookie, ZSTR_VAL(dt), len + 100);
ZSTR_VAL          163 ext/standard/head.c 		strlcat(cookie, ZSTR_VAL(path), len + 100);
ZSTR_VAL          167 ext/standard/head.c 		strlcat(cookie, ZSTR_VAL(domain), len + 100);
ZSTR_VAL          954 ext/standard/html.c 	for (p = old, q = ZSTR_VAL(ret); p < lim;) {
ZSTR_VAL         1043 ext/standard/html.c 	ZSTR_LEN(ret) = (size_t)(q - ZSTR_VAL(ret));
ZSTR_VAL         1121 ext/standard/html.c 	ZSTR_VAL(ret)[0] = '\0';
ZSTR_VAL         1301 ext/standard/html.c 				memcpy(&ZSTR_VAL(replaced)[len], replacement, replacement_len);
ZSTR_VAL         1338 ext/standard/html.c 				ZSTR_VAL(replaced)[len++] = '&';
ZSTR_VAL         1339 ext/standard/html.c 				memcpy(&ZSTR_VAL(replaced)[len], rep, rep_len);
ZSTR_VAL         1341 ext/standard/html.c 				ZSTR_VAL(replaced)[len++] = ';';
ZSTR_VAL         1375 ext/standard/html.c 					memcpy(ZSTR_VAL(replaced) + len, mbsequence, mbseqlen);
ZSTR_VAL         1378 ext/standard/html.c 					ZSTR_VAL(replaced)[len++] = mbsequence[0];
ZSTR_VAL         1384 ext/standard/html.c 				memcpy(&ZSTR_VAL(replaced)[len], "&amp;", sizeof("&amp;") - 1);
ZSTR_VAL         1427 ext/standard/html.c 				ZSTR_VAL(replaced)[len++] = '&';
ZSTR_VAL         1428 ext/standard/html.c 				memcpy(&ZSTR_VAL(replaced)[len], &old[cursor], ent_len);
ZSTR_VAL         1430 ext/standard/html.c 				ZSTR_VAL(replaced)[len++] = ';';
ZSTR_VAL         1435 ext/standard/html.c 	ZSTR_VAL(replaced)[len] = '\0';
ZSTR_VAL         1469 ext/standard/html.c 	replaced = php_escape_html_entities_ex((unsigned char*)ZSTR_VAL(str), ZSTR_LEN(str), all, (int) flags, (hint_charset ? ZSTR_VAL(hint_charset) : default_charset), double_encode);
ZSTR_VAL         1551 ext/standard/html.c 	replaced = php_unescape_html_entities((unsigned char*)ZSTR_VAL(str), ZSTR_LEN(str), 1 /*all*/, (int)quote_style, (hint_charset ? ZSTR_VAL(hint_charset) : default_charset));
ZSTR_VAL           61 ext/standard/http.c 			if (ZSTR_VAL(key)[0] == '\0' && type != NULL) {
ZSTR_VAL           71 ext/standard/http.c 				prop_name = ZSTR_VAL(key);
ZSTR_VAL           97 ext/standard/http.c 				memcpy(p, ZSTR_VAL(ekey), ZSTR_LEN(ekey));
ZSTR_VAL          209 ext/standard/http.c 							ekey = php_raw_url_encode(ZSTR_VAL(tmp), ZSTR_LEN(tmp));
ZSTR_VAL          211 ext/standard/http.c 							ekey = php_url_encode(ZSTR_VAL(tmp), ZSTR_LEN(tmp));
ZSTR_VAL          232 ext/standard/http_fopen_wrapper.c 		php_stream_wrapper_log_error(wrapper, options, "%s", ZSTR_VAL(errstr));
ZSTR_VAL          314 ext/standard/http_fopen_wrapper.c 		if (php_stream_write(stream, ZSTR_VAL(header.s), ZSTR_LEN(header.s)) != ZSTR_LEN(header.s)) {
ZSTR_VAL          456 ext/standard/http_fopen_wrapper.c 			user_headers = estrndup(ZSTR_VAL(tmp), ZSTR_LEN(tmp));
ZSTR_VAL          459 ext/standard/http_fopen_wrapper.c 				tmp = zend_string_init(ZSTR_VAL(tmp), ZSTR_LEN(tmp), 0);
ZSTR_VAL          462 ext/standard/http_fopen_wrapper.c 				tmp = zend_string_init(ZSTR_VAL(tmp), ZSTR_LEN(tmp), 0);
ZSTR_VAL          466 ext/standard/http_fopen_wrapper.c 			php_strtolower(ZSTR_VAL(tmp), ZSTR_LEN(tmp));
ZSTR_VAL          467 ext/standard/http_fopen_wrapper.c 			t = ZSTR_VAL(tmp);
ZSTR_VAL          556 ext/standard/http_fopen_wrapper.c 		if (snprintf(scratch, scratch_len, "Authorization: Basic %s\r\n", ZSTR_VAL(stmp)) > 0) {
ZSTR_VAL          241 ext/standard/image.c 			status = uncompress(buf, &szlength, (unsigned char *) ZSTR_VAL(bufz), ZSTR_LEN(bufz));
ZSTR_VAL           44 ext/standard/incomplete_class.c 		php_error_docref(NULL, error_type, INCOMPLETE_CLASS_MSG, ZSTR_VAL(class_name));
ZSTR_VAL           68 ext/standard/info.c 	written = php_output_write(ZSTR_VAL(new_str), ZSTR_LEN(new_str));
ZSTR_VAL          118 ext/standard/info.c 						php_info_print_html_esc(ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL          120 ext/standard/info.c 						php_info_print(ZSTR_VAL(key));
ZSTR_VAL          145 ext/standard/info.c 			php_strtolower(ZSTR_VAL(url_name), ZSTR_LEN(url_name));
ZSTR_VAL          146 ext/standard/info.c 			php_info_printf("<h2><a name=\"module_%s\">%s</a></h2>\n", ZSTR_VAL(url_name), zend_module->name);
ZSTR_VAL          217 ext/standard/info.c 					php_info_print_html_esc(ZSTR_VAL(string_key), ZSTR_LEN(string_key));
ZSTR_VAL          219 ext/standard/info.c 					php_info_print(ZSTR_VAL(string_key));
ZSTR_VAL          865 ext/standard/info.c 		php_info_print_table_row(2, "System", ZSTR_VAL(php_uname));
ZSTR_VAL          222 ext/standard/iptc.c 		poi = (unsigned char*)ZSTR_VAL(spoolbuf);
ZSTR_VAL          305 ext/standard/iptc.c 		spoolbuf = zend_string_truncate(spoolbuf, poi - (unsigned char*)ZSTR_VAL(spoolbuf), 0);
ZSTR_VAL          121 ext/standard/mail.c 		MAIL_ASCIIZ_CHECK(ZSTR_VAL(headers), ZSTR_LEN(headers));
ZSTR_VAL          125 ext/standard/mail.c 		MAIL_ASCIIZ_CHECK(ZSTR_VAL(extra_cmd), ZSTR_LEN(extra_cmd));
ZSTR_VAL          171 ext/standard/mail.c 		extra_cmd = php_escape_shell_cmd(ZSTR_VAL(extra_cmd));
ZSTR_VAL          174 ext/standard/mail.c 	if (php_mail(to_r, subject_r, message, headers_trimmed ? ZSTR_VAL(headers_trimmed) : NULL, extra_cmd ? ZSTR_VAL(extra_cmd) : NULL)) {
ZSTR_VAL          297 ext/standard/mail.c 		l = spprintf(&tmp, 0, "[%s] mail() on [%s:%d]: To: %s -- Headers: %s\n", ZSTR_VAL(date_str), zend_get_executed_filename(), zend_get_executed_lineno(), to, hdr ? hdr : "");
ZSTR_VAL          326 ext/standard/mail.c 			spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s\n%s", php_getuid(), ZSTR_VAL(f), headers);
ZSTR_VAL          328 ext/standard/mail.c 			spprintf(&hdr, 0, "X-PHP-Originating-Script: " ZEND_LONG_FMT ":%s", php_getuid(), ZSTR_VAL(f));
ZSTR_VAL         1309 ext/standard/math.c 	} else if (!isdigit((int)ZSTR_VAL(tmpbuf)[0])) {
ZSTR_VAL         1315 ext/standard/math.c 		dp = strpbrk(ZSTR_VAL(tmpbuf), ".,");
ZSTR_VAL         1322 ext/standard/math.c 		integral = (int)(dp - ZSTR_VAL(tmpbuf));
ZSTR_VAL         1349 ext/standard/math.c 	s = ZSTR_VAL(tmpbuf) + ZSTR_LEN(tmpbuf) - 1;
ZSTR_VAL         1350 ext/standard/math.c 	t = ZSTR_VAL(res) + reslen;
ZSTR_VAL         1382 ext/standard/math.c 	while (s >= ZSTR_VAL(tmpbuf)) {
ZSTR_VAL         1384 ext/standard/math.c 		if (thousand_sep && (++count%3)==0 && s >= ZSTR_VAL(tmpbuf)) {
ZSTR_VAL           61 ext/standard/md5.c 	PHP_MD5Update(&context, ZSTR_VAL(arg), ZSTR_LEN(arg));
ZSTR_VAL           42 ext/standard/metaphone.c 	if (metaphone((unsigned char *)ZSTR_VAL(str), ZSTR_LEN(str), phones, &result, 1) == 0) {
ZSTR_VAL          148 ext/standard/metaphone.c 						ZSTR_VAL(*phoned_word)[p_idx++] = c; \
ZSTR_VAL          157 ext/standard/metaphone.c 							ZSTR_VAL(*phoned_word)[p_idx] = '\0'; \
ZSTR_VAL          341 ext/standard/pack.c 				memset(&ZSTR_VAL(output)[outputpos], (code == 'a' || code == 'Z') ? '\0' : ' ', arg);
ZSTR_VAL          342 ext/standard/pack.c 				memcpy(&ZSTR_VAL(output)[outputpos], ZSTR_VAL(str),
ZSTR_VAL          356 ext/standard/pack.c 				char *v = ZSTR_VAL(str);
ZSTR_VAL          379 ext/standard/pack.c 						ZSTR_VAL(output)[++outputpos] = 0;
ZSTR_VAL          384 ext/standard/pack.c 					ZSTR_VAL(output)[outputpos] |= (n << nibbleshift);
ZSTR_VAL          396 ext/standard/pack.c 					php_pack(&argv[currentarg++], 1, byte_map, &ZSTR_VAL(output)[outputpos]);
ZSTR_VAL          414 ext/standard/pack.c 					php_pack(&argv[currentarg++], 2, map, &ZSTR_VAL(output)[outputpos]);
ZSTR_VAL          423 ext/standard/pack.c 					php_pack(&argv[currentarg++], sizeof(int), int_map, &ZSTR_VAL(output)[outputpos]);
ZSTR_VAL          441 ext/standard/pack.c 					php_pack(&argv[currentarg++], 4, map, &ZSTR_VAL(output)[outputpos]);
ZSTR_VAL          461 ext/standard/pack.c 					php_pack(&argv[currentarg++], 8, map, &ZSTR_VAL(output)[outputpos]);
ZSTR_VAL          471 ext/standard/pack.c 					memcpy(&ZSTR_VAL(output)[outputpos], &v, sizeof(v));
ZSTR_VAL          480 ext/standard/pack.c 					memcpy(&ZSTR_VAL(output)[outputpos], &v, sizeof(v));
ZSTR_VAL          487 ext/standard/pack.c 				memset(&ZSTR_VAL(output)[outputpos], '\0', arg);
ZSTR_VAL          501 ext/standard/pack.c 					memset(&ZSTR_VAL(output)[outputpos], '\0', arg - outputpos);
ZSTR_VAL          510 ext/standard/pack.c 	ZSTR_VAL(output)[outputpos] = '\0';
ZSTR_VAL          560 ext/standard/pack.c 	format = ZSTR_VAL(formatarg);
ZSTR_VAL          562 ext/standard/pack.c 	input = ZSTR_VAL(inputarg);
ZSTR_VAL           97 ext/standard/password.c 		if (ZSTR_VAL(buffer)[pos] == '+') {
ZSTR_VAL           99 ext/standard/password.c 		} else if (ZSTR_VAL(buffer)[pos] == '=') {
ZSTR_VAL          103 ext/standard/password.c 			ret[pos] = ZSTR_VAL(buffer)[pos];
ZSTR_VAL          250 ext/standard/password.c 		status |= (ZSTR_VAL(ret)[i] ^ hash[i]);
ZSTR_VAL          336 ext/standard/password.c 		} else if (php_password_salt_is_alphabet(ZSTR_VAL(buffer), ZSTR_LEN(buffer)) == FAILURE) {
ZSTR_VAL          338 ext/standard/password.c 			if (php_password_salt_to64(ZSTR_VAL(buffer), ZSTR_LEN(buffer), required_salt_len, salt) == FAILURE) {
ZSTR_VAL          347 ext/standard/password.c 			memcpy(salt, ZSTR_VAL(buffer), required_salt_len);
ZSTR_VAL          147 ext/standard/proc_open.c 			memcpy(p, ZSTR_VAL(string_key), ZSTR_LEN(string_key));
ZSTR_VAL          149 ext/standard/proc_open.c 			strncat(p, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          157 ext/standard/proc_open.c 			memcpy(p, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          100 ext/standard/quot_print.c 	i = length; p1 = str; p2 = (unsigned char*)ZSTR_VAL(retval);
ZSTR_VAL          156 ext/standard/quot_print.c 	d = (unsigned char*)ZSTR_VAL(ret);
ZSTR_VAL          190 ext/standard/quot_print.c 	ret = zend_string_truncate(ret, d - (unsigned char*)ZSTR_VAL(ret), 0);
ZSTR_VAL          218 ext/standard/quot_print.c 	str_in = ZSTR_VAL(arg1);
ZSTR_VAL          227 ext/standard/quot_print.c 				ZSTR_VAL(str_out)[j++] = (php_hex2int((int) str_in[i + 1]) << 4)
ZSTR_VAL          249 ext/standard/quot_print.c 					ZSTR_VAL(str_out)[j++] = str_in[i++];
ZSTR_VAL          254 ext/standard/quot_print.c 			ZSTR_VAL(str_out)[j++] = str_in[i++];
ZSTR_VAL          257 ext/standard/quot_print.c 	ZSTR_VAL(str_out)[j] = '\0';
ZSTR_VAL          278 ext/standard/quot_print.c 	new_str = php_quot_print_encode((unsigned char *)ZSTR_VAL(str), (size_t)ZSTR_LEN(str));
ZSTR_VAL          206 ext/standard/random.c 	if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) {
ZSTR_VAL          211 ext/standard/random.c 	ZSTR_VAL(bytes)[size] = '\0';
ZSTR_VAL           49 ext/standard/sha1.c 	PHP_SHA1Update(&context, (unsigned char *) ZSTR_VAL(arg), ZSTR_LEN(arg));
ZSTR_VAL          111 ext/standard/streamsfuncs.c 		spprintf(&hashkey, 0, "stream_socket_client__%s", ZSTR_VAL(host));
ZSTR_VAL          132 ext/standard/streamsfuncs.c 	stream = php_stream_xport_create(ZSTR_VAL(host), ZSTR_LEN(host), REPORT_ERRORS,
ZSTR_VAL          142 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", ZSTR_VAL(quoted_host), errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
ZSTR_VAL          212 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "unable to connect to %s (%s)", host, errstr == NULL ? "Unknown error" : ZSTR_VAL(errstr));
ZSTR_VAL          290 ext/standard/streamsfuncs.c 		php_error_docref(NULL, E_WARNING, "accept failed: %s", errstr ? ZSTR_VAL(errstr) : "Unknown error");
ZSTR_VAL          392 ext/standard/streamsfuncs.c 	recvd = php_stream_xport_recvfrom(stream, ZSTR_VAL(read_buf), to_read, (int)flags, NULL, NULL,
ZSTR_VAL          400 ext/standard/streamsfuncs.c 		ZSTR_VAL(read_buf)[recvd] = '\0';
ZSTR_VAL          889 ext/standard/streamsfuncs.c 					php_stream_context_set_option(context, ZSTR_VAL(wkey), ZSTR_VAL(okey), oval);
ZSTR_VAL          146 ext/standard/string.c 		ZSTR_VAL(result)[j++] = hexconvtab[old[i] >> 4];
ZSTR_VAL          147 ext/standard/string.c 		ZSTR_VAL(result)[j++] = hexconvtab[old[i] & 15];
ZSTR_VAL          149 ext/standard/string.c 	ZSTR_VAL(result)[j] = '\0';
ZSTR_VAL          161 ext/standard/string.c 	unsigned char *ret = (unsigned char *)ZSTR_VAL(str);
ZSTR_VAL          264 ext/standard/string.c 	result = php_bin2hex((unsigned char *)ZSTR_VAL(data), ZSTR_LEN(data));
ZSTR_VAL          289 ext/standard/string.c 	result = php_hex2bin((unsigned char *)ZSTR_VAL(data), ZSTR_LEN(data));
ZSTR_VAL          341 ext/standard/string.c 		RETURN_LONG(php_strspn(ZSTR_VAL(s11) + start /*str1_start*/,
ZSTR_VAL          342 ext/standard/string.c 						ZSTR_VAL(s22) /*str2_start*/,
ZSTR_VAL          343 ext/standard/string.c 						ZSTR_VAL(s11) + start + len /*str1_end*/,
ZSTR_VAL          344 ext/standard/string.c 						ZSTR_VAL(s22) + ZSTR_LEN(s22) /*str2_end*/));
ZSTR_VAL          346 ext/standard/string.c 		RETURN_LONG(php_strcspn(ZSTR_VAL(s11) + start /*str1_start*/,
ZSTR_VAL          347 ext/standard/string.c 						ZSTR_VAL(s22) /*str2_start*/,
ZSTR_VAL          348 ext/standard/string.c 						ZSTR_VAL(s11) + start + len /*str1_end*/,
ZSTR_VAL          349 ext/standard/string.c 						ZSTR_VAL(s22) + ZSTR_LEN(s22) /*str2_end*/));
ZSTR_VAL          739 ext/standard/string.c 	RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1),
ZSTR_VAL          740 ext/standard/string.c 	                    (const char *) ZSTR_VAL(s2)));
ZSTR_VAL          801 ext/standard/string.c 	const char *c = ZSTR_VAL(str);
ZSTR_VAL          916 ext/standard/string.c 	ZVAL_STR(return_value, php_trim(str, (what ? ZSTR_VAL(what) : NULL), (what ? ZSTR_LEN(what) : 0), mode));
ZSTR_VAL          978 ext/standard/string.c 		newtext = zend_string_init(ZSTR_VAL(text), ZSTR_LEN(text), 0);
ZSTR_VAL          982 ext/standard/string.c 			if (ZSTR_VAL(text)[current] == breakchar[0]) {
ZSTR_VAL          984 ext/standard/string.c 			} else if (ZSTR_VAL(text)[current] == ' ') {
ZSTR_VAL          986 ext/standard/string.c 					ZSTR_VAL(newtext)[current] = breakchar[0];
ZSTR_VAL          991 ext/standard/string.c 				ZSTR_VAL(newtext)[lastspace] = breakchar[0];
ZSTR_VAL         1021 ext/standard/string.c 			if (ZSTR_VAL(text)[current] == breakchar[0]
ZSTR_VAL         1023 ext/standard/string.c 				&& !strncmp(ZSTR_VAL(text) + current, breakchar, breakchar_len)) {
ZSTR_VAL         1024 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart + breakchar_len);
ZSTR_VAL         1032 ext/standard/string.c 			else if (ZSTR_VAL(text)[current] == ' ') {
ZSTR_VAL         1034 ext/standard/string.c 					memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart);
ZSTR_VAL         1036 ext/standard/string.c 					memcpy(ZSTR_VAL(newtext) + newtextlen, breakchar, breakchar_len);
ZSTR_VAL         1048 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart);
ZSTR_VAL         1050 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, breakchar, breakchar_len);
ZSTR_VAL         1060 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, lastspace - laststart);
ZSTR_VAL         1062 ext/standard/string.c 				memcpy(ZSTR_VAL(newtext) + newtextlen, breakchar, breakchar_len);
ZSTR_VAL         1071 ext/standard/string.c 			memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart);
ZSTR_VAL         1075 ext/standard/string.c 		ZSTR_VAL(newtext)[newtextlen] = '\0';
ZSTR_VAL         1088 ext/standard/string.c 	char *p1 = ZSTR_VAL(str);
ZSTR_VAL         1089 ext/standard/string.c 	char *endp = ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         1090 ext/standard/string.c 	char *p2 = (char *) php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp);
ZSTR_VAL         1101 ext/standard/string.c 			p2 = (char *) php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp);
ZSTR_VAL         1117 ext/standard/string.c 	char *p1 = ZSTR_VAL(str);
ZSTR_VAL         1118 ext/standard/string.c 	char *endp = ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         1119 ext/standard/string.c 	char *p2 = (char *) php_memnstr(ZSTR_VAL(str), ZSTR_VAL(delim), ZSTR_LEN(delim), endp);
ZSTR_VAL         1139 ext/standard/string.c 			p2 = (char *) php_memnstr(p1, ZSTR_VAL(delim), ZSTR_LEN(delim), endp);
ZSTR_VAL         1250 ext/standard/string.c 	cptr = ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         1256 ext/standard/string.c 			memcpy(cptr, ZSTR_VAL(*strptr), ZSTR_LEN(*strptr));
ZSTR_VAL         1267 ext/standard/string.c 		memcpy(cptr, ZSTR_VAL(delim), ZSTR_LEN(delim));
ZSTR_VAL         1271 ext/standard/string.c 		memcpy(ZSTR_VAL(str), ZSTR_VAL(*strptr), ZSTR_LEN(*strptr));
ZSTR_VAL         1359 ext/standard/string.c 		ZVAL_STRINGL(&BG(strtok_zval), ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         1371 ext/standard/string.c 	token = ZSTR_VAL(tok);
ZSTR_VAL         1407 ext/standard/string.c 	token = ZSTR_VAL(tok);
ZSTR_VAL         1438 ext/standard/string.c 	c = (unsigned char *)ZSTR_VAL(s);
ZSTR_VAL         1446 ext/standard/string.c 			if (c != (unsigned char*)ZSTR_VAL(s)) {
ZSTR_VAL         1447 ext/standard/string.c 				memcpy(ZSTR_VAL(res), ZSTR_VAL(s), c - (unsigned char*)ZSTR_VAL(s));
ZSTR_VAL         1449 ext/standard/string.c 			r = c + (ZSTR_VAL(res) - ZSTR_VAL(s));
ZSTR_VAL         1507 ext/standard/string.c 	c = (unsigned char *)ZSTR_VAL(s);
ZSTR_VAL         1515 ext/standard/string.c 			if (c != (unsigned char*)ZSTR_VAL(s)) {
ZSTR_VAL         1516 ext/standard/string.c 				memcpy(ZSTR_VAL(res), ZSTR_VAL(s), c - (unsigned char*)ZSTR_VAL(s));
ZSTR_VAL         1518 ext/standard/string.c 			r = c + (ZSTR_VAL(res) - ZSTR_VAL(s));
ZSTR_VAL         1673 ext/standard/string.c 		ZSTR_LEN(ret) = zend_dirname(ZSTR_VAL(ret), str_len);
ZSTR_VAL         1681 ext/standard/string.c 			ZSTR_LEN(ret) = zend_dirname(ZSTR_VAL(ret), str_len = ZSTR_LEN(ret));
ZSTR_VAL         1730 ext/standard/string.c 		p = zend_memrchr(ZSTR_VAL(ret), '.', ZSTR_LEN(ret));
ZSTR_VAL         1733 ext/standard/string.c 			idx = p - ZSTR_VAL(ret);
ZSTR_VAL         1734 ext/standard/string.c 			add_assoc_stringl(&tmp, "extension", ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1);
ZSTR_VAL         1747 ext/standard/string.c 		p = zend_memrchr(ZSTR_VAL(ret), '.', ZSTR_LEN(ret));
ZSTR_VAL         1749 ext/standard/string.c 		idx = p ? (p - ZSTR_VAL(ret)) : ZSTR_LEN(ret);
ZSTR_VAL         1750 ext/standard/string.c 		add_assoc_stringl(&tmp, "filename", ZSTR_VAL(ret), idx);
ZSTR_VAL         1864 ext/standard/string.c 	haystack_dup = estrndup(ZSTR_VAL(haystack), ZSTR_LEN(haystack));
ZSTR_VAL         1889 ext/standard/string.c 			RETVAL_STRINGL(ZSTR_VAL(haystack), found_offset);
ZSTR_VAL         1891 ext/standard/string.c 			RETVAL_STRINGL(ZSTR_VAL(haystack) + found_offset, ZSTR_LEN(haystack) - found_offset);
ZSTR_VAL         1922 ext/standard/string.c 		found = (char*)php_memnstr(ZSTR_VAL(haystack), Z_STRVAL_P(needle), Z_STRLEN_P(needle), ZSTR_VAL(haystack) + ZSTR_LEN(haystack));
ZSTR_VAL         1929 ext/standard/string.c 		found = (char*)php_memnstr(ZSTR_VAL(haystack), needle_char, 1, ZSTR_VAL(haystack) + ZSTR_LEN(haystack));
ZSTR_VAL         1933 ext/standard/string.c 		found_offset = found - ZSTR_VAL(haystack);
ZSTR_VAL         1935 ext/standard/string.c 			RETURN_STRINGL(ZSTR_VAL(haystack), found_offset);
ZSTR_VAL         1982 ext/standard/string.c 		found = (char*)php_memnstr(ZSTR_VAL(haystack) + offset,
ZSTR_VAL         1985 ext/standard/string.c 			                ZSTR_VAL(haystack) + ZSTR_LEN(haystack));
ZSTR_VAL         1992 ext/standard/string.c 		found = (char*)php_memnstr(ZSTR_VAL(haystack) + offset,
ZSTR_VAL         1995 ext/standard/string.c 		                    ZSTR_VAL(haystack) + ZSTR_LEN(haystack));
ZSTR_VAL         1999 ext/standard/string.c 		RETURN_LONG(found - ZSTR_VAL(haystack));
ZSTR_VAL         2037 ext/standard/string.c 		found = (char*)php_memnstr(ZSTR_VAL(haystack_dup) + offset,
ZSTR_VAL         2038 ext/standard/string.c 				ZSTR_VAL(needle_dup), ZSTR_LEN(needle_dup), ZSTR_VAL(haystack_dup) + ZSTR_LEN(haystack));
ZSTR_VAL         2046 ext/standard/string.c 		found = (char*)php_memnstr(ZSTR_VAL(haystack_dup) + offset,
ZSTR_VAL         2049 ext/standard/string.c 							ZSTR_VAL(haystack_dup) + ZSTR_LEN(haystack));
ZSTR_VAL         2054 ext/standard/string.c 		RETVAL_LONG(found - ZSTR_VAL(haystack_dup));
ZSTR_VAL         2112 ext/standard/string.c 		p = ZSTR_VAL(haystack) + (size_t)offset;
ZSTR_VAL         2113 ext/standard/string.c 		e = ZSTR_VAL(haystack) + ZSTR_LEN(haystack);
ZSTR_VAL         2119 ext/standard/string.c 		p = ZSTR_VAL(haystack);
ZSTR_VAL         2121 ext/standard/string.c 			e = ZSTR_VAL(haystack) + ZSTR_LEN(haystack);
ZSTR_VAL         2123 ext/standard/string.c 			e = ZSTR_VAL(haystack) + ZSTR_LEN(haystack) + offset + needle_len;
ZSTR_VAL         2128 ext/standard/string.c 		RETURN_LONG(found - ZSTR_VAL(haystack));
ZSTR_VAL         2157 ext/standard/string.c 		if (php_needle_char(zneedle, ZSTR_VAL(ord_needle)) != SUCCESS) {
ZSTR_VAL         2161 ext/standard/string.c 		ZSTR_VAL(ord_needle)[1] = '\0';
ZSTR_VAL         2179 ext/standard/string.c 			p = ZSTR_VAL(haystack) + (size_t)offset;
ZSTR_VAL         2180 ext/standard/string.c 			e = ZSTR_VAL(haystack) + ZSTR_LEN(haystack) - 1;
ZSTR_VAL         2182 ext/standard/string.c 			p = ZSTR_VAL(haystack);
ZSTR_VAL         2188 ext/standard/string.c 			e = ZSTR_VAL(haystack) + ZSTR_LEN(haystack) + (size_t)offset;
ZSTR_VAL         2191 ext/standard/string.c 		*ZSTR_VAL(ord_needle) = tolower(*ZSTR_VAL(needle));
ZSTR_VAL         2193 ext/standard/string.c 			if (tolower(*e) == *ZSTR_VAL(ord_needle)) {
ZSTR_VAL         2211 ext/standard/string.c 		p = ZSTR_VAL(haystack_dup) + offset;
ZSTR_VAL         2212 ext/standard/string.c 		e = ZSTR_VAL(haystack_dup) + ZSTR_LEN(haystack);
ZSTR_VAL         2220 ext/standard/string.c 		p = ZSTR_VAL(haystack_dup);
ZSTR_VAL         2222 ext/standard/string.c 			e = ZSTR_VAL(haystack_dup) + ZSTR_LEN(haystack);
ZSTR_VAL         2224 ext/standard/string.c 			e = ZSTR_VAL(haystack_dup) + ZSTR_LEN(haystack) + offset + ZSTR_LEN(needle);
ZSTR_VAL         2229 ext/standard/string.c 	if ((found = (char *)zend_memnrstr(p, ZSTR_VAL(needle_dup), ZSTR_LEN(needle_dup), e))) {
ZSTR_VAL         2230 ext/standard/string.c 		RETVAL_LONG(found - ZSTR_VAL(haystack_dup));
ZSTR_VAL         2257 ext/standard/string.c 		found = zend_memrchr(ZSTR_VAL(haystack), *Z_STRVAL_P(needle), ZSTR_LEN(haystack));
ZSTR_VAL         2264 ext/standard/string.c 		found = zend_memrchr(ZSTR_VAL(haystack),  needle_chr, ZSTR_LEN(haystack));
ZSTR_VAL         2268 ext/standard/string.c 		found_offset = found - ZSTR_VAL(haystack);
ZSTR_VAL         2304 ext/standard/string.c 	for (p = src, q = ZSTR_VAL(dest); p < (src + srclen - chunklen + 1); ) {
ZSTR_VAL         2320 ext/standard/string.c 	ZSTR_LEN(dest) = q - ZSTR_VAL(dest);
ZSTR_VAL         2348 ext/standard/string.c 		memcpy(ZSTR_VAL(result), ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2349 ext/standard/string.c 		memcpy(ZSTR_VAL(result) + ZSTR_LEN(str), end, endlen);
ZSTR_VAL         2350 ext/standard/string.c 		ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0';
ZSTR_VAL         2358 ext/standard/string.c 	result = php_chunk_split(ZSTR_VAL(str), ZSTR_LEN(str), end, endlen, (size_t)chunklen);
ZSTR_VAL         2437 ext/standard/string.c 	RETURN_STRINGL(ZSTR_VAL(str) + f, l);
ZSTR_VAL         2551 ext/standard/string.c 			memcpy(ZSTR_VAL(result), Z_STRVAL_P(str), f);
ZSTR_VAL         2553 ext/standard/string.c 				memcpy((ZSTR_VAL(result) + f), ZSTR_VAL(repl_str), ZSTR_LEN(repl_str));
ZSTR_VAL         2555 ext/standard/string.c 			memcpy((ZSTR_VAL(result) + f + ZSTR_LEN(repl_str)), Z_STRVAL_P(str) + f + l, Z_STRLEN_P(str) - f - l);
ZSTR_VAL         2556 ext/standard/string.c 			ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0';
ZSTR_VAL         2660 ext/standard/string.c 					memcpy(ZSTR_VAL(result), ZSTR_VAL(orig_str), f);
ZSTR_VAL         2661 ext/standard/string.c 					memcpy((ZSTR_VAL(result) + f), ZSTR_VAL(repl_str), ZSTR_LEN(repl_str));
ZSTR_VAL         2662 ext/standard/string.c 					memcpy((ZSTR_VAL(result) + f + ZSTR_LEN(repl_str)), ZSTR_VAL(orig_str) + f + l, ZSTR_LEN(orig_str) - f - l);
ZSTR_VAL         2667 ext/standard/string.c 					memcpy(ZSTR_VAL(result), ZSTR_VAL(orig_str), f);
ZSTR_VAL         2668 ext/standard/string.c 					memcpy((ZSTR_VAL(result) + f), ZSTR_VAL(orig_str) + f + l, ZSTR_LEN(orig_str) - f - l);
ZSTR_VAL         2675 ext/standard/string.c 				memcpy(ZSTR_VAL(result), ZSTR_VAL(orig_str), f);
ZSTR_VAL         2676 ext/standard/string.c 				memcpy((ZSTR_VAL(result) + f), Z_STRVAL_P(repl), Z_STRLEN_P(repl));
ZSTR_VAL         2677 ext/standard/string.c 				memcpy((ZSTR_VAL(result) + f + Z_STRLEN_P(repl)), ZSTR_VAL(orig_str) + f + l, ZSTR_LEN(orig_str) - f - l);
ZSTR_VAL         2680 ext/standard/string.c 			ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0';
ZSTR_VAL         2711 ext/standard/string.c 	old_end = ZSTR_VAL(old) + ZSTR_LEN(old);
ZSTR_VAL         2713 ext/standard/string.c 	if (ZSTR_VAL(old) == old_end) {
ZSTR_VAL         2719 ext/standard/string.c 	for (p = ZSTR_VAL(old), q = ZSTR_VAL(str); p != old_end; p++) {
ZSTR_VAL         2742 ext/standard/string.c 	RETURN_NEW_STR(zend_string_truncate(str, q - ZSTR_VAL(str), 0));
ZSTR_VAL         2828 ext/standard/string.c 	ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2857 ext/standard/string.c 	ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2890 ext/standard/string.c 	ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         2951 ext/standard/string.c 			if (ZSTR_VAL(str)[i] == ch_from) {
ZSTR_VAL         2953 ext/standard/string.c 				memcpy(ZSTR_VAL(new_str), ZSTR_VAL(str), i);
ZSTR_VAL         2954 ext/standard/string.c 				ZSTR_VAL(new_str)[i] = ch_to;
ZSTR_VAL         2959 ext/standard/string.c 			ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to;
ZSTR_VAL         2971 ext/standard/string.c 			if (ZSTR_VAL(str)[i] != xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]) {
ZSTR_VAL         2973 ext/standard/string.c 				memcpy(ZSTR_VAL(new_str), ZSTR_VAL(str), i);
ZSTR_VAL         2974 ext/standard/string.c 				ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]];
ZSTR_VAL         2980 ext/standard/string.c 			ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]];
ZSTR_VAL         2988 ext/standard/string.c 	ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0;
ZSTR_VAL         2996 ext/standard/string.c 	char *str = ZSTR_VAL(input);
ZSTR_VAL         3035 ext/standard/string.c 			bitset[((unsigned char)ZSTR_VAL(str_key)[0]) / sizeof(zend_ulong)] |= Z_UL(1) << (((unsigned char)ZSTR_VAL(str_key)[0]) % sizeof(zend_ulong));
ZSTR_VAL         3059 ext/standard/string.c 				bitset[((unsigned char)ZSTR_VAL(key_used)[0]) / sizeof(zend_ulong)] |= Z_UL(1) << (((unsigned char)ZSTR_VAL(key_used)[0]) % sizeof(zend_ulong));
ZSTR_VAL         3135 ext/standard/string.c 	char *source, *target, *source_end= ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         3138 ext/standard/string.c 		char *p = ZSTR_VAL(str), *e = p + ZSTR_LEN(str);
ZSTR_VAL         3145 ext/standard/string.c 		for (source = ZSTR_VAL(str); source < source_end; source++) {
ZSTR_VAL         3161 ext/standard/string.c 	target = ZSTR_VAL(result);
ZSTR_VAL         3164 ext/standard/string.c 		char *p = ZSTR_VAL(str), *e = p + ZSTR_LEN(str), *s = ZSTR_VAL(str);
ZSTR_VAL         3181 ext/standard/string.c 		for (source = ZSTR_VAL(str); source < source_end; source++) {
ZSTR_VAL         3212 ext/standard/string.c 			end = ZSTR_VAL(haystack) + ZSTR_LEN(haystack);
ZSTR_VAL         3213 ext/standard/string.c 			for (p = ZSTR_VAL(haystack); (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
ZSTR_VAL         3215 ext/standard/string.c 					new_str = zend_string_init(ZSTR_VAL(haystack), ZSTR_LEN(haystack), 0);
ZSTR_VAL         3217 ext/standard/string.c 				memcpy(ZSTR_VAL(new_str) + (r - ZSTR_VAL(haystack)), str, str_len);
ZSTR_VAL         3226 ext/standard/string.c 			char *o = ZSTR_VAL(haystack);
ZSTR_VAL         3244 ext/standard/string.c 			e = s = ZSTR_VAL(new_str);
ZSTR_VAL         3245 ext/standard/string.c 			end = ZSTR_VAL(haystack) + ZSTR_LEN(haystack);
ZSTR_VAL         3246 ext/standard/string.c 			for (p = ZSTR_VAL(haystack); (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
ZSTR_VAL         3262 ext/standard/string.c 	} else if (needle_len > ZSTR_LEN(haystack) || memcmp(ZSTR_VAL(haystack), needle, ZSTR_LEN(haystack))) {
ZSTR_VAL         3288 ext/standard/string.c 			for (p = lc_haystack; (r = (char*)php_memnstr(p, ZSTR_VAL(lc_needle), ZSTR_LEN(lc_needle), end)); p = r + ZSTR_LEN(lc_needle)) {
ZSTR_VAL         3290 ext/standard/string.c 					new_str = zend_string_init(ZSTR_VAL(haystack), ZSTR_LEN(haystack), 0);
ZSTR_VAL         3292 ext/standard/string.c 				memcpy(ZSTR_VAL(new_str) + (r - lc_haystack), str, str_len);
ZSTR_VAL         3308 ext/standard/string.c 			n = ZSTR_VAL(lc_needle);
ZSTR_VAL         3326 ext/standard/string.c 			e = s = ZSTR_VAL(new_str);
ZSTR_VAL         3329 ext/standard/string.c 			for (p = lc_haystack; (r = (char*)php_memnstr(p, ZSTR_VAL(lc_needle), ZSTR_LEN(lc_needle), end)); p = r + ZSTR_LEN(lc_needle)) {
ZSTR_VAL         3330 ext/standard/string.c 				memcpy(e, ZSTR_VAL(haystack) + (p - lc_haystack), r - p);
ZSTR_VAL         3338 ext/standard/string.c 				memcpy(e, ZSTR_VAL(haystack) + (p - lc_haystack), end - p);
ZSTR_VAL         3353 ext/standard/string.c 		if (memcmp(lc_haystack, ZSTR_VAL(lc_needle), ZSTR_LEN(lc_needle))) {
ZSTR_VAL         3379 ext/standard/string.c 			end = ZSTR_VAL(new_str) + length;
ZSTR_VAL         3380 ext/standard/string.c 			for (p = ZSTR_VAL(new_str); (r = (char*)php_memnstr(p, needle, needle_len, end)); p = r + needle_len) {
ZSTR_VAL         3410 ext/standard/string.c 			e = s = ZSTR_VAL(new_str);
ZSTR_VAL         3494 ext/standard/string.c 								ZSTR_VAL(str_key)[0],
ZSTR_VAL         3495 ext/standard/string.c 								ZSTR_VAL(replace),
ZSTR_VAL         3502 ext/standard/string.c 								ZSTR_VAL(str_key), ZSTR_LEN(str_key),
ZSTR_VAL         3503 ext/standard/string.c 								ZSTR_VAL(replace), ZSTR_LEN(replace), &dummy));
ZSTR_VAL         3536 ext/standard/string.c 	p = ZSTR_VAL(n);
ZSTR_VAL         3538 ext/standard/string.c 	e = ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         3540 ext/standard/string.c 	while (--e >= ZSTR_VAL(str)) {
ZSTR_VAL         3621 ext/standard/string.c 	sim = php_similar_char(ZSTR_VAL(t1), ZSTR_LEN(t1), ZSTR_VAL(t2), ZSTR_LEN(t2));
ZSTR_VAL         3639 ext/standard/string.c 	s = ZSTR_VAL(str);
ZSTR_VAL         3640 ext/standard/string.c 	t = ZSTR_VAL(str);
ZSTR_VAL         3683 ext/standard/string.c 		RETURN_STRINGL(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         3686 ext/standard/string.c 	RETURN_STR(php_addcslashes(str, 0, ZSTR_VAL(what), ZSTR_LEN(what)));
ZSTR_VAL         3724 ext/standard/string.c 	ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         3739 ext/standard/string.c 	ZVAL_STRINGL(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         3770 ext/standard/string.c 	for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(str); source < end; source++) {
ZSTR_VAL         3838 ext/standard/string.c 	for (source = (char*)ZSTR_VAL(str), end = source + ZSTR_LEN(str), target = ZSTR_VAL(new_str); source < end; source++) {
ZSTR_VAL         3860 ext/standard/string.c 	newlen = target - ZSTR_VAL(new_str);
ZSTR_VAL         3885 ext/standard/string.c 	source = ZSTR_VAL(str);
ZSTR_VAL         3908 ext/standard/string.c 	offset = source - (char *)ZSTR_VAL(str);
ZSTR_VAL         3910 ext/standard/string.c 	memcpy(ZSTR_VAL(new_str), ZSTR_VAL(str), offset);
ZSTR_VAL         3911 ext/standard/string.c 	target = ZSTR_VAL(new_str) + offset;
ZSTR_VAL         3937 ext/standard/string.c 	if (ZSTR_LEN(new_str) - (target - ZSTR_VAL(new_str)) > 16) {
ZSTR_VAL         3938 ext/standard/string.c 		new_str = zend_string_truncate(new_str, target - ZSTR_VAL(new_str), 0);
ZSTR_VAL         3940 ext/standard/string.c 		ZSTR_LEN(new_str) = target - ZSTR_VAL(new_str);
ZSTR_VAL         4016 ext/standard/string.c 					replace_value = ZSTR_VAL(replace_entry_str);
ZSTR_VAL         4031 ext/standard/string.c 								ZSTR_VAL(search_str)[0],
ZSTR_VAL         4043 ext/standard/string.c 							ZSTR_VAL(search_str), ZSTR_LEN(search_str),
ZSTR_VAL         4051 ext/standard/string.c 					tmp_result = php_str_to_str_i_ex(Z_STR_P(result), ZSTR_VAL(lc_subject_str),
ZSTR_VAL         4097 ext/standard/string.c 				ZVAL_STR(result, php_str_to_str_i_ex(subject_str, ZSTR_VAL(lc_subject_str),
ZSTR_VAL         4298 ext/standard/string.c 	target = ZSTR_VAL(broken_str);
ZSTR_VAL         4403 ext/standard/string.c 	tmp = ZSTR_VAL(str);
ZSTR_VAL         4404 ext/standard/string.c 	end = ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         4432 ext/standard/string.c 		target = ZSTR_VAL(result);
ZSTR_VAL         4435 ext/standard/string.c 	tmp = ZSTR_VAL(str);
ZSTR_VAL         4489 ext/standard/string.c 	buf = zend_string_init(ZSTR_VAL(str), ZSTR_LEN(str), 0);
ZSTR_VAL         4490 ext/standard/string.c 	ZSTR_LEN(buf) = php_strip_tags_ex(ZSTR_VAL(buf), ZSTR_LEN(str), NULL, allowed_tags, allowed_tags_len, 0);
ZSTR_VAL         4531 ext/standard/string.c 		if (!strcmp("0", ZSTR_VAL(loc))) {
ZSTR_VAL         4542 ext/standard/string.c 		retval = php_my_setlocale(cat, loc ? ZSTR_VAL(loc) : NULL);
ZSTR_VAL         4554 ext/standard/string.c 					if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
ZSTR_VAL         4562 ext/standard/string.c 				} else if (len == ZSTR_LEN(loc) && !memcmp(ZSTR_VAL(loc), retval, len)) {
ZSTR_VAL         5004 ext/standard/string.c 	php_fgetcsv(NULL, delim, enc, esc, ZSTR_LEN(str), ZSTR_VAL(str), return_value);
ZSTR_VAL         5037 ext/standard/string.c 		memset(ZSTR_VAL(result), *ZSTR_VAL(input_str), mult);
ZSTR_VAL         5041 ext/standard/string.c 		memcpy(ZSTR_VAL(result), ZSTR_VAL(input_str), ZSTR_LEN(input_str));
ZSTR_VAL         5042 ext/standard/string.c 		s = ZSTR_VAL(result);
ZSTR_VAL         5043 ext/standard/string.c 		e = ZSTR_VAL(result) + ZSTR_LEN(input_str);
ZSTR_VAL         5044 ext/standard/string.c 		ee = ZSTR_VAL(result) + result_len;
ZSTR_VAL         5053 ext/standard/string.c 	ZSTR_VAL(result)[result_len] = '\0';
ZSTR_VAL         5081 ext/standard/string.c 	buf = (unsigned char *) ZSTR_VAL(input);
ZSTR_VAL         5138 ext/standard/string.c 	RETURN_LONG(strnatcmp_ex(ZSTR_VAL(s1), ZSTR_LEN(s1),
ZSTR_VAL         5139 ext/standard/string.c 							 ZSTR_VAL(s2), ZSTR_LEN(s2),
ZSTR_VAL         5149 ext/standard/string.c 	ZVAL_LONG(result, strnatcmp_ex(ZSTR_VAL(str1), ZSTR_LEN(str1), ZSTR_VAL(str2), ZSTR_LEN(str2), case_insensitive));
ZSTR_VAL         5356 ext/standard/string.c 		RETURN_STRINGL(ZSTR_VAL(input), ZSTR_LEN(input));
ZSTR_VAL         5398 ext/standard/string.c 		ZSTR_VAL(result)[ZSTR_LEN(result)++] = pad_str[i % pad_str_len];
ZSTR_VAL         5401 ext/standard/string.c 	memcpy(ZSTR_VAL(result) + ZSTR_LEN(result), ZSTR_VAL(input), ZSTR_LEN(input));
ZSTR_VAL         5406 ext/standard/string.c 		ZSTR_VAL(result)[ZSTR_LEN(result)++] = pad_str[i % pad_str_len];
ZSTR_VAL         5408 ext/standard/string.c 	ZSTR_VAL(result)[ZSTR_LEN(result)] = '\0';
ZSTR_VAL         5493 ext/standard/string.c 	RETVAL_STRINGL(ZSTR_VAL(arg), ZSTR_LEN(arg));
ZSTR_VAL         5545 ext/standard/string.c 	p = ZSTR_VAL(str);
ZSTR_VAL         5546 ext/standard/string.c 	e = ZSTR_VAL(str) + ZSTR_LEN(str);
ZSTR_VAL         5569 ext/standard/string.c 					add_index_stringl(return_value, (s - ZSTR_VAL(str)), s, p - s);
ZSTR_VAL         5617 ext/standard/string.c 	if ((res_len = strfmon(ZSTR_VAL(str), ZSTR_LEN(str), format, value)) < 0) {
ZSTR_VAL         5622 ext/standard/string.c 	ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0';
ZSTR_VAL         5650 ext/standard/string.c 		add_next_index_stringl(return_value, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL         5657 ext/standard/string.c 	p = ZSTR_VAL(str);
ZSTR_VAL         5664 ext/standard/string.c 	if (p != (ZSTR_VAL(str) + ZSTR_LEN(str))) {
ZSTR_VAL         5665 ext/standard/string.c 		add_next_index_stringl(return_value, p, (ZSTR_VAL(str) + ZSTR_LEN(str) - p));
ZSTR_VAL         5686 ext/standard/string.c 	for (haystack_ptr = ZSTR_VAL(haystack); haystack_ptr < (ZSTR_VAL(haystack) + ZSTR_LEN(haystack)); ++haystack_ptr) {
ZSTR_VAL         5687 ext/standard/string.c 		for (cl_ptr = ZSTR_VAL(char_list); cl_ptr < (ZSTR_VAL(char_list) + ZSTR_LEN(char_list)); ++cl_ptr) {
ZSTR_VAL         5689 ext/standard/string.c 				RETURN_STRINGL(haystack_ptr, (ZSTR_VAL(haystack) + ZSTR_LEN(haystack) - haystack_ptr));
ZSTR_VAL         5733 ext/standard/string.c 		RETURN_LONG(zend_binary_strncmp(ZSTR_VAL(s1) + offset, (ZSTR_LEN(s1) - offset), ZSTR_VAL(s2), ZSTR_LEN(s2), cmp_len));
ZSTR_VAL         5735 ext/standard/string.c 		RETURN_LONG(zend_binary_strncasecmp_l(ZSTR_VAL(s1) + offset, (ZSTR_LEN(s1) - offset), ZSTR_VAL(s2), ZSTR_LEN(s2), cmp_len));
ZSTR_VAL          232 ext/standard/type.c 					&& !memcmp(ZSTR_VAL(ce->name), INCOMPLETE_CLASS, sizeof(INCOMPLETE_CLASS) - 1)) {
ZSTR_VAL          419 ext/standard/type.c 		if (UNEXPECTED(ZSTR_LEN(name)) != strlen(ZSTR_VAL(name))) {
ZSTR_VAL          420 ext/standard/type.c 			ZVAL_STRINGL(callable_name, ZSTR_VAL(name), strlen(ZSTR_VAL(name)));
ZSTR_VAL          497 ext/standard/url.c 	to = (unsigned char*)ZSTR_VAL(start);
ZSTR_VAL          527 ext/standard/url.c 	start = zend_string_truncate(start, to - (unsigned char*)ZSTR_VAL(start), 0);
ZSTR_VAL          549 ext/standard/url.c 	RETURN_STR(php_url_encode(ZSTR_VAL(in_str), ZSTR_LEN(in_str)));
ZSTR_VAL          569 ext/standard/url.c 	out_str = zend_string_init(ZSTR_VAL(in_str), ZSTR_LEN(in_str), 0);
ZSTR_VAL          570 ext/standard/url.c 	ZSTR_LEN(out_str) = php_url_decode(ZSTR_VAL(out_str), ZSTR_LEN(out_str));
ZSTR_VAL          616 ext/standard/url.c 		ZSTR_VAL(str)[y] = (unsigned char) s[x];
ZSTR_VAL          618 ext/standard/url.c 		if ((ZSTR_VAL(str)[y] < '0' && ZSTR_VAL(str)[y] != '-' && ZSTR_VAL(str)[y] != '.') ||
ZSTR_VAL          619 ext/standard/url.c 			(ZSTR_VAL(str)[y] < 'A' && ZSTR_VAL(str)[y] > '9') ||
ZSTR_VAL          620 ext/standard/url.c 			(ZSTR_VAL(str)[y] > 'Z' && ZSTR_VAL(str)[y] < 'a' && ZSTR_VAL(str)[y] != '_') ||
ZSTR_VAL          621 ext/standard/url.c 			(ZSTR_VAL(str)[y] > 'z' && ZSTR_VAL(str)[y] != '~')) {
ZSTR_VAL          622 ext/standard/url.c 			ZSTR_VAL(str)[y++] = '%';
ZSTR_VAL          623 ext/standard/url.c 			ZSTR_VAL(str)[y++] = hexchars[(unsigned char) s[x] >> 4];
ZSTR_VAL          624 ext/standard/url.c 			ZSTR_VAL(str)[y] = hexchars[(unsigned char) s[x] & 15];
ZSTR_VAL          626 ext/standard/url.c 		if (!isalnum(ZSTR_VAL(str)[y]) && strchr("_-.~", ZSTR_VAL(str)[y]) != NULL) {
ZSTR_VAL          627 ext/standard/url.c 			ZSTR_VAL(str)[y++] = '%';
ZSTR_VAL          628 ext/standard/url.c 			ZSTR_VAL(str)[y++] = hexchars[os_toascii[(unsigned char) s[x]] >> 4];
ZSTR_VAL          629 ext/standard/url.c 			ZSTR_VAL(str)[y] = hexchars[os_toascii[(unsigned char) s[x]] & 15];
ZSTR_VAL          633 ext/standard/url.c 	ZSTR_VAL(str)[y] = '\0';
ZSTR_VAL          656 ext/standard/url.c 	RETURN_STR(php_raw_url_encode(ZSTR_VAL(in_str), ZSTR_LEN(in_str)));
ZSTR_VAL          676 ext/standard/url.c 	out_str = zend_string_init(ZSTR_VAL(in_str), ZSTR_LEN(in_str), 0);
ZSTR_VAL          677 ext/standard/url.c 	ZSTR_LEN(out_str) = php_raw_url_decode(ZSTR_VAL(out_str), ZSTR_LEN(out_str));
ZSTR_VAL           60 ext/standard/url_scanner_ex.c 	tmp = estrndup(ZSTR_VAL(new_value), ZSTR_LEN(new_value));
ZSTR_VAL          116 ext/standard/url_scanner_ex.c 	q = (p = ZSTR_VAL(url->s)) + ZSTR_LEN(url->s);
ZSTR_VAL          185 ext/standard/url_scanner_ex.c 	if (bash && bash - ZSTR_VAL(url->s) == 0) {
ZSTR_VAL          191 ext/standard/url_scanner_ex.c 		smart_str_appendl(dest, ZSTR_VAL(url->s), bash - ZSTR_VAL(url->s));
ZSTR_VAL          213 ext/standard/url_scanner_ex.c 	if (strncasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data, ZSTR_LEN(ctx->arg.s)) == 0)
ZSTR_VAL          270 ext/standard/url_scanner_ex.c 				if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "form", sizeof("form") - 1)) {
ZSTR_VAL          274 ext/standard/url_scanner_ex.c 					char *e, *p = (char *)zend_memnstr(ZSTR_VAL(ctx->val.s), "://", sizeof("://") - 1, ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s));
ZSTR_VAL          276 ext/standard/url_scanner_ex.c 						e = memchr(p, '/', (ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s)) - p);
ZSTR_VAL          278 ext/standard/url_scanner_ex.c 							e = ZSTR_VAL(ctx->val.s) + ZSTR_LEN(ctx->val.s);
ZSTR_VAL          288 ext/standard/url_scanner_ex.c 				if (!strncasecmp(ZSTR_VAL(ctx->tag.s), "fieldset", sizeof("fieldset") - 1)) {
ZSTR_VAL          316 ext/standard/url_scanner_ex.c 		ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
ZSTR_VAL          318 ext/standard/url_scanner_ex.c 	if ((ctx->lookup_data = zend_hash_str_find_ptr(ctx->tags, ZSTR_VAL(ctx->tag.s), ZSTR_LEN(ctx->tag.s))) != NULL)
ZSTR_VAL          346 ext/standard/url_scanner_ex.c 	YYCURSOR = ZSTR_VAL(ctx->buf.s);
ZSTR_VAL          347 ext/standard/url_scanner_ex.c 	YYLIMIT = ZSTR_VAL(ctx->buf.s) + ZSTR_LEN(ctx->buf.s);
ZSTR_VAL          861 ext/standard/url_scanner_ex.c 	if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
ZSTR_VAL          878 ext/standard/url_scanner_ex.c 		smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
ZSTR_VAL          886 ext/standard/url_scanner_ex.c 		smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
ZSTR_VAL          896 ext/standard/url_scanner_ex.c 	result = estrndup(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s));
ZSTR_VAL          927 ext/standard/url_scanner_ex.c 	retval = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
ZSTR_VAL          974 ext/standard/url_scanner_ex.c 			*handled_output = estrndup(ZSTR_VAL(ctx->result.s), ZSTR_LEN(ctx->result.s));
ZSTR_VAL         1005 ext/standard/url_scanner_ex.c 		smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
ZSTR_VAL         1008 ext/standard/url_scanner_ex.c 		smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
ZSTR_VAL          321 ext/standard/user_filters.c 					filtername, ZSTR_VAL(fdat->classname));
ZSTR_VAL          589 ext/standard/user_filters.c 			php_stream_filter_register_factory_volatile(ZSTR_VAL(filtername), &user_filter_factory) == SUCCESS) {
ZSTR_VAL           76 ext/standard/uuencode.c 	p = ZSTR_VAL(dest);
ZSTR_VAL          125 ext/standard/uuencode.c 	dest = zend_string_truncate(dest, p - ZSTR_VAL(dest), 0);
ZSTR_VAL          137 ext/standard/uuencode.c 	p = ZSTR_VAL(dest);
ZSTR_VAL          176 ext/standard/uuencode.c 	assert(p >= ZSTR_VAL(dest));
ZSTR_VAL          177 ext/standard/uuencode.c 	if ((len = total_len) > (size_t)(p - ZSTR_VAL(dest))) {
ZSTR_VAL          188 ext/standard/uuencode.c 	ZSTR_VAL(dest)[ZSTR_LEN(dest)] = '\0';
ZSTR_VAL          209 ext/standard/uuencode.c 	RETURN_STR(php_uuencode(ZSTR_VAL(src), ZSTR_LEN(src)));
ZSTR_VAL          224 ext/standard/uuencode.c 	if ((dest = php_uudecode(ZSTR_VAL(src), ZSTR_LEN(src))) == NULL) {
ZSTR_VAL           44 ext/standard/var.c 		PHPWRITE(ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL           69 ext/standard/var.c 			PHPWRITE(ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL          150 ext/standard/var.c 			php_printf("%sobject(%s)#%d (%d) {\n", COMMON, ZSTR_VAL(class_name), Z_OBJ_HANDLE_P(struc), myht ? zend_array_count(myht) : 0);
ZSTR_VAL          216 ext/standard/var.c 		PHPWRITE(ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL          320 ext/standard/var.c 		php_printf("%sobject(%s)#%d (%d) refcount(%u){\n", COMMON, ZSTR_VAL(class_name), Z_OBJ_HANDLE_P(struc), myht ? zend_array_count(myht) : 0, Z_REFCOUNT_P(struc));
ZSTR_VAL          393 ext/standard/var.c 		tmp_str = php_str_to_str(ZSTR_VAL(ckey), ZSTR_LEN(ckey), "\0", 1, "' . \"\\0\" . '", 12);
ZSTR_VAL          476 ext/standard/var.c 			ztmp2 = php_str_to_str(ZSTR_VAL(ztmp), ZSTR_LEN(ztmp), "\0", 1, "' . \"\\0\" . '", 12);
ZSTR_VAL          559 ext/standard/var.c 	PHPWRITE(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s));
ZSTR_VAL          582 ext/standard/var.c 		PHPWRITE(ZSTR_VAL(buf.s), ZSTR_LEN(buf.s));
ZSTR_VAL          705 ext/standard/var.c 			if (incomplete_class && strcmp(ZSTR_VAL(key), MAGIC_MEMBER) == 0) {
ZSTR_VAL          723 ext/standard/var.c 				php_var_serialize_string(buf, ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          732 ext/standard/var.c 								ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS);
ZSTR_VAL          740 ext/standard/var.c 							php_var_serialize_string(buf, ZSTR_VAL(priv_name), ZSTR_LEN(priv_name));
ZSTR_VAL          747 ext/standard/var.c 								"*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS);
ZSTR_VAL          756 ext/standard/var.c 							php_var_serialize_string(buf, ZSTR_VAL(prot_name), ZSTR_LEN(prot_name));
ZSTR_VAL          762 ext/standard/var.c 						php_var_serialize_string(buf, ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          765 ext/standard/var.c 								"\"%s\" returned as member variable from __sleep() but does not exist", ZSTR_VAL(name));
ZSTR_VAL          768 ext/standard/var.c 					php_var_serialize_string(buf, ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          924 ext/standard/var.c 					if (incomplete_class && strcmp(ZSTR_VAL(key), MAGIC_MEMBER) == 0) {
ZSTR_VAL          931 ext/standard/var.c 						php_var_serialize_string(buf, ZSTR_VAL(key), ZSTR_LEN(key));
ZSTR_VAL          187 ext/standard/var_unserializer.c 			ZSTR_VAL(str)[i] = (char)**p;
ZSTR_VAL          204 ext/standard/var_unserializer.c 			ZSTR_VAL(str)[i] = (char)ch;
ZSTR_VAL          208 ext/standard/var_unserializer.c 	ZSTR_VAL(str)[i] = 0;
ZSTR_VAL          227 ext/standard/var_unserializer.c 	zend_str_tolower_copy(ZSTR_VAL(lcname), ZSTR_VAL(class_name), ZSTR_LEN(class_name));
ZSTR_VAL          417 ext/standard/var_unserializer.c 		zend_error(E_WARNING, "Class %s has no unserializer", ZSTR_VAL(ce->name));
ZSTR_VAL          441 ext/standard/var_unserializer.c 		zend_error(E_WARNING, "Erroneous data format for unserializing '%s'", ZSTR_VAL(ce->name));
ZSTR_VAL          780 ext/standard/var_unserializer.c 			php_store_class_name(rval, ZSTR_VAL(class_name), len2);
ZSTR_VAL          789 ext/standard/var_unserializer.c 		php_store_class_name(rval, ZSTR_VAL(class_name), len2);
ZSTR_VAL          426 ext/sysvmsg/sysvmsg.c 		memcpy(messagebuffer->mtext, ZSTR_VAL(msg_var.s), ZSTR_LEN(msg_var.s) + 1);
ZSTR_VAL          271 ext/sysvshm/sysvshm.c 	ret = php_put_shm_data(shm_list_ptr->ptr, shm_key, shm_var.s? ZSTR_VAL(shm_var.s) : NULL, shm_var.s? ZSTR_LEN(shm_var.s) : 0);
ZSTR_VAL          570 ext/tidy/tidy.c 		if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) {
ZSTR_VAL          616 ext/tidy/tidy.c 		tidyBufAttach(&buf, (byte *) ZSTR_VAL(data), (uint)ZSTR_LEN(data));
ZSTR_VAL         1005 ext/tidy/tidy.c 		_php_tidy_set_tidy_opt(doc, ZSTR_VAL(opt_name), opt_val);
ZSTR_VAL         1093 ext/tidy/tidy.c 	if (ZSTR_LEN(new_value)==2 && strcasecmp("on", ZSTR_VAL(new_value))==0) {
ZSTR_VAL         1095 ext/tidy/tidy.c 	} else if (ZSTR_LEN(new_value)==3 && strcasecmp("yes", ZSTR_VAL(new_value))==0) {
ZSTR_VAL         1097 ext/tidy/tidy.c 	} else if (ZSTR_LEN(new_value)==4 && strcasecmp("true", ZSTR_VAL(new_value))==0) {
ZSTR_VAL         1100 ext/tidy/tidy.c 		value = (zend_bool) atoi(ZSTR_VAL(new_value));
ZSTR_VAL         1218 ext/tidy/tidy.c 	if (php_tidy_parse_string(obj, ZSTR_VAL(input), (uint)ZSTR_LEN(input), enc) == FAILURE) {
ZSTR_VAL         1274 ext/tidy/tidy.c 	if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) {
ZSTR_VAL         1275 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : "");
ZSTR_VAL         1286 ext/tidy/tidy.c 	if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint)ZSTR_LEN(contents), enc) == FAILURE) {
ZSTR_VAL         1592 ext/tidy/tidy.c 		if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) {
ZSTR_VAL         1593 ext/tidy/tidy.c 			php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : "");
ZSTR_VAL         1604 ext/tidy/tidy.c 		php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint)ZSTR_LEN(contents), enc);
ZSTR_VAL         1628 ext/tidy/tidy.c 	if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) {
ZSTR_VAL         1629 ext/tidy/tidy.c 		php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : "");
ZSTR_VAL         1640 ext/tidy/tidy.c 	if (php_tidy_parse_string(obj, ZSTR_VAL(contents), (uint)ZSTR_LEN(contents), enc) == FAILURE) {
ZSTR_VAL         1672 ext/tidy/tidy.c 	if(php_tidy_parse_string(obj, ZSTR_VAL(input), (uint)ZSTR_LEN(input), enc) == SUCCESS) {
ZSTR_VAL          400 ext/wddx/wddx.c 		php_wddx_add_chunk_ex(packet, ZSTR_VAL(buf), ZSTR_LEN(buf));
ZSTR_VAL          414 ext/wddx/wddx.c 	snprintf(tmp_buf, sizeof(tmp_buf), WDDX_NUMBER, ZSTR_VAL(str));
ZSTR_VAL          464 ext/wddx/wddx.c 			php_wddx_add_chunk_ex(packet, ZSTR_VAL(class_name), ZSTR_LEN(class_name));
ZSTR_VAL          494 ext/wddx/wddx.c 		php_wddx_add_chunk_ex(packet, ZSTR_VAL(class_name), ZSTR_LEN(class_name));
ZSTR_VAL          595 ext/wddx/wddx.c 		zend_string *name_esc = php_escape_html_entities((unsigned char *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES, NULL);
ZSTR_VAL          597 ext/wddx/wddx.c 		snprintf(tmp_buf, ZSTR_LEN(name_esc) + sizeof(WDDX_VAR_S), WDDX_VAR_S, ZSTR_VAL(name_esc));
ZSTR_VAL         1281 ext/wddx/wddx.c 	php_wddx_deserialize_ex(ZSTR_VAL(payload), ZSTR_LEN(payload), return_value);
ZSTR_VAL          507 ext/xml/xml.c  				php_error_docref(NULL, E_WARNING, "Unable to call handler %s::%s()", ZSTR_VAL(Z_OBJCE_P(obj)->name), Z_STRVAL_P(method));
ZSTR_VAL          589 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (char) c;
ZSTR_VAL          591 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0xc0 | (c >> 6));
ZSTR_VAL          592 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0x80 | (c & 0x3f));
ZSTR_VAL          594 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0xe0 | (c >> 12));
ZSTR_VAL          595 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0xc0 | ((c >> 6) & 0x3f));
ZSTR_VAL          596 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0x80 | (c & 0x3f));
ZSTR_VAL          598 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0xf0 | (c >> 18));
ZSTR_VAL          599 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0xe0 | ((c >> 12) & 0x3f));
ZSTR_VAL          600 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0xc0 | ((c >> 6) & 0x3f));
ZSTR_VAL          601 ext/xml/xml.c  			ZSTR_VAL(str)[ZSTR_LEN(str)++] = (0x80 | (c & 0x3f));
ZSTR_VAL          606 ext/xml/xml.c  	ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0';
ZSTR_VAL          643 ext/xml/xml.c  		ZSTR_VAL(str)[ZSTR_LEN(str)++] = decoder ? decoder(c) : c;
ZSTR_VAL          645 ext/xml/xml.c  	ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0';
ZSTR_VAL          709 ext/xml/xml.c  		php_strtoupper(ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          731 ext/xml/xml.c  			ZVAL_STRING(&args[1], ZSTR_VAL(tag_name) + parser->toffset);
ZSTR_VAL          760 ext/xml/xml.c  				_xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset);
ZSTR_VAL          762 ext/xml/xml.c  				add_assoc_string(&tag, "tag", ZSTR_VAL(tag_name) + parser->toffset); /* cast to avoid gcc-warning */
ZSTR_VAL          766 ext/xml/xml.c  				parser->ltags[parser->level-1] = estrdup(ZSTR_VAL(tag_name));
ZSTR_VAL          816 ext/xml/xml.c  			ZVAL_STRING(&args[1], ZSTR_VAL(tag_name) + parser->toffset);
ZSTR_VAL          830 ext/xml/xml.c  				_xml_add_to_info(parser, ZSTR_VAL(tag_name) + parser->toffset);
ZSTR_VAL          832 ext/xml/xml.c  				add_assoc_string(&tag, "tag", ZSTR_VAL(tag_name) + parser->toffset); /* cast to avoid gcc-warning */
ZSTR_VAL          875 ext/xml/xml.c  				switch (ZSTR_VAL(decoded_value)[i]) {
ZSTR_VAL          897 ext/xml/xml.c  								ZSTR_VAL(decoded_value), ZSTR_LEN(decoded_value) + 1);
ZSTR_VAL          914 ext/xml/xml.c  											ZSTR_VAL(decoded_value), ZSTR_LEN(decoded_value) + 1);
ZSTR_VAL          587 ext/xmlrpc/xmlrpc-epi-php.c 								XMLRPC_AddValueToVector(xReturn, PHP_to_XMLRPC_worker(ZSTR_VAL(my_key), pIter, depth++));
ZSTR_VAL          933 ext/xmlrpc/xmlrpc-epi-php.c 						php_error_docref(NULL, E_WARNING, "Unable to add introspection data returned from %s(), improper element structure", ZSTR_VAL(php_function_name));
ZSTR_VAL          940 ext/xmlrpc/xmlrpc-epi-php.c 								err.xml_elem_error.column, err.xml_elem_error.line, err.xml_elem_error.parser_error, ZSTR_VAL(php_function_name));
ZSTR_VAL          942 ext/xmlrpc/xmlrpc-epi-php.c 						php_error_docref(NULL, E_WARNING, "Unable to add introspection data returned from %s()", ZSTR_VAL(php_function_name));
ZSTR_VAL          948 ext/xmlrpc/xmlrpc-epi-php.c 				php_error_docref(NULL, E_WARNING, "Error calling user introspection callback: %s()", ZSTR_VAL(php_function_name));
ZSTR_VAL          951 ext/xmlrpc/xmlrpc-epi-php.c 			php_error_docref(NULL, E_WARNING, "Invalid callback '%s' passed", ZSTR_VAL(php_function_name));
ZSTR_VAL          165 ext/xsl/xsltprocessor.c 				params[i++] = estrndup(ZSTR_VAL(string_key), ZSTR_LEN(string_key));
ZSTR_VAL          329 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Unable to call handler %s()", ZSTR_VAL(callable));
ZSTR_VAL          332 ext/xsl/xsltprocessor.c 		php_error_docref(NULL, E_WARNING, "Not allowed to call handler '%s()'", ZSTR_VAL(callable));
ZSTR_VAL          659 ext/xsl/xsltprocessor.c 					"Expecting class compatible with %s, '%s' given", ZSTR_VAL(curclass_name), ZSTR_VAL(ret_class));
ZSTR_VAL          215 ext/zip/php_zip.c 	len = spprintf(&fullpath, 0, "%s/%s", file_dirname_fullpath, ZSTR_VAL(file_basename));
ZSTR_VAL          654 ext/zip/php_zip.c 			if ((namelist_len == 1 && ZSTR_VAL(namelist[i])[0] == '.') ||
ZSTR_VAL          655 ext/zip/php_zip.c 				(namelist_len == 2 && ZSTR_VAL(namelist[i])[0] == '.' && ZSTR_VAL(namelist[i])[1] == '.')) {
ZSTR_VAL          667 ext/zip/php_zip.c 			snprintf(fullpath, MAXPATHLEN, "%s%c%s", path, DEFAULT_SLASH, ZSTR_VAL(namelist[i]));
ZSTR_VAL          680 ext/zip/php_zip.c 			matches = pcre_exec(re, NULL, ZSTR_VAL(namelist[i]), ZSTR_LEN(namelist[i]), 0, 0, ovector, 3);
ZSTR_VAL         1121 ext/zip/php_zip.c 	if (ZIP_OPENBASEDIR_CHECKPATH(ZSTR_VAL(filename))) {
ZSTR_VAL         1125 ext/zip/php_zip.c 	if(!expand_filepath(ZSTR_VAL(filename), resolved_path)) {
ZSTR_VAL         1285 ext/zip/php_zip.c 		n = zip_fread(zr_rsrc->zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer));
ZSTR_VAL         1287 ext/zip/php_zip.c 			ZSTR_VAL(buffer)[n] = '\0';
ZSTR_VAL         1424 ext/zip/php_zip.c 	if (ZIP_OPENBASEDIR_CHECKPATH(ZSTR_VAL(filename))) {
ZSTR_VAL         1428 ext/zip/php_zip.c 	if (!(resolved_path = expand_filepath(ZSTR_VAL(filename), NULL))) {
ZSTR_VAL         1659 ext/zip/php_zip.c 		found = php_zip_glob(ZSTR_VAL(pattern), ZSTR_LEN(pattern), flags, return_value);
ZSTR_VAL         1677 ext/zip/php_zip.c 					file_stripped = ZSTR_VAL(basename);
ZSTR_VAL         1761 ext/zip/php_zip.c 		entry_name = ZSTR_VAL(filename);
ZSTR_VAL         1765 ext/zip/php_zip.c 	if (php_zip_add_file(intern, ZSTR_VAL(filename), ZSTR_LEN(filename), entry_name, entry_name_len, 0, 0) < 0) {
ZSTR_VAL         1808 ext/zip/php_zip.c 	memcpy(ze_obj->buffers[pos], ZSTR_VAL(buffer), ZSTR_LEN(buffer) + 1);
ZSTR_VAL         1855 ext/zip/php_zip.c 	PHP_ZIP_STAT_PATH(intern, ZSTR_VAL(name), ZSTR_LEN(name), flags, sb);
ZSTR_VAL         1913 ext/zip/php_zip.c 	idx = (zend_long)zip_name_locate(intern, (const char *)ZSTR_VAL(name), flags);
ZSTR_VAL         2706 ext/zip/php_zip.c 		PHP_ZIP_STAT_PATH(intern, ZSTR_VAL(filename), ZSTR_LEN(filename), flags, sb);
ZSTR_VAL         2724 ext/zip/php_zip.c 		zf = zip_fopen(intern, ZSTR_VAL(filename), flags);
ZSTR_VAL         2732 ext/zip/php_zip.c 	n = zip_fread(zf, ZSTR_VAL(buffer), ZSTR_LEN(buffer));
ZSTR_VAL         2739 ext/zip/php_zip.c 	ZSTR_VAL(buffer)[n] = '\0';
ZSTR_VAL         2783 ext/zip/php_zip.c 	if (zip_stat(intern, ZSTR_VAL(filename), 0, &sb) != 0) {
ZSTR_VAL         2789 ext/zip/php_zip.c 	stream = php_stream_zip_open(obj->filename, ZSTR_VAL(filename), mode STREAMS_CC);
ZSTR_VAL          352 ext/zlib/zlib.c 		Z.next_out = (Bytef *) ZSTR_VAL(out);
ZSTR_VAL          362 ext/zlib/zlib.c 			ZSTR_VAL(out)[ZSTR_LEN(out)] = '\0';
ZSTR_VAL          688 ext/zlib/zlib.c 	if ((out = php_zlib_encode(ZSTR_VAL(in), ZSTR_LEN(in), encoding, level)) == NULL) { \
ZSTR_VAL          768 ext/zlib/zlib.c 					if (ZSTR_VAL(str)[i]) {
ZSTR_VAL          783 ext/zlib/zlib.c 				memcpy(*dict, ZSTR_VAL(str), ZSTR_LEN(str));
ZSTR_VAL          812 ext/zlib/zlib.c 							if (ZSTR_VAL(*ptr)[i] == 0) {
ZSTR_VAL          829 ext/zlib/zlib.c 						memcpy(dictptr, ZSTR_VAL(*ptr), ZSTR_LEN(*ptr));
ZSTR_VAL          948 ext/zlib/zlib.c 	ctx->next_out = (Bytef *) ZSTR_VAL(out);
ZSTR_VAL          962 ext/zlib/zlib.c 					ctx->next_out = (Bytef *) ZSTR_VAL(out) + buffer_used;
ZSTR_VAL          975 ext/zlib/zlib.c 					ctx->next_out = (Bytef *) ZSTR_VAL(out) + buffer_used;
ZSTR_VAL         1011 ext/zlib/zlib.c 		ZSTR_VAL(out)[buffer_used] = 0;
ZSTR_VAL         1163 ext/zlib/zlib.c 	ctx->next_out = (Bytef *) ZSTR_VAL(out);
ZSTR_VAL         1170 ext/zlib/zlib.c 			ZSTR_LEN(out) = (char *) ctx->next_out - ZSTR_VAL(out);
ZSTR_VAL         1171 ext/zlib/zlib.c 			ZSTR_VAL(out)[ZSTR_LEN(out)] = 0;
ZSTR_VAL         1175 ext/zlib/zlib.c 			ZSTR_LEN(out) = (char *) ctx->next_out - ZSTR_VAL(out);
ZSTR_VAL         1176 ext/zlib/zlib.c 			ZSTR_VAL(out)[ZSTR_LEN(out)] = 0;
ZSTR_VAL         1371 ext/zlib/zlib.c 	if (!strncasecmp(ZSTR_VAL(new_value), "off", sizeof("off"))) {
ZSTR_VAL         1373 ext/zlib/zlib.c 	} else if (!strncasecmp(ZSTR_VAL(new_value), "on", sizeof("on"))) {
ZSTR_VAL         1376 ext/zlib/zlib.c 		int_value = zend_atoi(ZSTR_VAL(new_value), ZSTR_LEN(new_value));
ZSTR_VAL           93 main/fopen_wrappers.c 		*p = new_value ? ZSTR_VAL(new_value) : NULL;
ZSTR_VAL          100 main/fopen_wrappers.c 		*p = ZSTR_VAL(new_value);
ZSTR_VAL          105 main/fopen_wrappers.c 	if (!new_value || !*ZSTR_VAL(new_value)) {
ZSTR_VAL          110 main/fopen_wrappers.c 	ptr = pathbuf = estrdup(ZSTR_VAL(new_value));
ZSTR_VAL          127 main/fopen_wrappers.c 	*p = ZSTR_VAL(new_value);
ZSTR_VAL          576 main/fopen_wrappers.c 		const char *exec_fname = ZSTR_VAL(exec_filename);
ZSTR_VAL          654 main/fopen_wrappers.c 		const char *exec_fname = ZSTR_VAL(exec_filename);
ZSTR_VAL          133 main/main.c    	ZEND_ATOL(i, ZSTR_VAL(new_value));
ZSTR_VAL          148 main/main.c    		PG(memory_limit) = zend_atol(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
ZSTR_VAL          289 main/main.c    		ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value));
ZSTR_VAL          293 main/main.c    	ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value));
ZSTR_VAL          334 main/main.c    	PG(display_errors) = (zend_bool) php_get_display_errors_mode(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value));
ZSTR_VAL          348 main/main.c    		tmp_value = (ini_entry->orig_value ? ZSTR_VAL(ini_entry->orig_value) : NULL );
ZSTR_VAL          351 main/main.c    		tmp_value = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          425 main/main.c    	if ((stage == PHP_INI_STAGE_RUNTIME || stage == PHP_INI_STAGE_HTACCESS) && new_value && strcmp(ZSTR_VAL(new_value), "syslog")) {
ZSTR_VAL          426 main/main.c    		if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) {
ZSTR_VAL          441 main/main.c    		if (PG(open_basedir) && php_check_open_basedir(ZSTR_VAL(new_value))) {
ZSTR_VAL          648 main/main.c    			len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL);
ZSTR_VAL          734 main/main.c    			buffer = ZSTR_VAL(replace_buffer);
ZSTR_VAL          797 main/main.c    		origin = ZSTR_VAL(replace_origin);
ZSTR_VAL         1110 main/main.c    						php_printf("%s<br />\n<b>%s</b>:  %s in <b>%s</b> on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_str, ZSTR_VAL(buf), error_filename, error_lineno, STR_PRINT(append_string));
ZSTR_VAL         2575 main/main.c    			pass = strchr(ZSTR_VAL(user), ':');
ZSTR_VAL         2578 main/main.c    				SG(request_info).auth_user = estrndup(ZSTR_VAL(user), ZSTR_LEN(user));
ZSTR_VAL          216 main/network.c 			php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
ZSTR_VAL          224 main/network.c 			php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
ZSTR_VAL          258 main/network.c 				php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
ZSTR_VAL          576 main/network.c 			php_error_docref(NULL, E_WARNING, "Failed to resolve `%s': %s", tmp, ZSTR_VAL(errstr));
ZSTR_VAL          113 main/output.c  				OG(output_start_filename) = ZSTR_VAL(zend_get_compiled_filename());
ZSTR_VAL          553 main/output.c  		if (SUCCESS != conflict(ZSTR_VAL(handler->name), ZSTR_LEN(handler->name))) {
ZSTR_VAL          559 main/output.c  			if (SUCCESS != conflict(ZSTR_VAL(handler->name), ZSTR_LEN(handler->name))) {
ZSTR_VAL          582 main/output.c  			if (name_len == ZSTR_LEN(handlers[i]->name) && !memcmp(ZSTR_VAL(handlers[i]->name), name, name_len)) {
ZSTR_VAL         1205 main/output.c  			php_error_docref("ref.outcontrol", E_NOTICE, "failed to %s buffer of %s (%d)", (flags&PHP_OUTPUT_POP_DISCARD)?"discard":"send", ZSTR_VAL(orphan->name), orphan->level);
ZSTR_VAL         1331 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to flush buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
ZSTR_VAL         1352 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
ZSTR_VAL         1407 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
ZSTR_VAL         1430 main/output.c  		php_error_docref("ref.outcontrol", E_NOTICE, "failed to delete buffer of %s (%d)", ZSTR_VAL(OG(active)->name), OG(active)->level);
ZSTR_VAL           83 main/php_ini.c 			if (ini_entry->orig_value && ZSTR_VAL(ini_entry->orig_value)[0]) {
ZSTR_VAL           84 main/php_ini.c 				display_string = ZSTR_VAL(ini_entry->orig_value);
ZSTR_VAL           96 main/php_ini.c 		} else if (ini_entry->value && ZSTR_VAL(ini_entry->value)[0]) {
ZSTR_VAL           97 main/php_ini.c 			display_string = ZSTR_VAL(ini_entry->value);
ZSTR_VAL          132 main/php_ini.c 		PHPWRITE(ZSTR_VAL(ini_entry->name), ZSTR_LEN(ini_entry->name));
ZSTR_VAL          139 main/php_ini.c 		PHPWRITE(ZSTR_VAL(ini_entry->name), ZSTR_LEN(ini_entry->name));
ZSTR_VAL          569 main/php_ini.c 				fh.filename = ZSTR_VAL(opened_path);
ZSTR_VAL          577 main/php_ini.c 				fh.filename = ZSTR_VAL(opened_path);
ZSTR_VAL          296 main/php_variables.c 	vars->ptr = ZSTR_VAL(vars->str.s);
ZSTR_VAL          297 main/php_variables.c 	vars->end = ZSTR_VAL(vars->str.s) + ZSTR_LEN(vars->str.s);
ZSTR_VAL          309 main/php_variables.c 		memmove(ZSTR_VAL(vars->str.s), vars->ptr, ZSTR_LEN(vars->str.s) = vars->end - vars->ptr);
ZSTR_VAL          643 main/php_variables.c 						|| memcmp(ZSTR_VAL(string_key), "GLOBALS", sizeof("GLOBALS") - 1)) {
ZSTR_VAL          196 main/rfc1867.c 	VCWD_UNLINK(ZSTR_VAL(filename));
ZSTR_VAL         1102 main/rfc1867.c 				event_file_end.temp_filename = ZSTR_VAL(temp_filename);
ZSTR_VAL         1112 main/rfc1867.c 						unlink(ZSTR_VAL(temp_filename));
ZSTR_VAL          148 main/spprintf.c 		memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
ZSTR_VAL          729 main/streams/memory.c 		comma = ZSTR_VAL(base64_comma);
ZSTR_VAL          217 main/streams/plain_wrapper.c 			stream->orig_path = estrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path));
ZSTR_VAL          468 main/streams/plain_wrapper.c 			unlink(ZSTR_VAL(data->temp_name));
ZSTR_VAL         1497 main/streams/plain_wrapper.c 		const char *exec_fname = ZSTR_VAL(exec_filename);
ZSTR_VAL          835 main/streams/streams.c 		readptr = ZSTR_VAL(buf);
ZSTR_VAL         1086 main/streams/streams.c 	ZSTR_LEN(ret_buf) = php_stream_read(stream, ZSTR_VAL(ret_buf), tent_ret_len);
ZSTR_VAL         1092 main/streams/streams.c 	ZSTR_VAL(ret_buf)[ZSTR_LEN(ret_buf)] = '\0';
ZSTR_VAL         1439 main/streams/streams.c 		ptr = ZSTR_VAL(result);
ZSTR_VAL         1471 main/streams/streams.c 	ptr = ZSTR_VAL(result);
ZSTR_VAL         1478 main/streams/streams.c 			ptr = ZSTR_VAL(result) + len;
ZSTR_VAL         1485 main/streams/streams.c 		ZSTR_VAL(result)[len] = '\0';
ZSTR_VAL         2037 main/streams/streams.c 			path = ZSTR_VAL(resolved_path);
ZSTR_VAL         2257 main/streams/streams.c 	return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b));
ZSTR_VAL         2265 main/streams/streams.c 	return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
ZSTR_VAL           48 main/streams/transports.c 	else { php_error_docref(NULL, E_WARNING, fmt, local_err ? ZSTR_VAL(local_err) : "Unspecified error"); \
ZSTR_VAL          318 main/streams/userspace.c 			php_error_docref(NULL, E_WARNING, "Could not execute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->constructor->common.function_name));
ZSTR_VAL          500 main/streams/userspace.c 	uwrap->protoname = estrndup(ZSTR_VAL(protocol), ZSTR_LEN(protocol));
ZSTR_VAL          501 main/streams/userspace.c 	uwrap->classname = estrndup(ZSTR_VAL(classname), ZSTR_LEN(classname));
ZSTR_VAL          509 main/streams/userspace.c 		if (php_register_url_stream_wrapper_volatile(ZSTR_VAL(protocol), &uwrap->wrapper) == SUCCESS) {
ZSTR_VAL          514 main/streams/userspace.c 				php_error_docref(NULL, E_WARNING, "Protocol %s:// is already defined.", ZSTR_VAL(protocol));
ZSTR_VAL          517 main/streams/userspace.c 				php_error_docref(NULL, E_WARNING, "Invalid protocol scheme specified. Unable to register wrapper class %s to %s://", ZSTR_VAL(classname), ZSTR_VAL(protocol));
ZSTR_VAL          521 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "class '%s' is undefined", ZSTR_VAL(classname));
ZSTR_VAL          564 main/streams/userspace.c 		php_error_docref(NULL, E_NOTICE, "%s:// was never changed, nothing to restore", ZSTR_VAL(protocol));
ZSTR_VAL          569 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "%s:// never existed, nothing to restore", ZSTR_VAL(protocol));
ZSTR_VAL          574 main/streams/userspace.c 	php_unregister_url_stream_wrapper_volatile(ZSTR_VAL(protocol));
ZSTR_VAL          576 main/streams/userspace.c 	if (php_register_url_stream_wrapper_volatile(ZSTR_VAL(protocol), wrapper) == FAILURE) {
ZSTR_VAL          577 main/streams/userspace.c 		php_error_docref(NULL, E_WARNING, "Unable to restore original %s:// wrapper", ZSTR_VAL(protocol));
ZSTR_VAL          549 sapi/cli/php_cli_server.c 	php_cli_server_client_send_through(client, ZSTR_VAL(buffer.s), ZSTR_LEN(buffer.s));
ZSTR_VAL          598 sapi/cli/php_cli_server.c 		key = estrndup(ZSTR_VAL(hash_key->key), ZSTR_LEN(hash_key->key));
ZSTR_VAL         1791 sapi/cli/php_cli_server.c 		client->addr_str = pestrndup(ZSTR_VAL(addr_str), ZSTR_LEN(addr_str), 1);
ZSTR_VAL         1850 sapi/cli/php_cli_server.c 		snprintf(chunk->data.heap.p, chunk->data.heap.len, prologue_template, status, status_string, ZSTR_VAL(escaped_request_uri));
ZSTR_VAL         1874 sapi/cli/php_cli_server.c 		snprintf(chunk->data.heap.p, chunk->data.heap.len, content_template, status_string, ZSTR_VAL(escaped_request_uri));
ZSTR_VAL         1902 sapi/cli/php_cli_server.c 		chunk = php_cli_server_chunk_heap_new(buffer.s, ZSTR_VAL(buffer.s), ZSTR_LEN(buffer.s));
ZSTR_VAL         2005 sapi/cli/php_cli_server.c 		chunk = php_cli_server_chunk_heap_new(buffer.s, ZSTR_VAL(buffer.s), ZSTR_LEN(buffer.s));
ZSTR_VAL         2245 sapi/cli/php_cli_server.c 		php_cli_server_logf("Failed to listen on %s:%d (reason: %s)", host, port, errstr ? ZSTR_VAL(errstr) : "?");
ZSTR_VAL          278 sapi/fpm/fpm/fpm_php.c 		if (str && !strncmp(ZSTR_VAL(str), key, ZSTR_LEN(str))) {
ZSTR_VAL          425 sapi/fpm/fpm/fpm_status.c 						query_string = ZSTR_VAL(tmp_query_string);
ZSTR_VAL           68 sapi/phpdbg/phpdbg.c 	return phpdbg_eol_global_update(ZSTR_VAL(new_value));
ZSTR_VAL          285 sapi/phpdbg/phpdbg.c 		if (VCWD_STAT(ZSTR_VAL(exec), &sb) != FAILURE) {
ZSTR_VAL          293 sapi/phpdbg/phpdbg.c 				PHPDBG_G(exec) = estrndup(ZSTR_VAL(exec), ZSTR_LEN(exec));
ZSTR_VAL          300 sapi/phpdbg/phpdbg.c 				zend_error(E_WARNING, "Failed to set execution context (%s), not a regular file or symlink", ZSTR_VAL(exec));
ZSTR_VAL          304 sapi/phpdbg/phpdbg.c 			zend_error(E_WARNING, "Failed to set execution context (%s) the file does not exist", ZSTR_VAL(exec));
ZSTR_VAL          561 sapi/phpdbg/phpdbg.c 							zend_string *fn_name = strpprintf(ZSTR_LEN(name) + ZSTR_LEN(func->op_array.function_name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(name), ZSTR_VAL(name), (int) ZSTR_LEN(func->op_array.function_name), ZSTR_VAL(func->op_array.function_name));
ZSTR_VAL          657 sapi/phpdbg/phpdbg.c 						fn_name = strpprintf(ZSTR_LEN(last_function) + ZSTR_LEN(last_scope->name) + 2, "%.*s::%.*s", (int) ZSTR_LEN(last_scope->name), ZSTR_VAL(last_scope->name), (int) ZSTR_LEN(last_function), ZSTR_VAL(last_function));
ZSTR_VAL          296 sapi/phpdbg/phpdbg_bp.c 				if (!(pending = ((fileht = phpdbg_resolve_pending_file_break_ex(ZSTR_VAL(file), ZSTR_LEN(file), path_str, broken)) == NULL))) {
ZSTR_VAL          321 sapi/phpdbg/phpdbg_bp.c 	phpdbg_debug("file: %s, filelen: %u, cur: %s, curlen %u, pos: %c, memcmp: %d\n", file, filelen, ZSTR_VAL(cur), ZSTR_LEN(cur), filelen > ZSTR_LEN(cur) ? file[filelen - ZSTR_LEN(cur) - 1] : '?', filelen > ZSTR_LEN(cur) ? memcmp(file + filelen - ZSTR_LEN(cur), ZSTR_VAL(cur), ZSTR_LEN(cur)) : 0);
ZSTR_VAL          329 sapi/phpdbg/phpdbg_bp.c 	if (((ZSTR_LEN(cur) < filelen && (file[filelen - ZSTR_LEN(cur) - 1] == '/' || WIN32_PATH_CHECK)) || filelen == ZSTR_LEN(cur)) && !memcmp(file + filelen - ZSTR_LEN(cur), ZSTR_VAL(cur), ZSTR_LEN(cur))) {
ZSTR_VAL          568 sapi/phpdbg/phpdbg_bp.c 					if (op_array->function_name == NULL && op_array->scope == NULL && new_break->class_len == ZSTR_LEN(op_array->filename) && !memcmp(ZSTR_VAL(op_array->filename), new_break->class_name, new_break->class_len)) {
ZSTR_VAL          891 sapi/phpdbg/phpdbg_bp.c 	const char *path = ZSTR_VAL(op_array->filename);
ZSTR_VAL          999 sapi/phpdbg/phpdbg_bp.c 				str = ops->function_name ? ZSTR_VAL(ops->function_name) : "main";
ZSTR_VAL          151 sapi/phpdbg/phpdbg_frame.c 						arg_name = ZSTR_VAL(arginfo[j].name);
ZSTR_VAL           75 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("includedfile", "name=\"%s\"", "File: %s", ZSTR_VAL(fname));
ZSTR_VAL          129 sapi/phpdbg/phpdbg_info.c 		(int) ZSTR_LEN(data->name), ZSTR_VAL(data->name), ##__VA_ARGS__)
ZSTR_VAL          167 sapi/phpdbg/phpdbg_info.c 			phpdbg_notice("variableinfo", "unreachable=\"%.*s\"", "Cannot show information about superglobal variable %.*s", (int) ZSTR_LEN(auto_global->name), ZSTR_VAL(auto_global->name));
ZSTR_VAL          217 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("variableinfo", "function=\"%s\" num=\"%d\"", "Variables in %s() (%d)", ZSTR_VAL(ops->function_name), zend_hash_num_elements(&vars));
ZSTR_VAL          221 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("variableinfo", "file=\"%s\" num=\"%d\"", "Variables in %s (%d)", ZSTR_VAL(ops->filename), zend_hash_num_elements(&vars));
ZSTR_VAL          236 sapi/phpdbg/phpdbg_info.c 		"%-18p %-7d %-9s %s$%.*s" msg, data, Z_REFCOUNTED_P(data) ? Z_REFCOUNT_P(data) : 1, zend_zval_type_name(data), isref, (int) ZSTR_LEN(var), ZSTR_VAL(var), ##__VA_ARGS__)
ZSTR_VAL          249 sapi/phpdbg/phpdbg_info.c 							VARIABLEINFO("instanceof=\"%s\"", "\n|-----(instanceof)----> (%s)\n", ZSTR_VAL(Z_OBJCE_P(data)->name));
ZSTR_VAL          286 sapi/phpdbg/phpdbg_info.c 				phpdbg_writeln("variable", "address=\"%p\" name=\"%s\"", "%p\tn/a\tn/a\t$%s", data, ZSTR_VAL(var));
ZSTR_VAL          322 sapi/phpdbg/phpdbg_info.c 				phpdbg_notice("literalinfo", "file=\"%s\" num=\"%d\"", "Literal Constants in %s (%d)", ZSTR_VAL(ops->filename), count);
ZSTR_VAL          381 sapi/phpdbg/phpdbg_info.c 	phpdbg_writeln("class", "type=\"%s\" flags=\"%s\" name=\"%.*s\" methodcount=\"%d\"", "%s %s %.*s (%d)", visibility, type, (int) ZSTR_LEN(ce->name), ZSTR_VAL(ce->name), zend_hash_num_elements(&ce->function_table));
ZSTR_VAL          419 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("classsource", "file=\"%s\" line=\"%u\"", "|---- in %s on line %u", ZSTR_VAL(ce->info.user.filename), ce->info.user.line_start);
ZSTR_VAL          452 sapi/phpdbg/phpdbg_info.c 		phpdbg_write("function", "name=\"%s\"", "|-------- %s", op_array->function_name ? ZSTR_VAL(op_array->function_name) : "{main}");
ZSTR_VAL          455 sapi/phpdbg/phpdbg_info.c 			phpdbg_writeln("functionsource", "file=\"%s\" line=\"%d\"", " in %s on line %d", ZSTR_VAL(op_array->filename), op_array->line_start);
ZSTR_VAL          114 sapi/phpdbg/phpdbg_list.c 				phpdbg_error("list", "type=\"nosource\" class=\"%s\"", "The source of the requested class (%s) cannot be found", ZSTR_VAL(ce->name));
ZSTR_VAL          117 sapi/phpdbg/phpdbg_list.c 			phpdbg_error("list", "type=\"internalclass\" class=\"%s\"", "The class requested (%s) is not user defined", ZSTR_VAL(ce->name));
ZSTR_VAL          133 sapi/phpdbg/phpdbg_list.c 	if (VCWD_REALPATH(ZSTR_VAL(filename), resolved_path_buf)) {
ZSTR_VAL          136 sapi/phpdbg/phpdbg_list.c 		abspath = ZSTR_VAL(filename);
ZSTR_VAL          155 sapi/phpdbg/phpdbg_list.c 	phpdbg_xml("<list %r file=\"%s\">", ZSTR_VAL(filename));
ZSTR_VAL          185 sapi/phpdbg/phpdbg_list.c 		phpdbg_error("list", "type=\"internalfunction\" function=\"%s\"", "The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name));
ZSTR_VAL          239 sapi/phpdbg/phpdbg_list.c 	char *filename = (char *)(file->opened_path ? ZSTR_VAL(file->opened_path) : file->filename);
ZSTR_VAL          296 sapi/phpdbg/phpdbg_list.c 	char *filename = (char *)(file->opened_path ? ZSTR_VAL(file->opened_path) : file->filename);
ZSTR_VAL          358 sapi/phpdbg/phpdbg_list.c 	dataptr->filename = estrndup(ZSTR_VAL(fake_name), ZSTR_LEN(fake_name));
ZSTR_VAL           48 sapi/phpdbg/phpdbg_opcode.c 				ZSTR_VAL(var), ZSTR_LEN(var) <= 19 ? 0 : '+');
ZSTR_VAL          189 sapi/phpdbg/phpdbg_opcode.c 			   execute_data->func->op_array.filename ? ZSTR_VAL(execute_data->func->op_array.filename) : "unknown");
ZSTR_VAL          197 sapi/phpdbg/phpdbg_opcode.c 				execute_data->func->op_array.filename ? ZSTR_VAL(execute_data->func->op_array.filename) : "unknown");
ZSTR_VAL         1036 sapi/phpdbg/phpdbg_out.c 					memcpy(buf = emalloc(buflen + 1), ZSTR_VAL(encoded), buflen);
ZSTR_VAL           68 sapi/phpdbg/phpdbg_print.c 						ZSTR_VAL(method->common.scope->name),
ZSTR_VAL           69 sapi/phpdbg/phpdbg_print.c 						ZSTR_VAL(method->common.function_name),
ZSTR_VAL           70 sapi/phpdbg/phpdbg_print.c 						op_array->filename ? ZSTR_VAL(op_array->filename) : "unknown",
ZSTR_VAL           77 sapi/phpdbg/phpdbg_print.c 						method->common.function_name ? ZSTR_VAL(method->common.function_name) : "{main}",
ZSTR_VAL           78 sapi/phpdbg/phpdbg_print.c 						op_array->filename ? ZSTR_VAL(op_array->filename) : "unknown",
ZSTR_VAL           97 sapi/phpdbg/phpdbg_print.c 				phpdbg_writeln("printoplineinfo", "type=\"Internal\" method=\"%s::%s\"", "\tInternal %s::%s()", ZSTR_VAL(method->common.scope->name), ZSTR_VAL(method->common.function_name));
ZSTR_VAL           99 sapi/phpdbg/phpdbg_print.c 				phpdbg_writeln("printoplineinfo", "type=\"Internal\" function=\"%s\"", "\tInternal %s()", ZSTR_VAL(method->common.function_name));
ZSTR_VAL          130 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("printinfo", "method=\"%s::%s\" num=\"%d\"", "Stack in %s::%s() (%d ops)", ZSTR_VAL(ops->scope->name), ZSTR_VAL(ops->function_name), ops->last);
ZSTR_VAL          132 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("printinfo", "function=\"%s\" num=\"%d\"", "Stack in %s() (%d ops)", ZSTR_VAL(ops->function_name), ops->last);
ZSTR_VAL          136 sapi/phpdbg/phpdbg_print.c 				phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Stack in %s (%d ops)", ZSTR_VAL(ops->filename), ops->last);
ZSTR_VAL          162 sapi/phpdbg/phpdbg_print.c 			ZSTR_VAL(ce->name),
ZSTR_VAL          190 sapi/phpdbg/phpdbg_print.c 		zend_str_tolower_copy(ZSTR_VAL(lcname), param->method.name, ZSTR_LEN(lcname));
ZSTR_VAL          195 sapi/phpdbg/phpdbg_print.c 				ZSTR_VAL(fbc->common.function_name),
ZSTR_VAL          237 sapi/phpdbg/phpdbg_print.c 	zend_str_tolower_copy(ZSTR_VAL(lcname), func_name, ZSTR_LEN(lcname));
ZSTR_VAL          244 sapi/phpdbg/phpdbg_print.c 				ZSTR_VAL(fbc->common.function_name),
ZSTR_VAL          281 sapi/phpdbg/phpdbg_print.c 	phpdbg_out("function name: %.*s\n", (int) ZSTR_LEN(func->op_array.function_name), ZSTR_VAL(func->op_array.function_name));
ZSTR_VAL          333 sapi/phpdbg/phpdbg_print.c 		ZSTR_VAL(ce->name));
ZSTR_VAL          346 sapi/phpdbg/phpdbg_print.c 		phpdbg_out("%s", ZSTR_VAL(method->common.function_name));
ZSTR_VAL          354 sapi/phpdbg/phpdbg_print.c 		phpdbg_out("\nfunction name: %s\n", ZSTR_VAL(method_name));
ZSTR_VAL          393 sapi/phpdbg/phpdbg_print.c 				phpdbg_print_opcodes_function(ZSTR_VAL(name), ZSTR_LEN(name));
ZSTR_VAL          655 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_error("exception", "name=\"%s\" file=\"%s\" line=\"" ZEND_LONG_FMT "\"", "Uncaught %s in %s on line " ZEND_LONG_FMT, ZSTR_VAL(ex->ce->name), ZSTR_VAL(file), line);
ZSTR_VAL          657 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("exceptionmsg", "msg=\"%s\"", ZSTR_VAL(msg));
ZSTR_VAL         1527 sapi/phpdbg/phpdbg_prompt.c 				ZSTR_VAL(exception->ce->name), ZSTR_VAL(file), line,
ZSTR_VAL         1528 sapi/phpdbg/phpdbg_prompt.c 				ZSTR_LEN(msg) < 80 ? (int) ZSTR_LEN(msg) : 80, ZSTR_VAL(msg));
ZSTR_VAL          484 sapi/phpdbg/phpdbg_utils.c 						key = ZSTR_VAL(strkey);
ZSTR_VAL          600 sapi/phpdbg/phpdbg_utils.c 			phpdbg_xml(" name=\"%.*s\"", (int) ZSTR_LEN(key), ZSTR_VAL(key));
ZSTR_VAL          634 sapi/phpdbg/phpdbg_utils.c 				phpdbg_xml(" name=\"%.*s\" protection=\"public\"", (int) ZSTR_LEN(key), ZSTR_VAL(key));
ZSTR_VAL          708 sapi/phpdbg/phpdbg_utils.c 				phpdbg_xml("<object refstatus=\"%s\" class=\"%.*s\" id=\"%d\" num=\"%d\">", COMMON, (int) ZSTR_LEN(class_name), ZSTR_VAL(class_name), Z_OBJ_HANDLE_P(zv), myht ? zend_hash_num_elements(myht) : 0);
ZSTR_VAL          812 sapi/phpdbg/phpdbg_utils.c 				if (ZSTR_VAL(str)[i] < 32) {
ZSTR_VAL          813 sapi/phpdbg/phpdbg_utils.c 					ZSTR_VAL(str)[i] = ' ';
ZSTR_VAL          818 sapi/phpdbg/phpdbg_utils.c 				ZSTR_VAL(str), ZSTR_LEN(str) <= maxlen - 2 ? 0 : '+');
ZSTR_VAL          831 sapi/phpdbg/phpdbg_utils.c 				ZSTR_VAL(str), ZSTR_LEN(str) <= maxlen ? 0 : '+');
ZSTR_VAL           39 sapi/phpdbg/phpdbg_wait.c 	if (ZSTR_LEN(auto_global->name) != sizeof("GLOBALS") - 1 || memcmp(ZSTR_VAL(auto_global->name), "GLOBALS", sizeof("GLOBALS") - 1)) {
ZSTR_VAL          474 sapi/phpdbg/phpdbg_watch.c 		new_watch->str = strpprintf(0, "%.*s%s%s%s", (int) ZSTR_LEN(watch->str) - 2, ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(new_watch->name_in_parent)), (watch->flags & PHPDBG_WATCH_ARRAY) ? "]" : "");
ZSTR_VAL          505 sapi/phpdbg/phpdbg_watch.c 		new_watch->str = strpprintf(0, "%.*s[]", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str));
ZSTR_VAL          574 sapi/phpdbg/phpdbg_watch.c 			str = strpprintf(0, "%.*s%s%s%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(strkey)), (watch->flags & PHPDBG_WATCH_ARRAY) ? "]" : "");
ZSTR_VAL          576 sapi/phpdbg/phpdbg_watch.c 			str = strpprintf(0, "%.*s%s" ZEND_LONG_FMT "%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", numkey, (watch->flags & PHPDBG_WATCH_ARRAY) ? "]" : "");
ZSTR_VAL          763 sapi/phpdbg/phpdbg_watch.c 			phpdbg_notice("watchdelete", "variable=\"%.*s\" recursive=\"%s\"", "%.*s was removed, removing watchpoint%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_RECURSIVE) ? " recursively" : "");
ZSTR_VAL          996 sapi/phpdbg/phpdbg_watch.c 				phpdbg_notice("watchhit", "variable=\"%s\"", "Breaking on watchpoint %.*s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str));
ZSTR_VAL         1020 sapi/phpdbg/phpdbg_watch.c 							phpdbg_notice("watchdelete", "variable=\"%.*s\"", "Watchpoint %.*s was unset, removing watchpoint", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str));
ZSTR_VAL         1128 sapi/phpdbg/phpdbg_watch.c 			phpdbg_writeln("watchvariable", "variable=\"%.*s\" on=\"%s\" type=\"%s\"", "%.*s (%s, %s)", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), watch->type == WATCH_ON_HASHTABLE ? "array" : watch->type == WATCH_ON_REFCOUNTED ? "refcount" : "variable", watch->flags == PHPDBG_WATCH_RECURSIVE ? "recursive" : "simple");
ZSTR_VAL         1154 sapi/phpdbg/phpdbg_watch.c 					phpdbg_notice("watchdelete", "variable=\"%.*s\" recursive=\"%s\"", "Array %.*s was removed, removing watchpoint%s", (int) ZSTR_LEN(watch->str), ZSTR_VAL(watch->str), (watch->flags & PHPDBG_WATCH_RECURSIVE) ? " recursively" : "");
ZSTR_VAL          170 sapi/phpdbg/phpdbg_webdata_transfer.c 		*msg = ZSTR_VAL(buf.s);