Home
last modified time | relevance | path

Searched refs:stderr (Results 51 – 75 of 141) sorted by relevance

123456

/php-src/sapi/cli/tests/
H A Dgh8827-001.phpt20 var_dump(@fopen('php://stderr', 'a'));
H A Dstd_streams.phpt18 var_dump(ftell(fopen("php://stderr", "w")));
/php-src/ext/curl/tests/
H A Dbug48203.phpt27 Warning: curl_exec(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s on line %d
H A Dbug48203_multi.phpt75 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s …
77 Warning: curl_multi_add_handle(): CURLOPT_STDERR resource has gone away, resetting to stderr in %s …
/php-src/sapi/fpm/tests/
H A Dlog-dwd-limit-1050-msg-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-dwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");
H A Dlog-bwd-limit-1050-msg-2900.phpt27 file_put_contents('php://stderr', str_repeat('a', 2900) . "\n");
H A Dlog-bwd-limit-64-too-low-error.phpt26 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-bwd-limit-8000-msg-4096.phpt27 file_put_contents('php://stderr', str_repeat('a', 4096) . "\n");
H A Dgh9754-daemonized-stderr-close.phpt2 FPM: GH-9754 - stderr is not closed in daemonized run
H A Dlog-dwd-limit-1050-msg-2048.phpt28 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-dwp-limit-1000-msg-2000.phpt28 file_put_contents('php://stderr', str_repeat('a', 2000) . "\n");
H A Dlog-bwd-limit-1050-msg-2048.phpt28 file_put_contents('php://stderr', str_repeat('a', 2048) . "\n");
H A Dlog-bwd-msg-with-nl.phpt25 file_put_contents('php://stderr', "msg 1\nmsg 2\nmsg 3");
H A Dlog-bwp-limit-1024-msg-120.phpt28 file_put_contents('php://stderr', str_repeat('a', 120) . "\n");
H A Dlog-bwp-limit-1500-msg-3300.phpt28 file_put_contents('php://stderr', str_repeat('a', 3300) . "\n");
H A Dlog-bwp-msg-flush-split-real.phpt26 file_put_contents('php://stderr', str_repeat('a', 1022) . "\0fscf\0");
H A Dlog-bwp-msg-flush-split-fallback.phpt26 file_put_contents('php://stderr', str_repeat('a', 1021) . "\0fabc");
H A Dlog-bwp-msg-flush-split-sep-pos-end.phpt26 file_put_contents('php://stderr', str_repeat('a', 1013) . "Quarkslab\0fscf\0Quarkslab");
H A Dlog-bwp-msg-flush-split-sep-pos-start.phpt26 file_put_contents('php://stderr', str_repeat('a', 1009) . "Quarkslab\0fscf\0Quarkslab");
/php-src/ext/random/
H A Dzend_utils.c40 fprintf(stderr, "php_random_bytes_ex: Failed to generate a random seed: %s\n", errstr); in php_random_bytes_insecure_for_zend()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_encoding.c324 …fprintf(stderr, "name length is not satisfying bound check: %zu %s\n", name_length, (*encoding)->n… in mbfl_name2encoding_ex()
329 fprintf(stderr, "mbfl_name2encoding_perfect_hash: key %u %s mismatch\n", key, (*encoding)->name); in mbfl_name2encoding_ex()
/php-src/ext/standard/tests/general_functions/
H A Dgh12655.phpt9 2 => [ "pipe", "w" ], // stderr is a file to write to
/php-src/ext/phar/
H A Dstream.c95 fprintf(stderr, "Alias: %s\n", alias); in phar_parse_url()
96 fprintf(stderr, "Scheme: %s\n", ZSTR_VAL(resource->scheme)); in phar_parse_url()
99 fprintf(stderr, "Host: %s\n", ZSTR_VAL(resource->host)); in phar_parse_url()
101 fprintf(stderr, "Path: %s\n", ZSTR_VAL(resource->path)); in phar_parse_url()
309 fprintf(stderr, "Pharname: %s\n", idata->phar->filename); in phar_wrapper_open_url()
310 fprintf(stderr, "Filename: %s\n", internal_file); in phar_wrapper_open_url()
311 fprintf(stderr, "Entry: %s\n", idata->internal_file->filename); in phar_wrapper_open_url()
312 fprintf(stderr, "Size: %u\n", idata->internal_file->uncompressed_filesize); in phar_wrapper_open_url()
313 fprintf(stderr, "Compressed: %u\n", idata->internal_file->flags); in phar_wrapper_open_url()
314 fprintf(stderr, "Offset: %u\n", idata->internal_file->offset_within_phar); in phar_wrapper_open_url()
[all …]
/php-src/tests/output/
H A Dstream_isatty.inc13 'STDERR (fopen)' => fopen('php://stderr', 'wb'),

Completed in 27 milliseconds

123456