Home
last modified time | relevance | path

Searched refs:stderr (Results 76 – 100 of 141) sorted by relevance

123456

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c3344 fprintf(stderr, "\n"); in zend_jit_trace_allocate_registers()
7760 fprintf(stderr, "\n"); in zend_jit_dump_trace()
7775 fprintf(stderr, ", "); in zend_jit_dump_trace()
7797 fprintf(stderr, " ;"); in zend_jit_dump_trace()
7851 fprintf(stderr, "\n"); in zend_jit_dump_trace()
7985 fprintf(stderr, " "); in zend_jit_dump_exit_info()
7987 fprintf(stderr, ":"); in zend_jit_dump_exit_info()
8029 fprintf(stderr, " "); in zend_jit_dump_exit_info()
8034 fprintf(stderr, "\n"); in zend_jit_dump_exit_info()
8175 fprintf(stderr, "\n"); in zend_jit_trace_hot_root()
[all …]
H A Dzend_jit.c1177 fprintf(stderr, "#%d.", i); in zend_jit_allocate_registers()
1181 fprintf(stderr, " load"); in zend_jit_allocate_registers()
1184 fprintf(stderr, " store"); in zend_jit_allocate_registers()
1186 fprintf(stderr, "\n"); in zend_jit_allocate_registers()
1189 fprintf(stderr, "\n"); in zend_jit_allocate_registers()
3272 fprintf(stderr, "mprotect() failed [%d] %s\n", errno, strerror(errno)); in zend_jit_unprotect()
3286 fprintf(stderr, "VirtualProtect() failed [%u] %s\n", err, msg); in zend_jit_unprotect()
3303 fprintf(stderr, "mprotect() failed [%d] %s\n", errno, strerror(errno)); in zend_jit_protect()
3313 fprintf(stderr, "VirtualProtect() failed [%u] %s\n", err, msg); in zend_jit_protect()
3557 fprintf(stderr, "VirtualProtect() failed [%u] %s\n", err, msg); in zend_jit_startup()
[all …]
/php-src/ext/standard/tests/streams/
H A Dbug78883.phpt13 //2 => array("file", "stderr.txt", "ab")
H A Dbug61019.phpt11 2 => array("pipe", "w") // stderr is a pipe that the child will write to
/php-src/Zend/Optimizer/
H A Dsccp.c103 fprintf(stderr, " top"); in scp_dump_value()
105 fprintf(stderr, " bot"); in scp_dump_value()
109 fprintf(stderr, "]"); in scp_dump_value()
111 fprintf(stderr, " {"); in scp_dump_value()
113 fprintf(stderr, "}"); in scp_dump_value()
158 fprintf(stderr, " from"); in set_value()
160 fprintf(stderr, " to"); in set_value()
162 fprintf(stderr, "\n"); in set_value()
2075 fprintf(stderr, ")\n"); in sccp_visit_phi()
2501 fprintf(stderr, " ="); in sccp_optimize_op_array()
[all …]
H A Dcompact_literals.c298 fprintf(stderr, "File %s func %s\n", op_array->filename->val, in zend_optimizer_compact_literals()
300 fprintf(stderr, "Literals table size %d\n", op_array->last_literal); in zend_optimizer_compact_literals()
304 fprintf(stderr, "Literal %d, val (%zu):%s\n", i, ZSTR_LEN(str), ZSTR_VAL(str)); in zend_optimizer_compact_literals()
307 fflush(stderr); in zend_optimizer_compact_literals()
822 fprintf(stderr, "Optimized literals table size %d\n", op_array->last_literal); in zend_optimizer_compact_literals()
826 fprintf(stderr, "Literal %d, val (%zu):%s\n", i, ZSTR_LEN(str), ZSTR_VAL(str)); in zend_optimizer_compact_literals()
829 fflush(stderr); in zend_optimizer_compact_literals()
H A Dssa_integrity.c99 fprintf(stderr, "\nIn function %s::%s (%s):\n", \
103 fprintf(stderr, __VA_ARGS__); \
169 fprintf(stderr, "var " VARFMT " not in uses of op %d\n", VAR(i), use); in ssa_verify_integrity()
/php-src/TSRM/
H A DTSRM.c131 tsrm_error_file = stderr; in tsrm_startup()
217 if (tsrm_error_file!=stderr) { in tsrm_shutdown()
753 if (tsrm_error_file!=stderr) { /* close files opened earlier */ in tsrm_error_set()
760 tsrm_error_file = stderr; in tsrm_error_set()
763 tsrm_error_file = stderr; in tsrm_error_set()
/php-src/sapi/fpm/tests/
H A Dgh13563-conf-bool-env.phpt40 file_put_contents('php://stderr', str_repeat('a', 20) . "\n");
/php-src/main/
H A Dmain.c1415 fprintf(stderr, "%s: ", error_type_str); in php_error_cb()
1419 fflush(stderr); in php_error_cb()
1724 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1727 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1742 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1745 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1769 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
1772 fprintf(stderr, "%s", memory_leak_buf); in php_message_handler_for_zend()
2198 fprintf(stderr, "\nwinsock.dll unusable. %d\n", WSAGetLastError()); in php_module_startup()
2255 fprintf(stderr, "PHP: Unable to initialize stream url wrappers.\n"); in php_module_startup()
[all …]
H A Doutput.c91 fwrite(str, 1, str_len, stderr); in php_output_stderr()
94 fflush(stderr); in php_output_stderr()
117 fprintf(stderr, "!!! output started at: %s (%d)\n", in php_output_header()
907 fprintf(stderr, ">>> op(%d, " in php_output_handler_op()
1076 fprintf(stderr, "::: sapi_write('%s', %zu)\n", context.out.data, context.out.used); in php_output_op()
/php-src/Zend/
H A Dzend_gc.c103 fprintf(stderr, format "\n", ##__VA_ARGS__); \
446 fprintf(stderr, "[%p] rc=%d addr=%d %s object(%s)#%d ", in gc_trace_ref()
452 fprintf(stderr, "[%p] rc=%d addr=%d %s array(%d) ", in gc_trace_ref()
457 fprintf(stderr, "[%p] rc=%d addr=%d %s %s ", in gc_trace_ref()
2219 fprintf(stderr, "GC Statistics\n"); in gc_bench_print()
2220 fprintf(stderr, "-------------\n"); in gc_bench_print()
2221 fprintf(stderr, "Runs: %d\n", GC_G(gc_runs)); in gc_bench_print()
2222 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in gc_bench_print()
2223 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in gc_bench_print()
2224 fprintf(stderr, "Root buffer peak: %d\n\n", GC_G(root_buf_peak)); in gc_bench_print()
[all …]
H A Dzend_verify_type_inference.h37 …fprintf(stderr, "Inference verification failed at %04d %s (" msg ")\n", (int)(opline - EX(func)->o…
H A Dzend_virtual_cwd.c823 fprintf(stderr, "reparse: print: %s ", printname); in tsrm_realpath_r()
824 fprintf(stderr, "sub: %s ", substitutename); in tsrm_realpath_r()
825 fprintf(stderr, "resolved: %s ", path); in tsrm_realpath_r()
1028 fprintf(stderr,"cwd = %s path = %s\n", state->cwd, path); in virtual_file_ex()
1197 fprintf (stderr, "virtual_file_ex() = %s\n",state->cwd); in virtual_file_ex()
1237 fprintf (stderr, "Changing directory to %s\n", temp); in virtual_chdir_file()
H A Dzend_alloc.c383 fprintf(stderr, "%s", output_buf); in zend_debug_alloc_output()
390 fprintf(stderr, "%s\n", message); in zend_mm_panic()
393 fflush(stderr); in zend_mm_panic()
435 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
438 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
480 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_munmap()
564 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap()
2027 fprintf(stderr, "Can't initialize heap\n");
2929 fprintf(stderr, "Out of memory\n");
3217 fprintf(stderr, "Can't initialize heap\n");
[all …]
/php-src/ext/fileinfo/libmagic/
H A Dder.c332 fprintf(stderr, "%s: tag %p got=%s exp=%s\n", __func__, b, in der_cmp()
362 fprintf(stderr, "%s: len %" SIZE_T_FORMAT "u %u\n", in der_cmp()
375 fprintf(stderr, "%s: data %s %s\n", __func__, buf, s); in der_cmp()
H A Dapprentice.c206 (void)fprintf(stderr, "Usage: %s file\n", progname); in main()
941 (void)fprintf(stderr, "Bad size for type %d\n", in apprentice_magic_strength_1()
981 (void)fprintf(stderr, "Bad type %d\n", m->type); in apprentice_magic_strength_1()
1006 (void)fprintf(stderr, "Bad relation %c\n", m->reln); in apprentice_magic_strength_1()
1054 (void)fprintf(stderr, "Bad factor_op %u\n", m->factor_op); in file_magic_strength()
1370 (void)fprintf(stderr, "%s%s%s: %s\n", in set_text_binary()
1382 (void)fprintf(stderr, "*** Possible " in set_text_binary()
1480 (void)fprintf(stderr, "%s\n", usg_hdr); in apprentice_load()
2571 fprintf(stderr, "Bad number format %d", type); in check_format_type()
2714 fprintf(stderr, "Bad file format %d", type); in check_format_type()
[all …]
/php-src/tests/output/
H A Dsapi_windows_vt100_support.inc36 'STDERR (fopen)' => fopen('php://stderr', 'wb'),
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c413 do {if (!unreachable_count) ir_dump_cfg(ctx, stderr);} while(0); in ir_remove_unreachable_blocks()
1195 fprintf(stderr, "digraph {\n"); in ir_dump_cfg_freq_graph()
1196 fprintf(stderr, "\trankdir=TB;\n"); in ir_dump_cfg_freq_graph()
1217 fprintf(stderr, "\n"); in ir_dump_cfg_freq_graph()
1222 fprintf(stderr, "}\n"); in ir_dump_cfg_freq_graph()
1231 fprintf(stderr, "Edges:\n"); in ir_dump_edges()
1241 fprintf(stderr, "Chains:\n"); in ir_dump_chains()
1246 fprintf(stderr, "(BB%d", i); in ir_dump_chains()
1249 fprintf(stderr, ", BB%d", i); in ir_dump_chains()
1251 fprintf(stderr, ")\n"); in ir_dump_chains()
[all …]
/php-src/ext/ffi/tests/
H A Dbug77706.phpt21 extern FILE *stderr;
/php-src/benchmark/
H A Dbenchmark.php132 $instructions = extractInstructionsFromValgrindOutput($process->stderr);
/php-src/ext/curl/
H A Dinterface.c158 curl_easy_setopt(ch->cp, CURLOPT_STDERR, stderr); in _php_curl_verify_handlers()
574 fprintf(stderr, "curl_write() called\n"); in curl_write()
575 fprintf(stderr, "data = %s, size = %d, nmemb = %d, ctx = %x\n", data, size, nmemb, ctx); in curl_write()
652 fprintf(stderr, "curl_progress() called\n"); in curl_progress()
690 fprintf(stderr, "curl_xferinfo() called\n"); in curl_xferinfo()
735 fprintf(stderr, "curl_prereqfunction() called\n"); in curl_prereqfunction()
782 fprintf(stderr, "curl_ssh_hostkeyfunction() called\n"); in curl_ssh_hostkeyfunction()
783 …fprintf(stderr, "clientp = %x, keytype = %d, key = %s, keylen = %zu\n", clientp, keytype, key, key… in curl_ssh_hostkeyfunction()
927 fprintf(stderr, "curl_debug() called\n"); in curl_debug()
928 fprintf(stderr, "type = %d, data = %s\n", type, data); in curl_debug()
[all …]
/php-src/sapi/cli/
H A Dphp_cli.c352 fprintf(stderr, "%s\n", message); in sapi_cli_log_message()
354 fflush(stderr); in sapi_cli_log_message()
567 fprintf(stderr, "Could not open input file: %s\n", script_file); in cli_seek_file_begin()
1215 _setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ in WinMain()
/php-src/sapi/litespeed/
H A Dlsapi_main.c1175 … fprintf( stderr, "TCP or socket address must be specified following '-b' option.\n"); in parse_opt()
1183 fprintf( stderr, "<path> or <file> must be specified following '-c' option.\n"); in parse_opt()
1346 fprintf(stderr, "Could not open input file: %s.\n", *p); in cli_main()
1527 fprintf( stderr, in main()
1576 … fprintf( stderr, "[%s] Slow PHP script: %d ms\n URL: %s %s\n Query String: %s\n Script: %s\n", in main()
/php-src/sapi/phpdbg/
H A Dphpdbg_btree.c253 fprintf(stderr, "%p: %p\n", (void *) branch->result.idx, branch->result.ptr); in phpdbg_btree_branch_dump()

Completed in 171 milliseconds

123456