Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 578) sorted by last modified time

12345678910>>...24

/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re331 /* allocate output buffer */
/PHP-7.4/ext/pdo/tests/
H A Dbug_69356.phpt20 …Dumps the informations contained by a prepared statement directly on the output. It will provide t…
21 This is a debug function, which dump directly the data on the normal output.
23 …utputs its result directly to the browser, the output-control functions can be used to capture the…
32 …Dumps the informations contained by a prepared statement directly on the output. It will provide t…
33 This is a debug function, which dump directly the data on the normal output.
35 …utputs its result directly to the browser, the output-control functions can be used to capture the…
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_csr_export_bacis.phpt29 var_dump(openssl_csr_export($csr, $output));
30 var_dump(openssl_csr_export($wrong, $output));
31 var_dump(openssl_csr_export($privkey, $output));
32 var_dump(openssl_csr_export(array(), $output));
33 var_dump(openssl_csr_export($csr, $output, false));
H A Dopenssl_pkcs12_export_basic.phpt20 var_dump(openssl_pkcs12_export($cert, $output, $priv, $pass)); // read certs as a string
21 var_dump(openssl_pkcs12_read($output, $opts, $pass));
22 var_dump(openssl_pkcs12_export($cert_path, $output, $priv_path, $pass)); // read certs from a filen…
23 var_dump(openssl_pkcs12_read($output, $opts, $pass));
24 var_dump(openssl_pkcs12_export($cert_res, $output, $priv_res, $pass)); // read certs from a resource
25 var_dump(openssl_pkcs12_read($output, $opts, $pass));
27 var_dump(openssl_pkcs12_read($output, $opts, $pass));
31 var_dump(openssl_pkcs12_export($invalid, $output, $invalid, $pass));
32 var_dump(openssl_pkcs12_export($invalid_path, $output, $invalid_path, $pass));
33 var_dump(openssl_pkcs12_export($priv_res, $output, $cert_res, $pass));
[all …]
H A Dopenssl_pkcs7_sign_basic.phpt54 Warning: openssl_pkcs7_sign(): error opening output file %s in %s on line %d
H A Dopenssl_seal_basic.phpt23 var_dump(openssl_seal($data, $sealed, $ekeys, array($pub_key))); // no output
24 var_dump(openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key))); // no output
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
H A Dopenssl_x509_fingerprint_basic.phpt19 echo "**Testing raw output md5 **\n";
40 **Testing raw output md5 **
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_insert.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_lob.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_prefetch.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dreflection1.phpt288 Parameter #1 [ <required> &$output ]
795 Parameter #1 [ <required> &$output ]
H A Ddb_op_2.phpt13 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Ddbmsoutput.phpt47 // Create some output
103 setserveroutputon($c); // Turn output buffering on
H A Dimp_res_2.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_call_error.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_cancel.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_close.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_cursor.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_dbmsoutput.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_field.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_func_error.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_get_1.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_get_2.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");
H A Dimp_res_get_3.phpt10 die("skip expected output only valid when using Oracle Database 12c or greater");

Completed in 49 milliseconds

12345678910>>...24