Home
last modified time | relevance | path

Searched refs:stderr (Results 101 – 125 of 141) sorted by relevance

123456

/php-src/ext/fileinfo/
H A Dlibmagic.patch147 - fprintf(stderr, "Bad map type %d", map->type);
385 (void)fprintf(stderr, "%s\n", usg_hdr);
1186 (void)fprintf(stderr, "Class %s\n", buf);
2755 (void) fputc('~', stderr);
2760 (void) fputc('/', stderr);
2775 - (void) fprintf(stderr, "Warning: ");
2777 - (void) vfprintf(stderr, f, va);
2780 - (void) fputc('\n', stderr);
3203 - fprintf(stderr, "search: [");
3207 - file_showstr(stderr, m->value.s, slen);
[all …]
/php-src/ext/standard/
H A Dvar_unserializer.re62 …/* fprintf(stderr, "UNSERIALIZE_INIT == lock: %u, level: %u\n", BG(serialize_lock), BG(unserial…
85 …/* fprintf(stderr, "UNSERIALIZE_DESTROY == lock: %u, level: %u\n", BG(serialize_lock), BG(unserial…
120 …fprintf(stderr, "var_push(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_P(r…
197 …fprintf(stderr, "var_replace(" ZEND_LONG_FMT "): %d\n", var_hash?var_hash->used_slots:-1L, Z_TYPE_…
215 …fprintf(stderr, "var_access(" ZEND_LONG_FMT "): " ZEND_LONG_FMT "\n", var_hash?var_hash->used_slot…
239 fprintf(stderr, "var_destroy( " ZEND_LONG_FMT ")\n", var_hash?var_hash->used_slots:-1L);
252 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", &var_dtor_hash->data[i], Z_REFCOUNT_P(&var_dtor_has…
H A Dphp_fopen_wrapper.c284 file = stderr; in php_stream_url_wrap_php()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c718 fprintf(stderr, " type=%x ", group_frame_type); in match()
722 fprintf(stderr, "capture=%d", GF_DATAMASK(group_frame_type)); in match()
734 fprintf(stderr, "recurse=%d", GF_DATAMASK(group_frame_type)); in match()
738 fprintf(stderr, "*** unknown ***"); in match()
742 fprintf(stderr, "\n"); in match()
786 fprintf(stderr, "\n++ New frame: type=0x%x subject offset %ld\n", in match()
850 fprintf(stderr, "++ Accept within recursion\n"); in match()
892 fprintf(stderr, "++ Backtrack because empty string\n"); in match()
6476 fprintf(stderr, "++ RETURN %d to RM%d\n", rrc, Freturn_id); in match()
7511 fprintf(stderr, "++ Calling match()\n"); in pcre2_match()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c1586 fprintf(stderr, "COALESCE %d -> %d\n", r2, r1); in ir_vregs_join()
1690 fprintf(stderr, "BB%d: MOV %d -> %d\n", b, from, to); in ir_add_phi_move()
2231 fprintf(stderr, action " R%d [%d.%d...%d.%d)" comment "\n", \
2242 fprintf(stderr, action " R%d [%d.%d...%d.%d) to %s" comment "\n", \
2255 fprintf(stderr, " ---- Split R%d [%d.%d...%d.%d) at %d.%d\n", \
3580 fprintf(stderr, "----\n"); in ir_linear_scan()
3581 ir_dump_live_ranges(ctx, stderr); in ir_linear_scan()
3582 fprintf(stderr, "---- Start LSRA\n"); in ir_linear_scan()
3800 fprintf(stderr, "---- Finish LSRA\n"); in ir_linear_scan()
3801 ir_dump_live_ranges(ctx, stderr); in ir_linear_scan()
[all …]
H A Dir_disasm.c361 fprintf(stderr, "cs_open(CS_ARCH_X86, CS_MODE_64, ...) failed; [%d] %s\n", ret, cs_strerror(ret));
367 fprintf(stderr, "cs_open(CS_ARCH_X86, CS_MODE_32, ...) failed; [%d] %s\n", ret, cs_strerror(ret));
380 …fprintf(stderr, "cs_open(CS_ARCH_ARM64, CS_MODE_ARM, ...) failed; [%d] %s\n", ret, cs_strerror(ret…
H A Dir_sccp.c2405 fprintf(stderr, "%d. CONST(", i); in ir_sccp()
2406 ir_print_const(ctx, &_values[i], stderr, true); in ir_sccp()
2407 fprintf(stderr, ")\n"); in ir_sccp()
2410 fprintf(stderr, "%d. COPY(%d)\n", i, _values[i].op1); in ir_sccp()
2413 fprintf(stderr, "%d. TOP\n", i); in ir_sccp()
2415 fprintf(stderr, "%d. IF(%d)\n", i, _values[i].op1); in ir_sccp()
2417 fprintf(stderr, "%d. MERGE(%d)\n", i, _values[i].op1); in ir_sccp()
2419 fprintf(stderr, "%d. %d\n", i, _values[i].op); in ir_sccp()
H A Dir_dump.c264 fprintf(stderr, "\tIRREDUCIBLE_LOOP\n"); in ir_dump_cfg_block()
/php-src/sapi/cli/
H A Dphp_cli_server.c788 fprintf(stderr, "[%ld] [%s] %s\n", (long) getpid(), buf, msg); in sapi_cli_server_log_write()
790 fprintf(stderr, "[%s] %s\n", buf, msg); in sapi_cli_server_log_write()
793 fprintf(stderr, "[%s] %s\n", buf, msg); in sapi_cli_server_log_write()
2536 fprintf(stderr, "number of workers must be larger than 1\n"); in php_cli_server_startup_workers()
2539 fprintf(stderr, "forking is not supported on this platform\n"); in php_cli_server_startup_workers()
2555 fprintf(stderr, "Invalid address: %s\n", addr); in php_cli_server_ctor()
2824 fprintf(stderr, "Document root path is too long.\n"); in do_cli_server()
2849 fprintf(stderr, "Directory %s does not exist.\n", document_root); in do_cli_server()
2853 fprintf(stderr, "%s is not a directory.\n", document_root); in do_cli_server()
/php-src/Zend/
H A Dzend_execute_API.c69 fflush(stderr);
77 fprintf(stderr, "SIGSEGV caught on opcode %d on opline %d of %s() at %s:%d\n\n",
85 fflush(stderr);
1439 …fprintf(stderr, "zend_timeout_handler() called in a thread not managed by PHP. The expected signal… in zend_timeout_handler()
1447 …fprintf(stderr, "Executing previous handler (if set) for unexpected signal SIGRTMIN received on th… in zend_timeout_handler()
1465 …fprintf(stderr, "zend_timeout_handler() called in a thread not managed by PHP. The expected signal… in zend_timeout_handler()
H A Dzend_ini_parser.y217 fprintf(stderr, "PHP: %s", error_buf); in ini_error()
H A Dzend.c1873 vfprintf(stderr, format, args); in zend_output_debug_string()
1874 fprintf(stderr, "\n"); in zend_output_debug_string()
/php-src/Zend/Optimizer/
H A Dscdf.c49 #define DEBUG_PRINT(...) fprintf(stderr, __VA_ARGS__)
H A Dblock_pass.c1498 fprintf(stderr, "NON-LOCAL-VARS: %d", i); in zend_t_usage()
1501 fprintf(stderr, ", %d", i); in zend_t_usage()
1506 fprintf(stderr, "\n"); in zend_t_usage()
/php-src/sapi/fpm/
H A Dwww.conf.in427 ; Redirect worker stdout and stderr into main error log. If not set, stdout and
428 ; stderr will be redirected to /dev/null according to FastCGI specs.
435 ; the child that writes to the log and if stdout or stderr is used as well as
437 ; Settings to "no" will output data as written to the stdout or stderr.
/php-src/sapi/phpdbg/
H A Dphpdbg.c864 int stat_stderr = fstat(fileno(stderr), &stat[2]); in phpdbg_stdiop_write()
1160 _setmode(_fileno(stderr), O_BINARY); /* make the stdio mode be binary */ in main()
1476 PHPDBG_G(io)[PHPDBG_STDERR].fd = fileno(stderr); in main()
/php-src/ext/gd/libgd/
H A Dgd.c73 fputs("GD Error: ", stderr); in gd_stderr_error()
76 fputs("GD Warning: ", stderr); in gd_stderr_error()
79 fputs("GD Notice: ", stderr); in gd_stderr_error()
83 fputs("GD Info: ", stderr); in gd_stderr_error()
86 fputs("GD Debug: ", stderr); in gd_stderr_error()
90 vfprintf(stderr, format, args); in gd_stderr_error()
91 fflush(stderr); in gd_stderr_error()
/php-src/main/streams/
H A Dstreams.c79 fprintf(stderr, "forget_persistent: %s:%p\n", stream->ops->label, stream); in forget_persistent_resource_id_numbers()
290 fprintf(stderr, "stream_alloc: %s:%p persistent=%s\n", ops->label, ret, persistent_id); in _php_stream_alloc()
394 fprintf(stderr, "stream_free: %s:%p[%s] in_free=%d opts=%s\n", in _php_stream_free()
444 fprintf(stderr, "stream_free: %s:%p[%s] preserve_handle=%d release_cast=%d remove_rsrc=%d\n", in _php_stream_free()
/php-src/main/
H A Dfastcgi.c49 fprintf(stderr, "WaitForSingleObject() failed\n"); \
475 vfprintf(stderr, format, ap); in fcgi_log()
497 fprintf(stderr, "Error starting Windows Sockets. Error: %d", WSAGetLastError()); in fcgi_init()
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c512 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info()
H A Dcompress.c1082 (void)fflush(stderr); in uncompressbuf()
/php-src/sapi/fpm/tests/
H A Dlogtool.inc9 const P_PREFIX = '\[pool unconfined\] child \d+ said into stderr: ';
221 * @param bool $isStdErr Whether the message is written to stderr.
H A Dtester.inc491 * @param bool $forceStderr Whether to output to stderr so error log is used.
1245 'STDERR' => '/dev/stderr',
1782 * @param bool $isStdErr Whether it is logged to stderr.
/php-src/ext/zlib/
H A Dzlib.c438 …fprintf(stderr, "\n%3d: %3d PRIOR: size=%7lu,\tfree=%7lu,\tused=%7lu,\tavail_in=%7lu,\tavail_out=%… in php_zlib_inflate_rounds()
445 …fprintf(stderr, "%3d: %3d AFTER: size=%7lu,\tfree=%7lu,\tused=%7lu,\tavail_in=%7lu,\tavail_out=%7l… in php_zlib_inflate_rounds()
/php-src/ext/standard/libavifinfo/
H A Davifinfo.c64 fprintf(stderr, " %s:%d: %s\n", file, line, kStr[status]); in AvifInfoInternalLogError()

Completed in 254 milliseconds

123456