Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.2/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt12 $output = ob_get_clean();
14 var_dump(preg_match("/fileinfo support => enabled/", $output));
/PHP-7.2/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
32 [0] => default output handler
52 [name] => default output handler
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
/PHP-7.2/ext/standard/tests/file/windows_links/
H A Dbug73962.phpt21 exec("mkdir " . $dirname, $output, $ret_val);
25 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
26 exec("mklink /d mounted_volume " . $ret, $output, $ret_val);
28 exec("mklink /d mklink_symlink \"новая папка\"", $output, $ret_val);
/PHP-7.2/ext/openssl/tests/
H A Dbug55646.phpt43 $output = openssl_csr_get_subject($csr);
47 echo "C: ".$output['OU']."\n";
48 echo "D: ".stringAsHex($output['OU'])."\n";
H A Dbug71917.phpt18 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
19 var_dump($output === 'plaintext');
/PHP-7.2/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.2/ext/hash/sha3/generic32lc/
H A DSnP-Relaned.h103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
106 SnP_ExtractAndAddLanes(state, input, output, (length)/SnP_laneLengthInBytes); \
110 (output)+((length)/SnP_laneLengthInBytes)*SnP_laneLengthInBytes, \
119 unsigned char *_curOutput = (output); \
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DSnP-Relaned.h103 #define SnP_ExtractAndAddBytes(state, input, output, offset, length, SnP_ExtractAndAddLanes, SnP_Ex… argument
106 SnP_ExtractAndAddLanes(state, input, output, (length)/SnP_laneLengthInBytes); \
110 (output)+((length)/SnP_laneLengthInBytes)*SnP_laneLengthInBytes, \
119 unsigned char *_curOutput = (output); \
/PHP-7.2/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
11 arg_separator.output="&amp;"
/PHP-7.2/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-7.2/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…
/PHP-7.2/ext/pcre/tests/
H A Dpreg_replace_callback.phpt19 $output = parseTagsRecursive($input);
21 echo $output, "\n";
/PHP-7.2/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.2/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.2/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.2/ext/com_dotnet/tests/
H A Dbug77578.phpt15 exec($command, $output, $status);
16 var_dump($output, $status);
/PHP-7.2/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.2/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.2/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.2/ext/date/tests/
H A Dbug51819.phpt31 var_dump('this should be the only output');
34 string(30) "this should be the only output"

Completed in 40 milliseconds

12345678910>>...25