Home
last modified time | relevance | path

Searched refs:fprintf (Results 76 – 100 of 188) sorted by relevance

12345678

/php-src/ext/standard/tests/file/
H A Dfscanf_variation4.phpt36 @fprintf($file_handle, "%s", $value);
37 @fprintf($file_handle, "\n");
H A Dfscanf_variation41.phpt35 @fprintf($file_handle, "%s", $value);
36 @fprintf($file_handle, "\n");
H A Dfscanf_variation47.phpt35 @fprintf($file_handle, "%s", $value);
36 @fprintf($file_handle, "\n");
H A Dfscanf_variation13.phpt32 @fprintf($file_handle, $value);
33 @fprintf($file_handle, "\n");
H A Dfscanf_variation16.phpt39 @fprintf($file_handle, "%s", $value);
40 @fprintf($file_handle, "\n");
H A Dfscanf_variation19.phpt36 @fprintf($file_handle, $value);
37 @fprintf($file_handle, "\n");
H A Dfscanf_variation22.phpt39 @fprintf($file_handle, "%s", $value);
40 @fprintf($file_handle, "\n");
H A Dfscanf_variation25.phpt36 @fprintf($file_handle, $value);
37 @fprintf($file_handle, "\n");
H A Dfscanf_variation32.phpt37 @fprintf($file_handle, $value);
38 @fprintf($file_handle, "\n");
H A Dfscanf_variation38.phpt32 @fprintf($file_handle, $value);
33 @fprintf($file_handle, "\n");
H A Dfscanf_variation44.phpt32 @fprintf($file_handle, $value);
33 @fprintf($file_handle, "\n");
H A Dfscanf_variation50.phpt32 @fprintf($file_handle, $value);
33 @fprintf($file_handle, "\n");
H A Dfscanf_variation7.phpt32 @fprintf($file_handle, $value);
33 @fprintf($file_handle, "\n");
H A Dfscanf_variation26.phpt31 @fprintf($file_handle, $char);
32 @fprintf($file_handle, "\n");
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c3288 fprintf(stderr, "\n"); in zend_jit_trace_allocate_registers()
7585 fprintf(stderr, "\n"); in zend_jit_dump_trace()
7600 fprintf(stderr, ", "); in zend_jit_dump_trace()
7622 fprintf(stderr, " ;"); in zend_jit_dump_trace()
7676 fprintf(stderr, "\n"); in zend_jit_dump_trace()
7810 fprintf(stderr, " "); in zend_jit_dump_exit_info()
7812 fprintf(stderr, ":"); in zend_jit_dump_exit_info()
7854 fprintf(stderr, " "); in zend_jit_dump_exit_info()
7859 fprintf(stderr, "\n"); in zend_jit_dump_exit_info()
8000 fprintf(stderr, "\n"); in zend_jit_trace_hot_root()
[all …]
/php-src/ext/standard/
H A Dmail.c554 fprintf(sendmail, "To: %s%s", to, line_sep); in php_mail()
555 fprintf(sendmail, "Subject: %s%s", subject, line_sep); in php_mail()
557 fprintf(sendmail, "%s%s", hdr, line_sep); in php_mail()
559 fprintf(sendmail, "%s%s%s", line_sep, message, line_sep); in php_mail()
/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 …]
/php-src/ext/opcache/tests/
H A Dgh9164.phpt18 fprintf($fd, "class FooBar%04d {}\n", $i);
/php-src/Zend/
H A Dzend_gc.c98 fprintf(stderr, format "\n", ##__VA_ARGS__); \
436 fprintf(stderr, "[%p] rc=%d addr=%d %s object(%s)#%d ", in gc_trace_ref()
442 fprintf(stderr, "[%p] rc=%d addr=%d %s array(%d) ", in gc_trace_ref()
447 fprintf(stderr, "[%p] rc=%d addr=%d %s %s ", in gc_trace_ref()
2109 fprintf(stderr, "GC Statistics\n"); in gc_bench_print()
2110 fprintf(stderr, "-------------\n"); in gc_bench_print()
2111 fprintf(stderr, "Runs: %d\n", GC_G(gc_runs)); in gc_bench_print()
2112 fprintf(stderr, "Collected: %d\n", GC_G(collected)); in gc_bench_print()
2113 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in gc_bench_print()
2114 fprintf(stderr, "Root buffer peak: %d\n\n", GC_G(root_buf_peak)); in gc_bench_print()
[all …]
H A Dzend_vm_trace_handlers.h75 fprintf(f, "%s "ZEND_LONG_FMT"\n", ZSTR_VAL(key), Z_LVAL_P(val)); in zend_vm_trace_finish()
/php-src/ext/opcache/jit/ir/
H A Dir.c103 fprintf(f, "\\%c%c%c",
129 fprintf(f, "\"");
131 fprintf(f, "\"");
158 fprintf(f, "0");
163 fprintf(f, "'\\\\'");
167 fprintf(f, "'\\t'");
169 fprintf(f, "'\\r'");
171 fprintf(f, "'\\n'");
173 fprintf(f, "'\\0'");
192 fprintf(f, "nan");
[all …]
H A Dir_cfg.c1182 fprintf(stderr, "digraph {\n"); in ir_dump_cfg_freq_graph()
1183 fprintf(stderr, "\trankdir=TB;\n"); in ir_dump_cfg_freq_graph()
1197 fprintf(stderr, "\tBB%d [label=\"BB%d: (%d),%0.3f\\n%s\\n%s\"%s%s]\n", b, b, in ir_dump_cfg_freq_graph()
1204 fprintf(stderr, "\n"); in ir_dump_cfg_freq_graph()
1209 fprintf(stderr, "}\n"); in ir_dump_cfg_freq_graph()
1218 fprintf(stderr, "Edges:\n"); in ir_dump_edges()
1222 fprintf(stderr, "}\n"); in ir_dump_edges()
1231 fprintf(stderr, "Chains:\n"); in ir_dump_chains()
1236 fprintf(stderr, "(BB%d", i); in ir_dump_chains()
1239 fprintf(stderr, ", BB%d", i); in ir_dump_chains()
[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()
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt26 $cmd = [$php, '-r', 'echo "Test\n"; fprintf(STDERR, "Error");'];
/php-src/sapi/embed/
H A Dphp_embed.c111 fprintf(stderr, "%s\n", message); in php_embed_log_message()

Completed in 81 milliseconds

12345678