Home
last modified time | relevance | path

Searched refs:out (Results 151 – 175 of 437) sorted by relevance

12345678910>>...18

/PHP-8.0/ext/standard/tests/streams/
H A Dbug79984.phpt19 public function filter($in, $out, &$consumed, $closing)
24 stream_bucket_append($out, $bucket);
H A Dstream_get_contents_001.phpt2 stream_get_contents() - Testing offset out of range
/PHP-8.0/ext/session/tests/
H A Dgh9583.phpt35 …od_exists($obj,'validateId')?('returns '.($obj->validateId(1)?'true':'false')):'is commented out');
43 validateId() is commented out
H A Dgh9583-extra.phpt43 …validateId') ? ('returns ' . ($obj->validateId(1) ? 'true' : 'false')) : 'is commented out'), "\n";
48 validateId() is commented out
/PHP-8.0/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-8.0/ext/opcache/tests/jit/
H A Dbug81249.phpt114 $out = null;
120 $out = $result;
125 assert($out === 728);
/PHP-8.0/ext/standard/tests/strings/
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)
H A Dbug78833.phpt2 Bug #78833 (Integer overflow in pack causes out-of-bound access)
/PHP-8.0/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-8.0/sapi/phpdbg/tests/
H A Dbug73794.phpt2 Bug #73794 (Crash (out of memory) when using run and # command separator)
/PHP-8.0/ext/spl/tests/
H A Dfixedarray_004.phpt16 string(29) "Index invalid or out of range"
H A Dfixedarray_014.phpt15 Index invalid or out of range
H A Dbug71735.phpt13 SplDoublyLinkedList::offsetSet(): Argument #1 ($index) is out of range
/PHP-8.0/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-8.0/ext/standard/
H A Dphp_crypt_r.h34 extern char * php_md5_crypt_r(const char *pw, const char *salt, char *out);
H A Dcrypt_freesec.c574 des_cipher(const char *in, char *out, uint32_t salt, int count, in des_cipher() argument
595 out[0] = l_out >> 24; in des_cipher()
596 out[1] = l_out >> 16; in des_cipher()
597 out[2] = l_out >> 8; in des_cipher()
598 out[3] = l_out; in des_cipher()
599 out[4] = r_out >> 24; in des_cipher()
600 out[5] = r_out >> 16; in des_cipher()
601 out[6] = r_out >> 8; in des_cipher()
602 out[7] = r_out; in des_cipher()
/PHP-8.0/ext/gd/tests/
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
H A Dbug72298.phpt2 Bug #72298: pass2_no_dither out-of-bounds access
/PHP-8.0/tests/lang/
H A D017.phpt2 Testing user-defined function falling out of an If into another
/PHP-8.0/Zend/tests/
H A Dloop_free_on_return.phpt2 Break out of while loop that is followed by a return statement and inside a foreach loop
H A Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
/PHP-8.0/ext/hash/
H A Dphp_hash.h154 static inline void php_hash_bin2hex(char *out, const unsigned char *in, size_t in_len) in php_hash_bin2hex() argument
160 out[i * 2] = hexits[in[i] >> 4]; in php_hash_bin2hex()
161 out[(i * 2) + 1] = hexits[in[i] & 0x0F]; in php_hash_bin2hex()
/PHP-8.0/ext/openssl/tests/
H A Dbug81713.phpt20 $outfile = __DIR__ . '/bug81713.out';
53 ["openssl_pkey_export", $priv_key_file_null, &$out],
56 ["openssl_private_encrypt", "test", &$out, $priv_key_file_null],
57 ["openssl_private_decrypt", "test", &$out, $priv_key_file_null],
58 ["openssl_public_encrypt", "test", &$out, $priv_key_file_null],
59 ["openssl_public_decrypt", "test", &$out, $priv_key_file_null],
60 ["openssl_sign", "test", &$out, $priv_key_file_null],
70 ["openssl_x509_export", $crt_file_null, &$out],
117 ["openssl_pkcs12_export", $crt_file_null, &$out, $priv_key_file, "pwd"],
118 ["openssl_pkcs12_export", $crt_file, &$out, $priv_key_file_null, "pwd"],
[all …]
/PHP-8.0/Zend/tests/try/
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d

Completed in 26 milliseconds

12345678910>>...18