Home
last modified time | relevance | path

Searched refs:output (Results 426 – 450 of 494) sorted by relevance

1...<<11121314151617181920

/PHP-5.4/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt8 die("skip expected output only valid when using Oracle 10g or greater databases");
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.4/ext/openssl/
H A Dopenssl.mak23 # Extensions of all input and output files
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog342 the output of the locale test (test 3) against three different output
1238 output it when the /M option is used in pcretest.
1405 failure, the offset and reason code are output.
1854 the end, a newline was missing in the output.
2013 messages were output:
2770 sequence off the lines that it output.
2832 in debug output.
3563 output from "man perlunicode" includes this:
4296 to the output.
4782 means that the same test output works with both.
[all …]
/PHP-5.4/ext/intl/tests/
H A Dut_common.inc22 echo "OO API output:\n";
26 echo "procedural API output:\n";
/PHP-5.4/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.4/ext/standard/tests/strings/
H A Dimplode1.phpt18 /* loop to output string with ', ' as $glue, using implode() */
/PHP-5.4/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.4/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.4/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.4/ext/sockets/tests/
H A Dsocket_strerror.phpt30 string(18) "Input/output error"
/PHP-5.4/win32/build/
H A Dconfig.w3293 ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
371 php_open_temporary_file.c php_logos.c output.c internal_functions.c php_sprintf.c");
/PHP-5.4/ext/soap/
H A Dphp_packet_soap.c265 hdrs = fnb->output.headers; in parse_packet_soap()
/PHP-5.4/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.4/ext/gd/
H A Dgd.c3175 double input, output; in PHP_FUNCTION() local
3177 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rdd", &IM, &input, &output) == FAILURE) { in PHP_FUNCTION()
3191 (int) ((pow((pow((gdTrueColorGetRed(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3192 (int) ((pow((pow((gdTrueColorGetGreen(c) / 255.0), input)), 1.0 / output) * 255) + .5), in PHP_FUNCTION()
3193 (int) ((pow((pow((gdTrueColorGetBlue(c) / 255.0), input)), 1.0 / output) * 255) + .5) in PHP_FUNCTION()
3202 im->red[i] = (int)((pow((pow((im->red[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3203 im->green[i] = (int)((pow((pow((im->green[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
3204 im->blue[i] = (int)((pow((pow((im->blue[i] / 255.0), input)), 1.0 / output) * 255) + .5); in PHP_FUNCTION()
/PHP-5.4/
H A DREADME.RELEASE_PROCESS63 6. Check ./sapi/cli/php -v output for version matching.
155 6. Check ./sapi/cli/php -v output for version matching.
/PHP-5.4/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 122 milliseconds

1...<<11121314151617181920