Home
last modified time | relevance | path

Searched refs:output (Results 501 – 525 of 568) sorted by relevance

1...<<212223

/PHP-5.6/ext/intl/tests/
H A Dut_common.inc22 echo "OO API output:\n";
26 echo "procedural API output:\n";
/PHP-5.6/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.6/ext/oci8/tests/
H A Drefcur_prefetch_1.phpt10 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Dbind_char_1.phpt10 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_1_11gR1.phpt10 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dimp_res_1.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dedition_2.phpt16 die("skip expected output only valid when using Oracle 11gR2 or greater database server");
H A Dreflection1.phpt288 Parameter #1 [ <required> &$output ]
795 Parameter #1 [ <required> &$output ]
H A Dbind_char_3.phpt10 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_3_11gR1.phpt10 die("skip expected output only valid when using pre-Oracle 12c database");
H A Dbind_char_4.phpt10 die("skip expected output only valid when using Oracle 12c database");
H A Dbind_char_4_11gR1.phpt10 die("skip expected output only valid when using pre-Oracle 12c database");
/PHP-5.6/ext/sockets/tests/
H A Dsocket_strerror.phpt30 string(18) "Input/output error"
/PHP-5.6/ext/standard/tests/strings/
H A Dimplode1.phpt18 /* loop to output string with ', ' as $glue, using implode() */
/PHP-5.6/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.6/ext/soap/
H A Dphp_packet_soap.c265 hdrs = fnb->output.headers; in parse_packet_soap()
/PHP-5.6/ext/gd/
H A Dgd.c3079 double input, output; in PHP_FUNCTION() local
3081 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rdd", &IM, &input, &output) == FAILURE) { in PHP_FUNCTION()
3085 if ( input <= 0.0 || output <= 0.0 ) { in PHP_FUNCTION()
3100 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3101 (int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3102 (int) ((pow((pow((gdTrueColorGetBlue(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3112 im->red[i] = (int)((pow((pow((im->red[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3113 im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3114 im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
/PHP-5.6/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.6/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.6/ext/standard/tests/file/
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
H A Dfflush_variation3.phpt11 Description: Flushes the output to a file
/PHP-5.6/
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.6/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.
/PHP-5.6/sapi/apache/
H A Dconfig.m448 AC_MSG_RESULT([The output of $APXS follows])

Completed in 92 milliseconds

1...<<212223