Home
last modified time | relevance | path

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

12345678910>>...20

/php-src/ext/standard/tests/filters/
H A Dbug72941.phpt7 function filter($in, $out, &$consumed, $closing): int
12 stream_bucket_prepend($out, $bucket);
H A Dfilter_errors_user.phpt8 function filter($in, $out, &$consumed, $closing): int {
13 function filter($in, $out, &$consumed, $closing): int {
19 function filter($in, $out, &$consumed, $closing): int {
22 stream_bucket_append($out, $bucket);
28 function filter($in, $out, &$consumed, $closing): int {
31 stream_bucket_append($out, $bucket);
37 function filter($in, $out, &$consumed, $closing): int {
/php-src/ext/opcache/tests/
H A Dbug64353.phpt12 public function filter($in, $out, &$consumed, $closing): int {
18 stream_bucket_append($out, $bucket);
H A Dbug74596.phpt35 function filter($in, $out, &$consumed, $closing): int
39 stream_bucket_append($out, $bucket);
/php-src/ext/spl/tests/
H A Darray_014.phpt44 Seek position -1 is out of range
45 Seek position 12 is out of range
H A Dunserialize.phpt16 $out = serialize($obj);
18 var_dump($exp === $out);
/php-src/ext/standard/tests/mail/
H A Dbug66535.phpt4 sendmail_path={MAIL:mailBug66535.out}
15 $outFile = "mailBug66535.out";
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
21 $outFile = "/tmp/php_test_mailVariation2.out";
H A Dgh13415.phpt4 sendmail_path={MAIL:gh13415.out}
37 if (file_exists('gh13415.out')) {
38 unlink('gh13415.out');
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
22 $outFile = "/tmp/php_test_mailBasic2.out";
H A Dmail_log.phpt4 sendmail_path={MAIL:mail.out}
36 unlink("mail.out");
/php-src/tests/output/
H A Dob_clean_basic_001.phpt16 $out = ob_get_clean();
17 var_dump($out);
H A Dob_flush_basic_001.phpt16 $out = ob_flush();
17 var_dump($out);
/php-src/ext/date/tests/
H A Dmktime-1.phpt2 Check for mktime with out-of-range parameters
9 # MacOS/X libc implementation doesn't treat out-of-range values
/php-src/Zend/tests/
H A Dbug21478.phpt6 function filter($in, $out, &$consumed, $closing): int {
9 stream_bucket_append($out, $bucket);
H A Dbug78406.phpt13 public function filter($in, $out, &$consumed, $closing): int
27 stream_bucket_append($out, $bucket);
/php-src/.github/actions/test-macos/
H A Daction.yml20 export TEST_PHP_JUNIT=junit.out.xml
37 path: ${{ github.workspace }}/junit.out.xml
/php-src/Zend/Optimizer/
H A Dzend_dfg.c257 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
266 out = dfg->out; in zend_build_dfg()
308 …zend_bitset_copy(DFG_BITSET(out, set_size, j), DFG_BITSET(in, set_size, blocks[j].successors[0]), … in zend_build_dfg()
310 …zend_bitset_union(DFG_BITSET(out, set_size, j), DFG_BITSET(in, set_size, blocks[j].successors[k]),… in zend_build_dfg()
313 zend_bitset_clear(DFG_BITSET(out, set_size, j), set_size); in zend_build_dfg()
315 …zend_bitset_union_with_difference(tmp, DFG_BITSET(use, set_size, j), DFG_BITSET(out, set_size, j),… in zend_build_dfg()
/php-src/ext/dom/tests/
H A Dbug80268_2.phpt27 Warning: DOMDocument::loadHTML(): Char 0x0 out of allowed range in Entity, line: 1 in %s on line %d
30 Warning: DOMDocument::loadHTMLFile(): Char 0x0 out of allowed range in %s on line %d
/php-src/ext/standard/
H A Dfilters.c284 goto out; in php_conv_base64_encode_flush()
306 goto out; in php_conv_base64_encode_flush()
322 out: in php_conv_base64_encode_flush()
360 goto out; in php_conv_base64_encode_convert()
386 goto out; in php_conv_base64_encode_convert()
405 goto out; in php_conv_base64_encode_convert()
413 goto out; in php_conv_base64_encode_convert()
429 out: in php_conv_base64_encode_convert()
1032 out: in php_conv_qprint_decode_convert()
1593 goto out; in strfilter_convert_create()
[all …]
/php-src/ext/session/tests/user_session_module/
H A Dgh9583-extra.phpt41 …validateId') ? ('returns ' . ($obj->validateId(1) ? 'true' : 'false')) : 'is commented out'), "\n";
46 validateId() is commented out
H A Dgh9583.phpt33 …od_exists($obj,'validateId')?('returns '.($obj->validateId(1)?'true':'false')):'is commented out');
41 validateId() is commented out
/php-src/ext/openssl/tests/
H A Dgh12489.phpt8 $outfile = __DIR__ . "/out.cms";;
25 $outfile = __DIR__ . "/out.cms";;
H A Dbug50713.phpt8 $outFile = __DIR__ . '/bug50713-out.pem';
25 $outFile = __DIR__ . '/bug50713-out.pem';
/php-src/ext/hash/murmur/
H A DPMurHash128.c233 out[0] = h1; in PMurHash128x86_Result()
234 out[1] = h2; in PMurHash128x86_Result()
235 out[2] = h3; in PMurHash128x86_Result()
236 out[3] = h4; in PMurHash128x86_Result()
427 void PMurHash128x86(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x86() argument
432 PMurHash128x86_Result(h, carry, (uint32_t) len, (uint32_t *) out); in PMurHash128x86()
484 const uint32_t total_length, uint64_t out[2]) in PMurHash128x64_Result()
518 out[0] = h1; in PMurHash128x64_Result()
519 out[1] = h2; in PMurHash128x64_Result()
634 void PMurHash128x64(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x64() argument
[all …]

Completed in 33 milliseconds

12345678910>>...20