Home
last modified time | relevance | path

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

12345678910>>...22

/php-src/ext/mysqli/tests/
H A Dmysqli_select_db.phpt64 $output = ob_get_contents();
66 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
70 echo $output;
/php-src/ext/standard/
H A Dcrypt_blowfish.h21 char *output, int size);
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt16 @exec('wmic OS get FreePhysicalMemory', $output);
17 if (isset($output[1])) {
18 return ((int)trim($output[1])) * 1024;
/php-src/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/php-src/ext/xmlwriter/tests/
H A D008.phpt26 $output = xmlwriter_flush($xw, true);
27 print $output;
H A D009.phpt30 $output = xmlwriter_flush($xw, true);
31 print $output;
H A DOO_009.phpt31 $output = $xw->flush(true);
32 print $output;
H A D007.phpt25 $output = xmlwriter_flush($xw, true);
26 print $output;
H A DOO_007.phpt26 $output = $xw->flush(true);
27 print $output;
/php-src/ext/zlib/tests/
H A Dgzseek_basic2.phpt20 echo "\nreading the output file\n";
33 reading the output file
H A Dgzseek_variation4.phpt20 echo "\nreading the output file\n";
33 reading the output file
H A Dgzseek_variation5.phpt20 echo "\nreading the output file\n";
33 reading the output file
/php-src/ext/gd/tests/
H A Dbug50194.phpt28 $output = ob_get_clean();
29 assert(preg_match('/The images are equal|The images differ in (\d+) pixels/', $output, $matches));
/php-src/ext/openssl/tests/
H A Dopenssl_private_decrypt_basic.phpt13 var_dump(openssl_private_decrypt($encrypted, $output, $privkey, OPENSSL_PKCS1_OAEP_PADDING));
14 var_dump($output);
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);
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c59 if (intern->output) { in xmlwriter_object_dtor()
60 xmlBufferFree(intern->output); in xmlwriter_object_dtor()
61 intern->output = NULL; in xmlwriter_object_dtor()
819 if (ze_obj->output) { in PHP_FUNCTION()
820 xmlBufferFree(ze_obj->output); in PHP_FUNCTION()
823 ze_obj->output = NULL; in PHP_FUNCTION()
828 ze_obj->output = NULL; in PHP_FUNCTION()
868 if (ze_obj->output) { in PHP_FUNCTION()
869 xmlBufferFree(ze_obj->output); in PHP_FUNCTION()
872 ze_obj->output = buffer; in PHP_FUNCTION()
[all …]
/php-src/tests/output/
H A Dob_001.phpt2 output buffering - nothing
H A Dob_002.phpt2 output buffering - ob_start
H A Dob_007.phpt2 output buffering - ob_get_clean
/php-src/ext/json/tests/
H A Dbug50224.phpt7 echo "* Testing JSON output\n\n";
26 * Testing JSON output
/php-src/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-src/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-src/sapi/cli/tests/
H A Dbug80092.phpt28 $output = stream_get_contents($pipes[1]);
32 foreach (explode("\n", $output) as $line) {
/php-src/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 */

Completed in 47 milliseconds

12345678910>>...22