Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.0/tests/output/
H A Dob_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
7 * Source code: main/output.c
H A Dob_implicit_flush_basic_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_error_001.phpt6 * Description: Clean (delete) the current output buffer
7 * Source code: main/output.c
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
/PHP-7.0/ext/openssl/tests/
H A Dbug55646.phpt28 $output = openssl_csr_get_subject($csr);
32 echo "C: ".$output['OU']."\n";
33 echo "D: ".stringAsHex($output['OU'])."\n";
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_015.phpt19 $output = '';
34 $output .= fgets($fp);
37 echo $output;
H A Dphp_cli_server_014.phpt14 $output = '';
37 $output .= fgets($fp);
56 $output .= fgets($fp);
60 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
/PHP-7.0/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
11 arg_separator.output="&amp;"
/PHP-7.0/ext/standard/tests/math/
H A Dmt_rand_value.phpt2 Test mt_rand() output
20 * Note that the output will be different from the original mt19937ar.c,
/PHP-7.0/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug29061.wsdl21 <output message="y:getQuoteResponse"/>
31 <output>
33 </output>
H A Dbug40609.wsdl26output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:getPriceResponseMessa…
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-7.0/ext/pcre/tests/
H A Dpreg_replace_callback.phpt19 $output = parseTagsRecursive($input);
21 echo $output, "\n";
/PHP-7.0/ext/standard/tests/strings/
H A Dprint_basic.phpt23 output as well";
55 This uses the "here document" syntax to output
72 output as well
76 output as well.
88 This uses the "here document" syntax to output
/PHP-7.0/ext/recode/
H A Drecode.c78 ZEND_ARG_INFO(0, output)
191 zval *input, *output; in PHP_FUNCTION() local
195 if (zend_parse_parameters(ZEND_NUM_ARGS(), "srr", &req, &req_len, &input, &output) == FAILURE) { in PHP_FUNCTION()
200 php_stream_from_zval(outstream, output); in PHP_FUNCTION()
/PHP-7.0/ext/soap/tests/
H A Dbug68361.phpt53 <output message="tns:getEmployeeResponse"/>
57 <output message="tns:getUserResponse"/>
67 <output>
69 </output>
76 <output>
78 </output>
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_phpinfo.phpt2 MySQL PDO phpinfo() output
24 printf("[001] Cannot find MySQL PDO driver line in phpinfo() output\n");
/PHP-7.0/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-7.0/ext/skeleton/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-7.0/ext/standard/tests/http/
H A Dbug65634.phpt25 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
28 fseek($output, 0, SEEK_SET);
29 echo stream_get_contents($output);
/PHP-7.0/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;

Completed in 76 milliseconds

12345678910>>...24