Home
last modified time | relevance | path

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

123456

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2764 ir_save(ctx, 0, stderr); in zend_jit_ir_compile()
2783 ir_save(ctx, 0, stderr); in zend_jit_ir_compile()
2791 if (name) fprintf(stderr, "%s: ; after CFG\n", name); in zend_jit_ir_compile()
2792 ir_save(ctx, IR_SAVE_CFG, stderr); in zend_jit_ir_compile()
2799 ir_save(ctx, IR_SAVE_CFG|IR_SAVE_CFG_MAP, stderr); in zend_jit_ir_compile()
2806 ir_save(ctx, IR_SAVE_CFG, stderr); in zend_jit_ir_compile()
2821 ir_dump_live_ranges(ctx, stderr); in zend_jit_ir_compile()
2828 if (name) fprintf(stderr, "%s: ; codegen\n", name); in zend_jit_ir_compile()
2829 ir_dump_codegen(ctx, stderr); in zend_jit_ir_compile()
2831 if (name) fprintf(stderr, "%s: ; final\n", name); in zend_jit_ir_compile()
[all …]
/php-src/ext/zend_test/
H A Dtest.c1322 fprintf(stderr, "[zend_test] MSHUTDOWN\n"); in PHP_MSHUTDOWN_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc3048 // case IR_ULT: fprintf(stderr, "\tjb .LL%d\n", true_block); break;
3049 // case IR_UGE: fprintf(stderr, "\tjae .LL%d\n", true_block); break;
3050 // case IR_ULE: fprintf(stderr, "\tjbe .LL%d\n", true_block); break;
3051 // case IR_UGT: fprintf(stderr, "\tja .LL%d\n", true_block); break;
5108 // case IR_ULT: fprintf(stderr, "\tjb .LL%d\n", true_block); break;
5109 // case IR_UGE: fprintf(stderr, "\tjae .LL%d\n", true_block); break;
5110 // case IR_ULE: fprintf(stderr, "\tjbe .LL%d\n", true_block); break;
5111 // case IR_UGT: fprintf(stderr, "\tja .LL%d\n", true_block); break;
5856 …fprintf(stderr, "IR Compilation Aborted: ctx->stack_frame_size > ctx->fixed_stack_frame_size at %s…
H A Dir.c1712 fprintf(stderr, "mprotect() failed\n");
1723 fprintf(stderr, "mprotect() failed\n");
H A Dir_x86.dasc9223 // case IR_ULT: fprintf(stderr, "\tjb .LL%d\n", true_block); break;
9224 // case IR_UGE: fprintf(stderr, "\tjae .LL%d\n", true_block); break;
9225 // case IR_ULE: fprintf(stderr, "\tjbe .LL%d\n", true_block); break;
9226 // case IR_UGT: fprintf(stderr, "\tja .LL%d\n", true_block); break;
10269 …fprintf(stderr, "IR Compilation Aborted: ctx->stack_frame_size > ctx->fixed_stack_frame_size at %s…
/php-src/Zend/Optimizer/
H A Dzend_inference.c51 #define LOG_SSA_RANGE(...) fprintf(stderr, __VA_ARGS__)
58 #define LOG_NEG_RANGE(...) fprintf(stderr, __VA_ARGS__)
4048 …fprintf(stderr, "Missing result type inference for opcode %s, line %d\n", zend_get_opcode_name(opl… in _zend_update_type_info()
4053 …fprintf(stderr, "Missing op1 type inference for opcode %s, line %d\n", zend_get_opcode_name(opline… in _zend_update_type_info()
4056 …fprintf(stderr, "Missing op2 type inference for opcode %s, line %d\n", zend_get_opcode_name(opline… in _zend_update_type_info()
/php-src/Zend/
H A Dzend_object_handlers.c711 fprintf(stderr, "Read object #%d property: %s\n", zobj->handle, ZSTR_VAL(name)); in zend_std_read_property()
1320 fprintf(stderr, "Ptr object #%d property: %s\n", zobj->handle, ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
H A Dzend_execute.c4063 fprintf(stderr, "Warning! %x has invalid type!\n", *pz); in zend_check_symbol()
4066 fflush(stderr); in zend_check_symbol()
H A Dzend_strtod.c213 fprintf(stderr, "%s\n", message); in Bug()
H A Dzend_API.c5387 fprintf(stderr, "Evaluating %s via AST\n", default_value); in zend_get_default_from_internal_arg_info()
/php-src/sapi/litespeed/
H A Dlsapilib.c278 fprintf(stderr, "%.*s", (int)(p - buf), buf); in LSAPI_Log()
281 vfprintf(stderr, fmt, ap); in LSAPI_Log()
/php-src/ext/opcache/
H A DZendAccelerator.c2802 …fprintf(stderr, ACCELERATOR_PRODUCT_NAME " is disabled: %s\n", (zps_failure_reason ? zps_failure_r… in accelerator_remove_cb()
2803 fflush(stderr); in accelerator_remove_cb()
/php-src/
H A Dphp.ini-development496 ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
1734 ; OPcache error_log file name. Empty string assumes "stderr".
H A Dphp.ini-production498 ; stderr = Display errors to STDERR (affects only CGI/CLI binaries!)
1736 ; OPcache error_log file name. Empty string assumes "stderr".
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6212 fprintf(stderr,"PANIC: unprotected error in call to Lua API (%s)\n",
6961 createstdfile(L,stderr,0,"stderr");
7771 fprintf(stderr,"Error: %s\n",lua_tostring(L,-1));
/php-src/ext/ffi/
H A Dffi.c5573 fprintf(stderr, "WeakTypes: %d\n", zend_hash_num_elements(FFI_G(weak_types)));

Completed in 354 milliseconds

123456