Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
/PHP-8.0/ext/standard/tests/strings/
H A Dmd5raw.phpt2 md5() with RAW output
/PHP-8.0/ext/session/tests/
H A D015.phpt11 arg_separator.output=&
H A Dbug41600.phpt11 arg_separator.output="&"
/PHP-8.0/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
11 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */
/PHP-8.0/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-SnP.h47 …ndAddBytes(const void *state, const unsigned char *input, unsigned char *output, unsigned int offs…
/PHP-8.0/ext/iconv/tests/
H A Diconv002.phpt15 Expected output:
H A Dbug66828.phpt11 "output-charset" => "UTF-8",
/PHP-8.0/ext/standard/tests/http/
H A Dhttp_response_header_01.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
/PHP-8.0/Zend/tests/
H A Dbug65911.phpt12 echo A::$this->foo; // should not output 'bar'
H A Dbug64896.phpt34 /* will output:
/PHP-8.0/ext/standard/
H A Dcrypt_freesec.c670 memcpy(data->output, setting, 9); in _crypt_extended_r()
671 data->output[9] = '\0'; in _crypt_extended_r()
672 p = (u_char *) data->output + 9; in _crypt_extended_r()
687 data->output[0] = setting[0]; in _crypt_extended_r()
688 data->output[1] = setting[1]; in _crypt_extended_r()
689 p = (u_char *) data->output + 2; in _crypt_extended_r()
718 return(data->output); in _crypt_extended_r()
/PHP-8.0/ext/gd/tests/
H A Dbug36697-mb.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
H A Dbug36697.phpt2 Bug #36697 (TrueColor transparency with GIF palette output).
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
/PHP-8.0/tests/output/
H A Dob_start_basic_005.phpt6 * Function is implemented in main/output.c
H A Dob_start_error_001.phpt6 * Function is implemented in main/output.c
H A Dob_end_clean_basic_001.phpt6 * Function is implemented in main/output.c
/PHP-8.0/sapi/phpdbg/
H A D.phpdbginit98 # The output of registered function calls is not,
101 # The output of shell commands will usually be more
/PHP-8.0/ext/calendar/tests/
H A Dunixtojd.phpt9 // this line has no impact on test output on Windows
27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
/PHP-8.0/ext/gd/libgd/
H A Dgdkanji.c598 unsigned char *output;
609 output = (unsigned char *) gdMalloc (BUFSIZ);
610 any2eucjp (output, input, BUFSIZ);
611 str = output;
615 gdFree (output);
/PHP-8.0/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt33 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation9.phpt22 echo "\n"; // new line to separate the output between each element
32 echo "\n"; // new line to separate the output between each element
H A Darray_walk_variation9.phpt22 echo "\n"; // new line to separate the output between each element
32 echo "\n"; // new line to separate the output between each element
/PHP-8.0/ext/imap/tests/
H A Dbug31142_2.phpt2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)

Completed in 56 milliseconds

12345678910>>...22