Home
last modified time | relevance | path

Searched refs:out (Results 126 – 150 of 425) sorted by relevance

12345678910>>...17

/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt8 function filter($in, $out, &$consumed, $closing) {
13 function filter($in, $out, &$consumed, $closing) {
19 function filter($in, $out, &$consumed, $closing) {
22 stream_bucket_append($out, $bucket);
28 function filter($in, $out, &$consumed, $closing) {
31 stream_bucket_append($out, $bucket);
37 function filter($in, $out, &$consumed, $closing) {
/PHP-7.4/tests/output/
H A Dob_clean_basic_001.phpt22 $out = ob_get_clean();
23 var_dump($out);
H A Dob_flush_basic_001.phpt22 $out = ob_flush();
23 var_dump($out);
/PHP-7.4/ext/standard/tests/mail/
H A Dbug69874.phpt4 sendmail_path=tee mailBug69874.out >/dev/null
26 $outFile = "mailBug69874.out";
H A Dmail_log.phpt4 sendmail_path=tee /tmp/mail.out >/dev/null
41 unlink("/tmp/mail.out");
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
27 $outFile = "/tmp/php_test_mailVariation2.out";
H A Dbug69874_2.phpt4 sendmail_path=tee mailBug69874_2.out >/dev/null
26 $outFile = "mailBug69874_2.out";
H A Dbug66535.phpt4 sendmail_path=tee mailBug66535.out >/dev/null
26 $outFile = "mailBug66535.out";
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
28 $outFile = "/tmp/php_test_mailBasic2.out";
/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt25 $sequences = array (0, 4, '4', // out of range
56 Sequence out of range
59 Sequence out of range
62 Sequence out of range
/PHP-7.4/ext/standard/tests/strings/
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)
H A Dbug72823.phpt2 Bug #72823 (strtr out-of-bound access)
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_002.phpt73 Exception: Index invalid or out of range
75 Exception: Index invalid or out of range
77 Exception: Index invalid or out of range
H A Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"
/PHP-7.4/ext/standard/tests/image/
H A Dbug67250.phpt2 Bug #67250 (iptcparse out-of-bounds read)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug79984.phpt19 public function filter($in, $out, &$consumed, $closing)
24 stream_bucket_append($out, $bucket);
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt32 procedure open_ref_cur(cur1 out refcursortype);
33 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2);
37 procedure open_ref_cur(cur1 out refcursortype) is
41 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number, c2 out varchar2) is
H A Drefcur_prefetch_2.phpt30 procedure open_ref_cur(cur1 out refcursortype);
31 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,c2 out varchar2);
34 procedure open_ref_cur(cur1 out refcursortype) is
38 procedure fetch_ref_cur(cur1 in refcursortype, c1 out number,
39 c2 out varchar2) is
/PHP-7.4/ext/hash/
H A Dphp_hash.h151 static inline void php_hash_bin2hex(char *out, const unsigned char *in, size_t in_len) in php_hash_bin2hex() argument
157 out[i * 2] = hexits[in[i] >> 4]; in php_hash_bin2hex()
158 out[(i * 2) + 1] = hexits[in[i] & 0x0F]; in php_hash_bin2hex()
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc37 $out = trim(shell_exec($cmd));
39 if ($echo) var_dump($out, $out == basename($path));
44 return $out;
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug77242.phpt2 Bug #77242 (heap out of bounds read in xmlrpc_decode())
/PHP-7.4/ext/standard/
H A Dfilters.c416 goto out; in php_conv_base64_encode_flush()
439 goto out; in php_conv_base64_encode_flush()
455 out: in php_conv_base64_encode_flush()
494 goto out; in php_conv_base64_encode_convert()
521 goto out; in php_conv_base64_encode_convert()
540 goto out; in php_conv_base64_encode_convert()
549 goto out; in php_conv_base64_encode_convert()
565 out: in php_conv_base64_encode_convert()
1171 out: in php_conv_qprint_decode_convert()
1741 goto out; in strfilter_convert_create()
[all …]
H A Dcrypt_freesec.c576 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher() argument
597 out[0] = l_out >> 24; in des_cipher()
598 out[1] = l_out >> 16; in des_cipher()
599 out[2] = l_out >> 8; in des_cipher()
600 out[3] = l_out; in des_cipher()
601 out[4] = r_out >> 24; in des_cipher()
602 out[5] = r_out >> 16; in des_cipher()
603 out[6] = r_out >> 8; in des_cipher()
604 out[7] = r_out; in des_cipher()
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt11 $ret = exec(get_junction().' /? 2>&1', $out);
12 if (strpos($out[0], 'recognized')) {
/PHP-7.4/sapi/phpdbg/tests/
H A Dbug73794.phpt2 Bug #73794 (Crash (out of memory) when using run and # command separator)

Completed in 36 milliseconds

12345678910>>...17