Home
last modified time | relevance | path

Searched refs:output (Results 451 – 475 of 521) sorted by relevance

1...<<1112131415161718192021

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug50698_2.wsdl186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
197 <wsdl:output>
199 </wsdl:output>
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in279 ; Example output:
294 ; By default the status page output is formatted as text/plain. Passing either
296 ; output syntax. Example:
332 ; Example output:
409 ; %o: output header
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog111 binary file, it incorrectly wrote output to stdout.
518 the output of the locale test (test 3) against three different output
1581 failure, the offset and reason code are output.
2030 the end, a newline was missing in the output.
2189 messages were output:
2946 sequence off the lines that it output.
3008 in debug output.
3739 output from "man perlunicode" includes this:
4472 to the output.
4958 means that the same test output works with both.
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt73 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_variation1.phpt72 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_basic-win32.phpt69 var_dump(md5(file_get_contents($filename))); // hash the output
H A Dfwrite_basic.phpt69 var_dump(md5(file_get_contents($filename))); // hash the output
/PHP-5.5/ext/oci8/tests/
H A Dbug43497.phpt9 die("skip expected output only valid with Oracle 10g or greater version of client");
H A Drefcur_prefetch_2.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
H A Drefcur_prefetch_1.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
H A Dbind_char_1.phpt10 die("skip expected output only valid when using Oracle 10gR2 or 11.2.0.2 databases");
H A Dbind_char_1_11gR1.phpt10 die("skip expected output only valid when using Oracle 11gR1 or 11.2.0.3 databases");
H A Dedition_2.phpt13 die("skip expected output only valid when using Oracle 11gR2 or greater databases");
/PHP-5.5/ext/intl/tests/
H A Dut_common.inc22 echo "OO API output:\n";
26 echo "procedural API output:\n";
/PHP-5.5/ext/exif/
H A Dtest.txt10 * script cannot be executed or does not generate any output check
196 If all files produce a header in output the module might be o.k.
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput110 output of line numbers, and we don't want these to change.
114 output of line numbers, and we don't want these to change.
320 ./testdata/grepinput-5-output of line numbers, and we don't want these to change.
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt61 printf("[%03d + 4] %s - input = %s/%s, output = %s/%s (alternative type: %s)\n", $offset,
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt30 string(18) "Input/output error"
/PHP-5.5/ext/standard/tests/strings/
H A Dimplode1.phpt18 /* loop to output string with ', ' as $glue, using implode() */
/PHP-5.5/win32/build/
H A Dconfig.w3293 ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
374 php_open_temporary_file.c output.c internal_functions.c php_sprintf.c");
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c265 hdrs = fnb->output.headers; in parse_packet_soap()
/PHP-5.5/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.5/
H A DREADME.RELEASE_PROCESS75 7. Check ./sapi/cli/php -v output for version matching.
168 6. Check ./sapi/cli/php -v output for version matching.
/PHP-5.5/ext/gd/
H A Dgd.c3033 double input, output; in PHP_FUNCTION() local
3035 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rdd", &IM, &input, &output) == FAILURE) { in PHP_FUNCTION()
3049 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3050 (int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3051 (int) ((pow((pow((gdTrueColorGetBlue(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3061 im->red[i] = (int)((pow((pow((im->red[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3062 im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3063 im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A DZEND_CHANGES1103 Use ob_start() to begin output buffering, ob_end_flush() to end
1106 ob_get_contents() to retreive the current contents of the output
1108 not buffered. By turning on output buffering, you can
1110 regardless of whether you've emitted body output or not.

Completed in 92 milliseconds

1...<<1112131415161718192021