Home
last modified time | relevance | path

Searched refs:output (Results 26 – 50 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_013.phpt12 $output = '';
27 $output .= fgets($fp);
31 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
35 $output = '';
46 $output .= fgets($fp);
50 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
53 $output = '';
64 $output .= fgets($fp);
68 echo preg_replace("/<style>(.*?)<\/style>/s", "<style>AAA</style>", $output), "\n";
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug70018.phpt5 $output = array();
10 exec(PHP_BINARY . " -n $test_fl", $output);
12 var_dump($output);
H A Dbug49847.phpt12 exec('type ' . $f, $output);
14 exec("printf %4098d 1", $output);
16 var_dump($output);
H A Dhead.phpt30 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
33 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
42 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
/PHP-8.0/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c412 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
418 output[i] = input[i] ^ (lane & 0xFF); in KeccakP1600_ExtractAndAddBytesInLane()
426 …ndAddLanes(const void *state, const unsigned char *input, unsigned char *output, unsigned int lane… in KeccakP1600_ExtractAndAddLanes() argument
436 ((UINT64*)output)[i] = ((UINT64*)input)[i] ^ ((const UINT64*)state)[i]; in KeccakP1600_ExtractAndAddLanes()
440 output[i*8+j] = input[i*8+j] ^ temp[j]; in KeccakP1600_ExtractAndAddLanes()
445 ((UINT64*)output)[ 1] = ~((UINT64*)output)[ 1]; in KeccakP1600_ExtractAndAddLanes()
447 ((UINT64*)output)[ 2] = ~((UINT64*)output)[ 2]; in KeccakP1600_ExtractAndAddLanes()
449 ((UINT64*)output)[ 8] = ~((UINT64*)output)[ 8]; in KeccakP1600_ExtractAndAddLanes()
451 ((UINT64*)output)[12] = ~((UINT64*)output)[12]; in KeccakP1600_ExtractAndAddLanes()
453 ((UINT64*)output)[17] = ~((UINT64*)output)[17]; in KeccakP1600_ExtractAndAddLanes()
[all …]
/PHP-8.0/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
7 return "I have stolen your output";
18 I have stolen your output
H A Dob_start_error_005.phpt7 * Function is implemented in main/output.c
22 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %s on …
H A Dob_011.phpt2 output buffering - fatalism
19 Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s…
H A Dbug70970.phpt2 Bug #70970 (Segfault when combining error handler with output buffering)
28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
/PHP-8.0/ext/standard/tests/array/
H A Dshuffle_variation3.phpt52 echo "\nThe output array is:\n";
67 The output array is:
82 The output array is:
95 The output array is:
116 The output array is:
135 The output array is:
152 The output array is:
167 The output array is:
186 The output array is:
203 The output array is:
[all …]
/PHP-8.0/sapi/cgi/tests/
H A Dbug78323.phpt15 $output = ob_get_contents();
18 $lines = preg_split('/\R/', $output);
27 $output = ob_get_contents();
30 $lines = preg_split('/\R/', $output);
/PHP-8.0/tests/lang/
H A Dbug25547.phpt17 $output = array();
18 ++$output[foo("bar")];
20 print_r($output);
/PHP-8.0/ext/standard/
H A Dcrypt_blowfish.c640 char *output, int size, in BF_crypt() argument
648 BF_word output[6]; in BF_crypt() member
751 data.binary.output[i] = L; in BF_crypt()
762 BF_encode(&output[7 + 22], data.binary.output, 23); in BF_crypt()
763 output[7 + 22 + 31] = '\0'; in BF_crypt()
765 return output; in BF_crypt()
773 output[0] = '*'; in _crypt_output_magic()
774 output[1] = '0'; in _crypt_output_magic()
775 output[2] = '\0'; in _crypt_output_magic()
778 output[1] = '1'; in _crypt_output_magic()
[all …]
/PHP-8.0/ext/zlib/tests/
H A Dgzcompress_variation1.phpt16 $output = gzcompress($data);
17 var_dump( md5($output));
18 var_dump(md5(gzcompress($output)));
H A Dgzdeflate_variation1.phpt18 $output = gzdeflate($data);
19 var_dump( md5($output));
20 var_dump(md5(gzdeflate($output)));
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt12 $ret = @exec($cmd, $output, $return_val);
13 if (count($output) == 0) {
27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
H A Dbug48746_1.phpt12 $ret = @exec($cmd, $output, $return_val);
13 if (count($output) == 0) {
23 exec("mkdir " . $dirname, $output, $ret_val);
27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-8.0/ext/standard/tests/strings/
H A Dmd5_basic2.phpt2 Test md5() function : basic functionality - with raw output
5 echo "*** Testing md5() : basic functionality - with raw output***\n";
21 *** Testing md5() : basic functionality - with raw output***
/PHP-8.0/win32/build/
H A Dbuildconf.js109 var output = "";
133 var output = "";
143 output += emit_dep_modules(item.deps);
145 output += emit_module(item);
149 return output;
157 var output = "";
165 output += emit_module(item);
171 output += emit_dep_modules(module_names);
173 return output;
/PHP-8.0/ext/standard/tests/http/
H A Dbug53198.phpt18 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
24 fseek($output, 0, SEEK_SET);
25 var_dump(stream_get_contents($output));
26 fseek($output, 0, SEEK_SET);
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_debugdumpparams.phpt17 …Dumps the information contained by a prepared statement directly on the output. It will provide th…
18 This is a debug function, which dump directly the data on the normal output.
20 …utputs its result directly to the browser, the output-control functions can be used to capture the…
29 …Dumps the information contained by a prepared statement directly on the output. It will provide th…
30 This is a debug function, which dump directly the data on the normal output.
32 …utputs its result directly to the browser, the output-control functions can be used to capture the…
/PHP-8.0/ext/oci8/tests/
H A Dbug46994.phpt19 dbms_lob.writeappend(p1, 26, 'This should be the output.');
24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.');
74 string(26) "This should be the output."
76 string(37) "The output should be even longer now."
78 string(26) "This should be the output."
80 string(26) "This should be the output."
/PHP-8.0/ext/spl/tests/
H A Dspl_iterator_getcallchildren.phpt17 $output = $test->callGetChildren();
19 $output = null;
22 var_dump($output);
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt17 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg));
18 echo $output;
21 $details = openssl_pkey_get_details(openssl_pkey_get_private($output));
25 openssl_pkey_export($key, $output, 'passphrase', $config_arg);
27 $details = openssl_pkey_get_details(openssl_pkey_get_private($output, 'passphrase'));
H A Dopenssl_csr_export_basic.phpt29 var_dump(openssl_csr_export($csr, $output));
31 var_dump(openssl_csr_export($wrong, $output));
36 var_dump(openssl_csr_export($privkey, $output));
40 var_dump(openssl_csr_export($csr, $output, false));

Completed in 48 milliseconds

12345678910>>...22