Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/zlib/tests/
H A Dgzseek_variation5.phpt24 echo "\nreading the output file\n";
37 reading the output file
/PHP-8.0/ext/gd/tests/
H A Dbug50194.phpt25 $output = ob_get_clean();
26 assert(preg_match('/The images are equal|The images differ in (\d+) pixels/', $output, $matches));
/PHP-8.0/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h67 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
142 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
/PHP-8.0/ext/json/tests/
H A Dbug50224.phpt7 echo "* Testing JSON output\n\n";
26 * Testing JSON output
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_private_encrypt_basic.phpt24 openssl_public_decrypt($encrypted, $output, $pubkey);
25 var_dump($output);
H A Dopenssl_public_encrypt_basic.phpt24 openssl_private_decrypt($encrypted, $output, $privkey);
25 var_dump($output);
H A Dopenssl_public_decrypt_basic.phpt13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
14 var_dump($output);
H A Dopenssl_x509_fingerprint_basic.phpt16 echo "**Testing raw output md5 **\n";
33 **Testing raw output md5 **
/PHP-8.0/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h67 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
142 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
/PHP-8.0/Zend/tests/
H A Dbug60978.phpt6 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
/PHP-8.0/tests/output/
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_start_basic_001.phpt6 * Function is implemented in main/output.c
H A Dob_012.phpt2 output buffering - multiple
H A Dob_014.phpt2 output buffering - failure
H A Dob_015.phpt2 output buffering - failure
/PHP-8.0/ext/pcre/tests/
H A Dbug74873.phpt2 Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
/PHP-8.0/ext/standard/tests/ini_info/scandir/
H A D0.ini2 ; any scanned ini output
/PHP-8.0/ext/standard/tests/strings/
H A Dbug78003.phpt2 Bug #78003 (strip_tags output change since PHP 7.3)
H A Dsetlocale_basic3.phpt17 // start the buffering of next command to internal output buffer
23 // get the contents from the internal output buffer
26 // fflush and end the output buffering to internal output buffer
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 …p;function with its expected arguments and output to varia…
/PHP-8.0/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
76 floatval() on non float types, expected output: float value valid floating point numbers */
85 doubleval() on non float types, expected output: float value valid floating point numbers */
/PHP-8.0/sapi/cli/tests/
H A Dbug62294.phpt7 exec($php . ' -n ' . __DIR__ . '/bug62294.inc', $output, $exit_status);
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
/PHP-8.0/ext/standard/
H A Dcrypt_freesec.h21 char output[21]; member
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt22 exec("mkdir " . $dirname, $output, $ret_val);
24 exec(get_junction()." junction directory", $output, $ret_val);

Completed in 46 milliseconds

12345678910>>...22