Home
last modified time | relevance | path

Searched refs:output (Results 126 – 150 of 611) sorted by relevance

12345678910>>...25

/PHP-7.3/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt35 $output = gzencode(gzencode($data));
37 $back = gzdecode(gzdecode($output));
H A Dgzseek_basic2.phpt24 echo "\nreading the output file\n";
38 reading the output file
H A Dgzseek_variation4.phpt24 echo "\nreading the output file\n";
38 reading the output file
H A Dgzseek_variation5.phpt24 echo "\nreading the output file\n";
38 reading the output file
/PHP-7.3/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
9 * Source code: main/output.c
/PHP-7.3/tests/output/
H A Dob_get_level_basic_001.phpt6 * Description: Return the nesting level of the output buffer
7 * Source code: main/output.c
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output
7 * Source code: main/output.c
H A Dob_clean_basic_001.phpt6 * Description: Clean (delete) the current output buffer
7 * Source code: main/output.c
H A Dob_001.phpt2 output buffering - nothing
H A Dob_002.phpt2 output buffering - ob_start
/PHP-7.3/ext/standard/tests/strings/
H A Dhttp_build_query_variation3.phpt18 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_…
19 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
8 echo "*** Test by calling method or function with its expected arguments and php output ***\n";
23 *** Test by calling method or function with its expected arguments and php output ***
26 …n&nbsp;with&nbsp;its&nbsp;expected&nbsp;arguments&nbsp;and&nbsp;php&nbsp;output&nbsp;***\n"</span>…
/PHP-7.3/ext/tidy/
H A Dtidy.c647 TidyBuffer output; in php_tidy_quick_repair() local
652 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
764 TidyBuffer output; in tidy_doc_cast_handler() local
785 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0); in tidy_doc_cast_handler()
837 TidyBuffer output; in tidy_doc_update_properties() local
840 tidyBufInit(&output); in tidy_doc_update_properties()
843 if (output.size) { in tidy_doc_update_properties()
847 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
1275 TidyBuffer output; in PHP_FUNCTION() local
1280 FIX_BUFFER(&output); in PHP_FUNCTION()
[all …]
/PHP-7.3/
H A Dserver-tests.php117 function generate_diff($wanted,$output) argument
120 $o = explode("\n", $output);
1198 if (!$output) return NULL;
1200 print "SKIPIF: [$output]\n";
1201 if (preg_match("/^skip/i", $output)){
1402 $output = trim($out);
1403 $output = preg_replace('/\r\n/',"\n",$output);
1498 $output='';
1500 $output .= "$k: {$headers[$k]}\n";
1548 file_put_contents($logname,$output);
[all …]
/PHP-7.3/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;
H A D011.phpt25 $output = xmlwriter_flush($xw, true);
26 print $output;
H A DOO_008.phpt25 $output = $xw->flush(true);
26 print $output;
H A D012.phpt27 $output = xmlwriter_flush($xw, true);
28 print $output;
H A DOO_010.phpt26 $output = $xw->flush(true);
27 print $output;
H A DOO_011.phpt28 $output = $xw->flush(true);
29 print $output;
/PHP-7.3/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/PHP-7.3/sapi/cli/tests/
H A Dupload_2G.phpt42 $output = "";
73 $output .= fgets($fp);
75 echo $output;
/PHP-7.3/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-7.3/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-7.3/ext/openssl/tests/
H A Dopenssl_private_encrypt_basic.phpt24 openssl_public_decrypt($encrypted, $output, $pubkey);
25 var_dump($output);

Completed in 47 milliseconds

12345678910>>...25