mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
57 lines
3.2 KiB
XML
57 lines
3.2 KiB
XML
<slide>
|
|
<title>Code Reorganisation</title>
|
|
|
|
<div effect="fade-out">
|
|
<example inline="2">
|
|
*derick@singlemalt:~/dev/php/xdebug-xdebug$ ls ***.[hc]*
|
|
config.h xdebug_handler_dbgp.h xdebug_str.c
|
|
php_xdebug.h xdebug_handlers.c xdebug_str.h
|
|
usefulstuff.c xdebug_handlers.h xdebug_superglobals.c
|
|
usefulstuff.h xdebug_hash.c xdebug_superglobals.h
|
|
xdebug_branch_info.c xdebug_hash.h xdebug_trace_computerized.c
|
|
xdebug_branch_info.h xdebug_llist.c xdebug_trace_computerized.h
|
|
xdebug.c xdebug_llist.h xdebug_trace_html.c
|
|
xdebug_code_coverage.c xdebug_mm.h xdebug_trace_html.h
|
|
xdebug_code_coverage.h xdebug_monitor.c xdebug_trace_textual.c
|
|
xdebug_com.c xdebug_monitor.h xdebug_trace_textual.h
|
|
xdebug_com.h xdebug_private.c xdebug_tracing.c
|
|
xdebug_compat.c xdebug_private.h xdebug_tracing.h
|
|
xdebug_compat.h xdebug_profiler.c xdebug_var.c
|
|
xdebug_filter.c xdebug_profiler.h xdebug_var.h
|
|
xdebug_filter.h xdebug_set.c xdebug_xml.c
|
|
xdebug_gc_stats.c xdebug_set.h xdebug_xml.h
|
|
xdebug_gc_stats.h xdebug_stack.c
|
|
xdebug_handler_dbgp.c xdebug_stack.h
|
|
</example>
|
|
</div>
|
|
|
|
<div effect="fade-in">
|
|
<example inline="2">
|
|
*derick@gargleblaster:~/src$ ls -v ../\*.[ch] \*/\*.[ch]*
|
|
base/base.c gcstats/gc_stats.c lib/var_export_html.h
|
|
base/base.h gcstats/gc_stats.h lib/var_export_line.c
|
|
base/filter.c gcstats/gc_stats_private.h lib/var_export_line.h
|
|
base/filter.h lib/compat.c lib/var_export_serialized.c
|
|
base/monitor.c lib/compat.h lib/var_export_serialized.h
|
|
base/monitor.h lib/crc32.c lib/var_export_text.c
|
|
base/stack.c lib/crc32.h lib/var_export_text.h
|
|
base/stack.h lib/hash.c lib/var_export_xml.c
|
|
base/superglobals.c lib/hash.h lib/var_export_xml.h
|
|
base/superglobals.h lib/lib.c lib/xml.c
|
|
coverage/branch_info.c lib/lib.h lib/xml.h
|
|
coverage/branch_info.h lib/lib_private.h profiler/profiler.c
|
|
coverage/code_coverage.c lib/llist.c profiler/profiler.h
|
|
coverage/code_coverage.h lib/llist.h profiler/profiler_private.h
|
|
coverage/code_coverage_private.h lib/mm.h tracing/trace_computerized.c
|
|
debugger/com.c lib/set.c tracing/trace_computerized.h
|
|
debugger/com.h lib/set.h tracing/trace_html.c
|
|
debugger/debugger.c lib/str.c tracing/trace_html.h
|
|
debugger/debugger.h lib/str.h tracing/trace_textual.c
|
|
debugger/debugger_private.h lib/usefulstuff.c tracing/trace_textual.h
|
|
debugger/handlers.c lib/usefulstuff.h tracing/tracing.c
|
|
debugger/handlers.h lib/var.c tracing/tracing.h
|
|
debugger/handler_dbgp.c lib/var.h tracing/tracing_private.h
|
|
</example>
|
|
</div>
|
|
</slide>
|