Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.4/ext/xmlwriter/tests/
H A D009.phpt33 $output = xmlwriter_flush($xw, true);
34 print $output;
/PHP-7.4/ext/zlib/tests/
H A Dgzseek_variation4.phpt24 echo "\nreading the output file\n";
38 reading the output file
H A Dgzseek_variation7.phpt28 echo "\nreading the output file\n";
45 reading the output file
/PHP-7.4/tests/output/
H A Dob_003.phpt2 output buffering - ob_flush
H A Dob_010.phpt2 output buffering - fatalism
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
7 * Source code: main/output.c
H A Dob_implicit_flush_basic_002.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_012.phpt2 output buffering - multiple
/PHP-7.4/ext/tidy/
H A Dtidy.c656 TidyBuffer output; in php_tidy_quick_repair() local
661 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
773 TidyBuffer output; in tidy_doc_cast_handler() local
794 if (output.size) { in tidy_doc_cast_handler()
795 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
850 TidyBuffer output; in tidy_doc_update_properties() local
856 if (output.size) { in tidy_doc_update_properties()
860 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
1295 TidyBuffer output; in PHP_FUNCTION() local
1300 FIX_BUFFER(&output); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dbug74873.phpt2 Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
/PHP-7.4/ext/standard/tests/ini_info/scandir/
H A D0.ini2 ; any scanned ini output
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_private_decrypt_basic.phpt13 var_dump(openssl_private_decrypt($encrypted, $output, $privkey));
14 var_dump($output);
H A DCertificateGenerator.inc74 $output = '';
75 openssl_x509_export($this->ca, $output);
77 return $output;
/PHP-7.4/ext/json/tests/
H A Dbug50224.phpt9 echo "* Testing JSON output\n\n";
28 * Testing JSON output
/PHP-7.4/ext/standard/tests/strings/
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…
H A Dbug78003.phpt2 Bug #78003 (strip_tags output change since PHP 7.3)
/PHP-7.4/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);
/PHP-7.4/ext/standard/tests/http/
H A Dbug61548.phpt26 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
29 fseek($output, 0, SEEK_SET);
30 echo stream_get_contents($output);
/PHP-7.4/sapi/cli/tests/
H A Dupload_2G.phpt50 $output = "";
79 $output .= fgets($fp);
81 echo $output;
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_select_db.phpt76 $output = ob_get_contents();
78 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
82 echo $output;
/PHP-7.4/ext/standard/
H A Dcrypt_freesec.h21 char output[21]; member
/PHP-7.4/Zend/tests/
H A Dbug60978.phpt12 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
50 var_dump($proc->transformToURI($xsldoc, 'php://output'));

Completed in 30 milliseconds

12345678910>>...24