output           3337 ext/gd/gd.c    	double input, output;
output           3347 ext/gd/gd.c    	output = Z_DVAL_PP(outputgamma);
output           3360 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetRed(c)   / 255.0), input)), 1.0 / output) * 255) + .5),
output           3361 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5),
output           3362 ext/gd/gd.c    						(int) ((pow((pow((gdTrueColorGetBlue(c)  / 255.0), input)), 1.0 / output) * 255) + .5)
output           3371 ext/gd/gd.c    		im->red[i]   = (int)((pow((pow((im->red[i]   / 255.0), input)), 1.0 / output) * 255) + .5);
output           3372 ext/gd/gd.c    		im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5);
output           3373 ext/gd/gd.c    		im->blue[i]  = (int)((pow((pow((im->blue[i]  / 255.0), input)), 1.0 / output) * 255) + .5);
output             94 ext/gd/libgd/gd_gif_out.c static void output (code_int code, GifCtx *ctx);
output            490 ext/gd/libgd/gd_gif_out.c output(code_int code, GifCtx *ctx);
output            535 ext/gd/libgd/gd_gif_out.c     output( (code_int)ctx->ClearCode, ctx );
output            567 ext/gd/libgd/gd_gif_out.c         output ( (code_int) ent, ctx );
output            583 ext/gd/libgd/gd_gif_out.c     output( (code_int)ent, ctx );
output            585 ext/gd/libgd/gd_gif_out.c     output( (code_int) ctx->EOFCode, ctx );
output            675 ext/gd/libgd/gd_gif_out.c         output( (code_int)ctx->ClearCode, ctx);
output            605 ext/gd/libgd/gdkanji.c   unsigned char *output;
output            616 ext/gd/libgd/gdkanji.c   output = (unsigned char *) gdMalloc (BUFSIZ);
output            617 ext/gd/libgd/gdkanji.c   any2eucjp (output, input, BUFSIZ);
output            618 ext/gd/libgd/gdkanji.c   str = output;
output            622 ext/gd/libgd/gdkanji.c   gdFree (output);
output            106 ext/hash/hash_haval.c 		output[j] = (unsigned char) (input[i] & 0xff);
output            107 ext/hash/hash_haval.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output            108 ext/hash/hash_haval.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output            109 ext/hash/hash_haval.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output            123 ext/hash/hash_haval.c 		output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            261 ext/hash/hash_haval.c 	context->passes = p;	context->output = b; \
output            330 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            331 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            384 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            385 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            438 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            439 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            478 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            479 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output            519 ext/hash/hash_haval.c 				((context->output & 0x03) << 6);
output            520 ext/hash/hash_haval.c 	bits[1] = (context->output >> 2);
output             69 ext/hash/hash_md.c 		output[j] = (unsigned char) (input[i] & 0xff);
output             70 ext/hash/hash_md.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output             71 ext/hash/hash_md.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output             72 ext/hash/hash_md.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output             86 ext/hash/hash_md.c 		output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            676 ext/hash/hash_md.c 	memcpy(output, context->state, 16);
output            191 ext/hash/hash_ripemd.c 		output[i] = ((php_hash_uint32) input[j + 0]) | (((php_hash_uint32) input[j + 1]) << 8) |
output            608 ext/hash/hash_ripemd.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output            609 ext/hash/hash_ripemd.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output            610 ext/hash/hash_ripemd.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output            611 ext/hash/hash_ripemd.c 		output[j + 0] = (unsigned char) (input[i] & 0xff);
output             46 ext/hash/hash_sha.c 		output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output             47 ext/hash/hash_sha.c 		output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output             48 ext/hash/hash_sha.c 		output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output             49 ext/hash/hash_sha.c 		output[j + 3] = (unsigned char) (input[i] & 0xff);
output             64 ext/hash/hash_sha.c 		output[i] = ((php_hash_uint32) input[j + 3]) | (((php_hash_uint32) input[j + 2]) << 8) |
output            629 ext/hash/hash_sha.c 		output[j] = (unsigned char) ((input[i] >> 56) & 0xff);
output            630 ext/hash/hash_sha.c 		output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff);
output            631 ext/hash/hash_sha.c 		output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff);
output            632 ext/hash/hash_sha.c 		output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff);
output            633 ext/hash/hash_sha.c 		output[j + 4] = (unsigned char) ((input[i] >> 24) & 0xff);
output            634 ext/hash/hash_sha.c 		output[j + 5] = (unsigned char) ((input[i] >> 16) & 0xff);
output            635 ext/hash/hash_sha.c 		output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff);
output            636 ext/hash/hash_sha.c 		output[j + 7] = (unsigned char) (input[i] & 0xff);
output            651 ext/hash/hash_sha.c 		output[i] = 
output             32 ext/hash/php_hash_haval.h 	short output;
output            490 ext/libxml/libxml.c 	int len, len_iter, output = 0;
output            500 ext/libxml/libxml.c 		output = 1;
output            507 ext/libxml/libxml.c 	if (output == 1) {
output            752 ext/mbstring/libmbfl/mbfl/mbfilter.c 	int output;
output            764 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc->output >= pc->start) {
output            767 ext/mbstring/libmbfl/mbfl/mbfilter.c 				pc->found_pos = pc->output;			/* found position */
output            802 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc->output++;
output            914 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc.output = 0;
output            999 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc.output = 0;
output           1034 ext/mbstring/libmbfl/mbfl/mbfilter.c 	int output;
output           1042 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc->output >= pc->stop) {
output           1046 ext/mbstring/libmbfl/mbfl/mbfilter.c 	if (pc->output >= pc->start) {
output           1050 ext/mbstring/libmbfl/mbfl/mbfilter.c 	pc->output++;
output           1186 ext/mbstring/libmbfl/mbfl/mbfilter.c 		pc.output = 0;
output           2371 ext/mbstring/mbstring.c 	char *output=NULL;
output           2441 ext/mbstring/mbstring.c 		output = (char *)ret->val;
output           2446 ext/mbstring/mbstring.c 	return output;
output           2778 ext/ming/ming.c 	PHP_ME(swfmovie, output,            NULL, 0)
output            177 ext/recode/recode.c 	zval **input, **output;
output            181 ext/recode/recode.c 	if (ZEND_NUM_ARGS() != 3 || zend_get_parameters_ex(3, &req, &input, &output) == FAILURE) {
output            186 ext/recode/recode.c 	php_stream_from_zval(outstream, output);
output           1186 ext/reflection/php_reflection.c 	zval output, *output_ptr = &output;
output           1205 ext/reflection/php_reflection.c 	INIT_PZVAL(&output);
output           1248 ext/reflection/php_reflection.c 	ZVAL_BOOL(&output, return_output);
output            267 ext/soap/php_packet_soap.c 			hdrs = fnb->output.headers;
output            801 ext/soap/php_sdl.c 					xmlNodePtr input, output, fault, portTypeOperation, trav3;
output            907 ext/soap/php_sdl.c 					output = get_node_ex(portTypeOperation->children, "output", WSDL_NAMESPACE);
output            908 ext/soap/php_sdl.c 					if (output != NULL) {
output            911 ext/soap/php_sdl.c 						message = get_attribute(output->properties, "message");
output            917 ext/soap/php_sdl.c 						name = get_attribute(output->properties, "name");
output            933 ext/soap/php_sdl.c 							output = get_node_ex(operation->children, "output", WSDL_NAMESPACE);
output            934 ext/soap/php_sdl.c 							if (output != NULL) {
output            936 ext/soap/php_sdl.c 								wsdl_soap_binding_body(&ctx, output, wsdl_soap_namespace, &soapFunctionBinding->output, function->responseParameters);
output           1608 ext/soap/php_sdl.c 				sdl_deserialize_soap_body(&binding->output, encoders, types, &in);
output           2206 ext/soap/php_sdl.c 					sdl_serialize_soap_body(&binding->output, &tmp_encoders, &tmp_types, out);
output           2822 ext/soap/php_sdl.c 			make_persistent_sdl_soap_body(&soap_binding->output, ptr_map);
output           3420 ext/soap/php_sdl.c 		delete_sdl_soap_binding_function_body(soapFunction->output);
output           3459 ext/soap/php_sdl.c 		delete_sdl_soap_binding_function_body_persistent(soapFunction->output);
output            122 ext/soap/php_sdl.h 	sdlSoapBindingFunctionBody  output;
output           3683 ext/soap/soap.c 		use = fnb->output.use;
output           3685 ext/soap/soap.c 			ns = encode_add_ns(body, fnb->output.ns);
output           4064 ext/soap/soap.c 							if (fnb->output.headers &&
output           4065 ext/soap/soap.c 							    zend_hash_find(fnb->output.headers, key.c, key.len+1, (void**)&hdr) == SUCCESS) {
output            408 ext/standard/md5.c 		output[j] = (unsigned char) (input[i] & 0xff);
output            409 ext/standard/md5.c 		output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff);
output            410 ext/standard/md5.c 		output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff);
output            411 ext/standard/md5.c 		output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff);
output            428 ext/standard/md5.c 		output[i] = ((php_uint32) input[j]) | (((php_uint32) input[j + 1]) << 8) |
output             97 ext/standard/pack.c 		*output++ = v[map[i]];
output            118 ext/standard/pack.c 	char *output;
output            308 ext/standard/pack.c 	output = emalloc(outputsize + 1);
output            321 ext/standard/pack.c 				memset(&output[outputpos], (code == 'a') ? '\0' : ' ', arg);
output            324 ext/standard/pack.c 				memcpy(&output[outputpos], Z_STRVAL_PP(val),
output            359 ext/standard/pack.c 						output[++outputpos] = 0;
output            364 ext/standard/pack.c 					output[outputpos] |= (n << nibbleshift);
output            375 ext/standard/pack.c 					php_pack(argv[currentarg++], 1, byte_map, &output[outputpos]);
output            393 ext/standard/pack.c 					php_pack(argv[currentarg++], 2, map, &output[outputpos]);
output            402 ext/standard/pack.c 					php_pack(argv[currentarg++], sizeof(int), int_map, &output[outputpos]);
output            420 ext/standard/pack.c 					php_pack(argv[currentarg++], 4, map, &output[outputpos]);
output            433 ext/standard/pack.c 					memcpy(&output[outputpos], &v, sizeof(v));
output            446 ext/standard/pack.c 					memcpy(&output[outputpos], &v, sizeof(v));
output            453 ext/standard/pack.c 				memset(&output[outputpos], '\0', arg);
output            467 ext/standard/pack.c 					memset(&output[outputpos], '\0', arg - outputpos);
output            477 ext/standard/pack.c 	output[outputpos] = '\0';
output            478 ext/standard/pack.c 	RETVAL_STRINGL(output, outputpos, 1);
output            479 ext/standard/pack.c 	efree(output);
output            380 ext/standard/sha1.c 		output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
output            381 ext/standard/sha1.c 		output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
output            382 ext/standard/sha1.c 		output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
output            383 ext/standard/sha1.c 		output[j + 3] = (unsigned char) (input[i] & 0xff);
output            400 ext/standard/sha1.c 		output[i] = ((php_uint32) input[j + 3]) | (((php_uint32) input[j + 2]) << 8) |
output             69 ext/standard/url_scanner.c 		spprintf(&result, 0, "%s%s", (strchr(val,'?') ? PG(arg_separator).output : "?"), buf);
output            212 ext/standard/url_scanner_ex.c 		append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
output            888 ext/standard/url_scanner_ex.c 	append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
output            954 ext/standard/url_scanner_ex.c 		*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTPUT_HANDLER_CONT) ? 1 : 0) TSRMLS_CC);
output            964 ext/standard/url_scanner_ex.c 			smart_str_appendl(&ctx->result, output, output_len);
output            994 ext/standard/url_scanner_ex.c 		smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
output            103 ext/sybase_ct/tests/index.php         $this->output= rtrim(ob_get_contents());
output            107 ext/sybase_ct/tests/index.php       return $this->expectancy->matches($this->output);
output            178 ext/sybase_ct/tests/index.php       echo '<xmp>', $t->output, '</xmp><hr/>';
output            516 ext/tidy/tidy.c 				TidyBuffer output;
output            517 ext/tidy/tidy.c 				tidyBufInit(&output);
output            519 ext/tidy/tidy.c 				tidySaveBuffer (doc, &output);
output            520 ext/tidy/tidy.c 				RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1);
output            521 ext/tidy/tidy.c 				tidyBufFree(&output);
output            668 ext/tidy/tidy.c 	TidyBuffer output;
output            686 ext/tidy/tidy.c 			tidyBufInit(&output);
output            687 ext/tidy/tidy.c 			tidySaveBuffer (obj->ptdoc->doc, &output);
output            688 ext/tidy/tidy.c 			ZVAL_STRINGL(out, (char*)output.bp, output.size ? output.size-1 : 0, TRUE);
output            689 ext/tidy/tidy.c 			tidyBufFree(&output);
output            737 ext/tidy/tidy.c 	TidyBuffer output;
output            740 ext/tidy/tidy.c 	tidyBufInit(&output);
output            741 ext/tidy/tidy.c 	tidySaveBuffer (obj->ptdoc->doc, &output);
output            743 ext/tidy/tidy.c 	if (output.size) {
output            745 ext/tidy/tidy.c 		ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE);
output            749 ext/tidy/tidy.c 	tidyBufFree(&output);
output           1044 ext/tidy/tidy.c 			TidyBuffer output;
output           1045 ext/tidy/tidy.c 			tidyBufInit(&output);
output           1047 ext/tidy/tidy.c 			tidySaveBuffer(doc, &output);
output           1048 ext/tidy/tidy.c 			RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1);
output           1050 ext/tidy/tidy.c 			tidyBufFree(&output);
output           1108 ext/tidy/tidy.c 	TidyBuffer output;
output           1111 ext/tidy/tidy.c 	tidyBufInit(&output);
output           1112 ext/tidy/tidy.c 	tidySaveBuffer(obj->ptdoc->doc, &output);
output           1114 ext/tidy/tidy.c 	RETVAL_STRINGL((char*)output.bp, output.size ? output.size-1 : 0, 1);
output           1116 ext/tidy/tidy.c 	tidyBufFree(&output);
output            568 ext/xmlrpc/libxmlrpc/xml_element.c    xml_element_serialize(el, file_out_fptr, (void *)output, options, 0);
output            163 ext/xmlrpc/libxmlrpc/xml_element.h void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options);
output            178 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       XMLRPC_REQUEST_OUTPUT_OPTIONS output = XMLRPC_RequestGetOutputOptions(request);
output            179 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity == xml_elem_no_white_space);
output            574 ext/xmlrpc/libxmlrpc/xmlrpc.c    if(request && output) {
output            575 ext/xmlrpc/libxmlrpc/xmlrpc.c 		memcpy (&request->output, output,
output            577 ext/xmlrpc/libxmlrpc/xmlrpc.c       return &request->output;
output            605 ext/xmlrpc/libxmlrpc/xmlrpc.c    return request ? &request->output : NULL;
output            678 ext/xmlrpc/libxmlrpc/xmlrpc.c 		if (request->output.version == xmlrpc_version_simple) {
output            681 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_1_0 ||
output            682 ext/xmlrpc/libxmlrpc/xmlrpc.c 					request->output.version == xmlrpc_version_none) {
output            685 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_soap_1_1) {
output            692 ext/xmlrpc/libxmlrpc/xmlrpc.c 													&request->output.xml_elem_opts,
output            794 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_simple;
output            798 ext/xmlrpc/libxmlrpc/xmlrpc.c 				request->output.version = xmlrpc_version_soap_1_1;
output            802 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_1_0;
output            383 ext/xmlrpc/libxmlrpc/xmlrpc.h XMLRPC_REQUEST_OUTPUT_OPTIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output);
output            117 ext/xmlrpc/libxmlrpc/xmlrpc_private.h    STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output;       /* xml output options                */
output            100 ext/xmlwriter/php_xmlwriter.c 		if (intern->output) {
output            101 ext/xmlwriter/php_xmlwriter.c 			xmlBufferFree(intern->output);
output            102 ext/xmlwriter/php_xmlwriter.c 			intern->output = NULL;
output           1481 ext/xmlwriter/php_xmlwriter.c 	intern->output = NULL;
output           1531 ext/xmlwriter/php_xmlwriter.c 	intern->output = buffer;
output           1577 ext/xmlwriter/php_xmlwriter.c 		buffer = intern->output;
output             39 ext/xmlwriter/php_xmlwriter.h 	xmlBufferPtr output;
output            974 ext/zlib/zlib.c 		if (php_deflate_string(output, output_len, handled_output, handled_output_len, do_start, do_end TSRMLS_CC) != SUCCESS) {
output             52 main/php_globals.h 	char *output;
output            624 sapi/apache2filter/sapi_apache2.c 	int output = (f == r->output_filters);
output            632 sapi/apache2filter/sapi_apache2.c 				     output ? "Output" : "Input", r->uri);
output            638 sapi/apache2filter/sapi_apache2.c 	if (output) {