Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 611) sorted by relevance

12345678910>>...25

/PHP-7.3/tests/output/
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
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
/PHP-7.3/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.3/ext/sodium/tests/
H A Dinstalled.phpt11 the output of your test code has to be equal to the
13 to pass, differences between the output and the
/PHP-7.3/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.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-7.3/ext/soap/tests/bugs/
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.3/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;
/PHP-7.3/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);
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-7.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt22 // enable below to get the output in verbose mode.
25 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
31 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-7.3/ext/zlib/tests/
H A Dgzencode_variation1.phpt27 $output = gzencode($data);
28 var_dump(bin2hex(gzencode($output)));
/PHP-7.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-7.3/ext/standard/tests/math/
H A Dmt_rand_value.phpt2 Test mt_rand() output
34 * Note that the output will be different from the original mt19937ar.c,
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_open_basic.phpt13 openssl_open($sealed, $output, $ekeys[0], $priv_key);
14 var_dump($output);
H A DCertificateGenerator.inc74 $output = '';
75 openssl_x509_export($this->ca, $output);
77 return $output;
/PHP-7.3/ext/standard/tests/misc/
H A Dexec_basic1.phpt11 var_dump(exec($cmd, $output));
12 var_dump($output);
/PHP-7.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 = '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-7.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:

Completed in 66 milliseconds

12345678910>>...25