Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.0/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-8.0/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.0/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.0/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-8.0/tests/output/
H A Dob_013.phpt2 output buffering - handlers/status
32 [0] => default output handler
52 [name] => default output handler
/PHP-8.0/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 …]
/PHP-8.0/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-8.0/ext/session/tests/
H A D020.phpt2 rewriter uses arg_separator.output for modifying URLs
11 arg_separator.output="&amp;"
/PHP-8.0/Zend/tests/
H A Dbug64677.phpt6 public function show_output($prepend, $output = '') {
14 function show_outputa($prepend, $output) {
/PHP-8.0/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.0/ext/pcre/tests/
H A Dpreg_replace_callback.phpt19 $output = parseTagsRecursive($input);
21 echo $output, "\n";
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_phpinfo.phpt2 PDO_OCI: phpinfo() output
21 printf("[001] Cannot find OCI PDO driver line in phpinfo() output\n");
/PHP-8.0/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.0/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.0/ext/openssl/
H A Dopenssl.stub.php19 /** @param string $output */
20 function openssl_x509_export(OpenSSLCertificate|string $certificate, &$output, bool $no_text = true… argument
43 * @param string $output
46 function openssl_pkcs12_export(OpenSSLCertificate|string $certificate, &$output, $private_key, stri… argument
53 /** @param string $output */
54 function openssl_csr_export(OpenSSLCertificateSigningRequest|string $csr, &$output, bool $no_text =… argument
73 * @param string $output
75 function openssl_pkey_export($key, &$output, ?string $passphrase = null, ?array $options = null): b… argument
185 * @param string $output
188 function openssl_open(string $data, &$output, string $encrypted_key, $private_key, string $cipher_a… argument
/PHP-8.0/ext/opcache/tests/
H A Djmp_elim_002.phpt30 echo $output;
32 return $output;
/PHP-8.0/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.0/ext/soap/tests/bugs/
H A Dbug29061.wsdl21 <output message="y:getQuoteResponse"/>
31 <output>
33 </output>
/PHP-8.0/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt29 $output = gzencode(gzencode($data));
31 $back = gzdecode(gzdecode($output));
H A Dgzencode_variation1.phpt25 $output = gzencode($data);
26 var_dump(bin2hex(gzencode($output)));
/PHP-8.0/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-8.0/ext/com_dotnet/tests/
H A Dbug77578.phpt15 exec($command, $output, $status);
16 var_dump($output, $status);

Completed in 34 milliseconds

12345678910>>...22