Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-8.1/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt12 $output = ob_get_clean();
14 var_dump(preg_match("/fileinfo support => enabled/", $output));
/PHP-8.1/ext/standard/tests/
H A Dbug79821.phpt6 foreach (['var_dump', 'debug_zval_dump', 'var_export'] as $output) {
15 $output($foo[0]);
/PHP-8.1/ext/standard/tests/file/
H A Dbug69442.phpt16 …'TEST_PHP_EXECUTABLE']." -d display_errors=1 -d error_reporting=E_ALL ".$tmpFile." 2>&1", $output);
17 $output = join("\n", $output);
20 if (strstr($output, "PTY (pseudoterminal) not supported on this system") !== false) {
/PHP-8.1/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.phpt16 $output = '';
28 $output .= fgets($fp);
31 echo $output;
/PHP-8.1/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-8.1/ext/hash/
H A Dhash_haval.c259 context->passes = p; context->output = b; \
326 ((context->output & 0x03) << 6); in PHP_HAVAL128Final()
327 bits[1] = (context->output >> 2); in PHP_HAVAL128Final()
379 ((context->output & 0x03) << 6); in PHP_HAVAL160Final()
380 bits[1] = (context->output >> 2); in PHP_HAVAL160Final()
432 ((context->output & 0x03) << 6); in PHP_HAVAL192Final()
433 bits[1] = (context->output >> 2); in PHP_HAVAL192Final()
471 ((context->output & 0x03) << 6); in PHP_HAVAL224Final()
472 bits[1] = (context->output >> 2); in PHP_HAVAL224Final()
511 ((context->output & 0x03) << 6); in PHP_HAVAL256Final()
[all …]
H A Dhash_sha.c42 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); in SHAEncode32()
43 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); in SHAEncode32()
44 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode32()
45 output[j + 3] = (unsigned char) (input[i] & 0xff); in SHAEncode32()
418 output[j] = (unsigned char) ((input[i] >> 56) & 0xff); in SHAEncode64()
419 output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff); in SHAEncode64()
420 output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff); in SHAEncode64()
421 output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff); in SHAEncode64()
424 output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode64()
425 output[j + 7] = (unsigned char) (input[i] & 0xff); in SHAEncode64()
[all …]
/PHP-8.1/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
32 [0] => default output handler
52 [name] => default output handler
/PHP-8.1/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";
/PHP-8.1/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt19 $output = gzencode(gzencode($data));
21 $back = gzdecode(gzdecode($output));
/PHP-8.1/ext/standard/tests/strings/
H A Dprint_basic.phpt17 output as well";
49 This uses the "here document" syntax to output
65 output as well
69 output as well.
81 This uses the "here document" syntax to output
H A Dhttp_build_query_variation3.phpt13 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_…
14 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php31 /** @param string $output */
32 function openssl_x509_export(OpenSSLCertificate|string $certificate, &$output, bool $no_text = true… argument
59 * @param string $output
62 function openssl_pkcs12_export(OpenSSLCertificate|string $certificate, &$output, $private_key, stri… argument
69 /** @param string $output */
70 function openssl_csr_export(OpenSSLCertificateSigningRequest|string $csr, &$output, bool $no_text =… argument
93 * @param string $output
95 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b… argument
209 * @param string $output
212 function openssl_open(string $data, &$output, string $encrypted_key, $private_key, string $cipher_a… argument
/PHP-8.1/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-8.1/ext/pdo_oci/tests/
H A Dpdo_oci_phpinfo.phpt2 PDO_OCI: phpinfo() output
23 printf("[001] Cannot find OCI PDO driver line in phpinfo() output\n");
/PHP-8.1/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
13 arg_separator.output="&amp;"
/PHP-8.1/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-8.1/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-8.1/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-8.1/ext/pcre/tests/
H A Dpreg_replace_callback.phpt19 $output = parseTagsRecursive($input);
21 echo $output, "\n";
/PHP-8.1/ext/opcache/tests/
H A Djmp_elim_002.phpt30 echo $output;
32 return $output;
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug77578.phpt13 exec($command, $output, $status);
14 var_dump($output, $status);
/PHP-8.1/ext/imap/tests/
H A Dimap_binary_basic.phpt14 echo "Encode a string which results in more than 60 charters of output\n";
15 $str = 'This is a long string with results in more than 60 characters of output';
34 Encode a string which results in more than 60 charters of output
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug29061.wsdl21 <output message="y:getQuoteResponse"/>
31 <output>
33 </output>

Completed in 41 milliseconds

12345678910>>...23