Home
last modified time | relevance | path

Searched refs:output (Results 76 – 100 of 470) sorted by relevance

12345678910>>...19

/PHP-5.3/tests/output/
H A Dob_get_contents_error_001.phpt8 * Description: Return the contents of the output buffer
9 * Source code: main/output.c
H A Dob_get_level_error_001.phpt6 * Description: Return the nesting level of the output buffer
7 * Source code: main/output.c
H A Dob_flush_error_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_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
/PHP-5.3/ext/gmp/tests/
H A D001.phpt11 the output of your test code has to be equal to the
13 to pass, differences between the output and the
/PHP-5.3/ext/date/tests/
H A Dbug51819.phpt31 var_dump('this should be the only output');
34 string(30) "this should be the only output"
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug29795.wsdl20 <output message="tns:GetPriceResponse"/>
30 <output>
32 </output>
H A Dbug29839.wsdl22 <output message="tns:EchoStringResponse"/>
32 <output>
34 </output>
H A Dbug34453.wsdl22 <output message="tns:EchoStringResponse"/>
32 <output>
34 </output>
/PHP-5.3/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;
H A DOO_008.phpt26 $output = $xw->flush(true);
27 print $output;
H A Dxmlwriter_write_attribute_ns_error_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;
/PHP-5.3/ext/standard/tests/http/
H A Dignore_errors.phpt20 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
34 fseek($output, 0, SEEK_SET);
35 var_dump(stream_get_contents($output));
36 fseek($output, 0, SEEK_SET);
/PHP-5.3/ext/xsl/tests/
H A Dxslt004.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
12 print "No or more than one xsl:output/@encoding found";
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
12 print "No or more than one xsl:output/@indent found";
/PHP-5.3/ext/openssl/tests/
H A D013.phpt13 openssl_open($sealed, $output, $ekeys[0], $priv_key);
14 var_dump($output);
/PHP-5.3/ext/imap/tests/
H A Dimap_binary_basic.phpt21 echo "Encode a string which results in more than 60 charters of output\n";
22 $str = b'This is a long string with results in more than 60 characters of output';
42 Encode a string which results in more than 60 charters of output
/PHP-5.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt23 // enable below to get the output in verbose mode.
26 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
32 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-5.3/ext/standard/tests/array/
H A Dshuffle_variation5.phpt68 echo "\nThe output array is:\n";
74 echo "\nThe output array is:\n";
85 The output array is:
104 The output array is:
/PHP-5.3/
H A Dserver-tests.php125 function generate_diff($wanted,$output) argument
128 $o = explode("\n", $output);
1211 if (!$output) return NULL;
1213 print "SKIPIF: [$output]\n";
1214 if (eregi("^skip", $output)){
1220 if (eregi("^info", $output)) {
1415 $output = trim($out);
1416 $output = preg_replace('/\r\n/',"\n",$output);
1458 $output='';
1460 $output .= "$k: {$headers[$k]}\n";
[all …]
/PHP-5.3/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt35 $output = gzencode(gzencode($data));
37 $back = gzdecode(gzdecode($output));
/PHP-5.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-5.3/Zend/tests/
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
27 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started …
/PHP-5.3/ext/standard/tests/strings/
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>…

Completed in 40 milliseconds

12345678910>>...19