Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-7.4/ext/oci8/tests/
H A Dbind_boolean_1.phpt9 die("skip expected output only valid when using Oracle Database 12c or greater");
52 :output := true;
54 :output := false;
58 oci_bind_by_name($s, ':output', $output, -1, OCI_B_BOL);
62 var_dump($output);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_014.phpt12 $output = '';
28 $output .= fgets($fp);
47 $output .= fgets($fp);
51 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
H A Dphp_cli_server_015.phpt17 $output = '';
29 $output .= fgets($fp);
32 echo $output;
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug73962.phpt17 exec("mkdir " . $dirname, $output, $ret_val);
21 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
22 exec("mklink /d mounted_volume " . $ret, $output, $ret_val);
24 exec("mklink /d mklink_symlink \"новая папка\"", $output, $ret_val);
/PHP-7.4/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
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_output.phpt11 // Set HTTP output encoding to ASCII
17 // Set HTTP output encoding to SJIS
23 // Set HTTP output encoding to JIS
29 // Set HTTP output encoding to UTF8
35 // Set HTTP output encoding to EUC-JP
/PHP-7.4/ext/hash/
H A Dhash_haval.c260 context->passes = p; context->output = b; \
329 ((context->output & 0x03) << 6); in PHP_HAVAL128Final()
330 bits[1] = (context->output >> 2); in PHP_HAVAL128Final()
383 ((context->output & 0x03) << 6); in PHP_HAVAL160Final()
384 bits[1] = (context->output >> 2); in PHP_HAVAL160Final()
437 ((context->output & 0x03) << 6); in PHP_HAVAL192Final()
438 bits[1] = (context->output >> 2); in PHP_HAVAL192Final()
477 ((context->output & 0x03) << 6); in PHP_HAVAL224Final()
478 bits[1] = (context->output >> 2); in PHP_HAVAL224Final()
518 ((context->output & 0x03) << 6); in PHP_HAVAL256Final()
[all …]
/PHP-7.4/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.4/ext/standard/tests/filters/
H A Dstrip_tags_filter.phpt5 $fp = fopen('php://output', 'w');
10 $fp = fopen('php://output', 'w');
15 $fp = fopen('php://output', 'w');
/PHP-7.4/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
11 arg_separator.output="&amp;"
/PHP-7.4/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback.phpt19 $output = parseTagsRecursive($input);
21 echo $output, "\n";
/PHP-7.4/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.4/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.4/ext/soap/tests/bugs/
H A Dbug29061.wsdl21 <output message="y:getQuoteResponse"/>
31 <output>
33 </output>
/PHP-7.4/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.4/ext/opcache/tests/
H A Djmp_elim_002.phpt30 echo $output;
32 return $output;
/PHP-7.4/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.4/ext/com_dotnet/tests/
H A Dbug77578.phpt15 exec($command, $output, $status);
16 var_dump($output, $status);
/PHP-7.4/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.4/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.4/ext/soap/tests/
H A Dbug68361.phpt53 <output message="tns:getEmployeeResponse"/>
57 <output message="tns:getUserResponse"/>
67 <output>
69 </output>
76 <output>
78 </output>

Completed in 73 milliseconds

12345678910>>...24