codemod 2010-2016 to 2010-present
commit11512ca9952a15a0d4f7db84c1c9eb64f5c94197
authorMadelaine Boyd <madelaine@fb.com>
Fri, 6 Jan 2017 21:39:17 +0000 (6 13:39 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 6 Jan 2017 21:51:46 +0000 (6 13:51 -0800)
tree51c697aab01df2082491dad51ccf37d8bc9f8704
parenteb7ba1cf732ac3d43693bffaf0030b2d2064ad8e
codemod 2010-2016 to 2010-present

Summary:
$ codemod --extensions cpp,h \
  '\| Copyright \(c\) 2010-2016 Facebook, Inc\. \(http://www\.facebook\.com\)     \|' \
  '| Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com)  |'

Used codemod, manually verified the first few, then used "Yes to all."

Reviewed By: ricklavoie

Differential Revision: D4385345

fbshipit-source-id: 042b792d0ad966abcdb7a506a8fbe8980206fe18
1878 files changed:
hphp/compiler/analysis/analysis_result.cpp
hphp/compiler/analysis/analysis_result.h
hphp/compiler/analysis/block_scope.cpp
hphp/compiler/analysis/block_scope.h
hphp/compiler/analysis/class_scope.cpp
hphp/compiler/analysis/class_scope.h
hphp/compiler/analysis/code_error.cpp
hphp/compiler/analysis/code_error.h
hphp/compiler/analysis/constant_table.cpp
hphp/compiler/analysis/constant_table.h
hphp/compiler/analysis/emitter.cpp
hphp/compiler/analysis/emitter.h
hphp/compiler/analysis/exceptions.h
hphp/compiler/analysis/file_scope.cpp
hphp/compiler/analysis/file_scope.h
hphp/compiler/analysis/function_container.cpp
hphp/compiler/analysis/function_container.h
hphp/compiler/analysis/function_scope.cpp
hphp/compiler/analysis/function_scope.h
hphp/compiler/analysis/label_scope.h
hphp/compiler/analysis/lambda_names.cpp
hphp/compiler/analysis/lambda_names.h
hphp/compiler/analysis/symbol_table.cpp
hphp/compiler/analysis/symbol_table.h
hphp/compiler/analysis/variable_table.cpp
hphp/compiler/analysis/variable_table.h
hphp/compiler/builtin_symbols.cpp
hphp/compiler/builtin_symbols.h
hphp/compiler/code_generator.cpp
hphp/compiler/code_generator.h
hphp/compiler/compiler.cpp
hphp/compiler/compiler.h
hphp/compiler/construct.cpp
hphp/compiler/construct.h
hphp/compiler/expression/array_element_expression.cpp
hphp/compiler/expression/array_element_expression.h
hphp/compiler/expression/array_pair_expression.cpp
hphp/compiler/expression/array_pair_expression.h
hphp/compiler/expression/assignment_expression.cpp
hphp/compiler/expression/assignment_expression.h
hphp/compiler/expression/await_expression.cpp
hphp/compiler/expression/await_expression.h
hphp/compiler/expression/binary_op_expression.cpp
hphp/compiler/expression/binary_op_expression.h
hphp/compiler/expression/class_constant_expression.cpp
hphp/compiler/expression/class_constant_expression.h
hphp/compiler/expression/class_expression.cpp
hphp/compiler/expression/class_expression.h
hphp/compiler/expression/closure_expression.cpp
hphp/compiler/expression/closure_expression.h
hphp/compiler/expression/constant_expression.cpp
hphp/compiler/expression/constant_expression.h
hphp/compiler/expression/dynamic_function_call.cpp
hphp/compiler/expression/dynamic_function_call.h
hphp/compiler/expression/dynamic_variable.cpp
hphp/compiler/expression/dynamic_variable.h
hphp/compiler/expression/encaps_list_expression.cpp
hphp/compiler/expression/encaps_list_expression.h
hphp/compiler/expression/expression.cpp
hphp/compiler/expression/expression.h
hphp/compiler/expression/expression_list.cpp
hphp/compiler/expression/expression_list.h
hphp/compiler/expression/function_call.cpp
hphp/compiler/expression/function_call.h
hphp/compiler/expression/include_expression.cpp
hphp/compiler/expression/include_expression.h
hphp/compiler/expression/list_assignment.cpp
hphp/compiler/expression/list_assignment.h
hphp/compiler/expression/modifier_expression.cpp
hphp/compiler/expression/modifier_expression.h
hphp/compiler/expression/new_object_expression.cpp
hphp/compiler/expression/new_object_expression.h
hphp/compiler/expression/null_coalesce_expression.cpp
hphp/compiler/expression/null_coalesce_expression.h
hphp/compiler/expression/object_method_expression.cpp
hphp/compiler/expression/object_method_expression.h
hphp/compiler/expression/object_property_expression.cpp
hphp/compiler/expression/object_property_expression.h
hphp/compiler/expression/parameter_expression.cpp
hphp/compiler/expression/parameter_expression.h
hphp/compiler/expression/pipe_variable.cpp
hphp/compiler/expression/pipe_variable.h
hphp/compiler/expression/qop_expression.cpp
hphp/compiler/expression/qop_expression.h
hphp/compiler/expression/scalar_expression.cpp
hphp/compiler/expression/scalar_expression.h
hphp/compiler/expression/simple_function_call.cpp
hphp/compiler/expression/simple_function_call.h
hphp/compiler/expression/simple_variable.cpp
hphp/compiler/expression/simple_variable.h
hphp/compiler/expression/static_class_name.cpp
hphp/compiler/expression/static_class_name.h
hphp/compiler/expression/static_member_expression.cpp
hphp/compiler/expression/static_member_expression.h
hphp/compiler/expression/unary_op_expression.cpp
hphp/compiler/expression/unary_op_expression.h
hphp/compiler/expression/user_attribute.cpp
hphp/compiler/expression/user_attribute.h
hphp/compiler/expression/yield_expression.cpp
hphp/compiler/expression/yield_expression.h
hphp/compiler/expression/yield_from_expression.cpp
hphp/compiler/expression/yield_from_expression.h
hphp/compiler/hphp.h
hphp/compiler/json.cpp
hphp/compiler/json.h
hphp/compiler/option.cpp
hphp/compiler/option.h
hphp/compiler/package.cpp
hphp/compiler/package.h
hphp/compiler/parser/parser.cpp
hphp/compiler/parser/parser.h
hphp/compiler/statement/block_statement.cpp
hphp/compiler/statement/block_statement.h
hphp/compiler/statement/break_statement.cpp
hphp/compiler/statement/break_statement.h
hphp/compiler/statement/case_statement.cpp
hphp/compiler/statement/case_statement.h
hphp/compiler/statement/catch_statement.cpp
hphp/compiler/statement/catch_statement.h
hphp/compiler/statement/class_constant.cpp
hphp/compiler/statement/class_constant.h
hphp/compiler/statement/class_require_statement.cpp
hphp/compiler/statement/class_require_statement.h
hphp/compiler/statement/class_statement.cpp
hphp/compiler/statement/class_statement.h
hphp/compiler/statement/class_variable.cpp
hphp/compiler/statement/class_variable.h
hphp/compiler/statement/continue_statement.cpp
hphp/compiler/statement/continue_statement.h
hphp/compiler/statement/declare_statement.cpp
hphp/compiler/statement/declare_statement.h
hphp/compiler/statement/do_statement.cpp
hphp/compiler/statement/do_statement.h
hphp/compiler/statement/echo_statement.cpp
hphp/compiler/statement/echo_statement.h
hphp/compiler/statement/exp_statement.cpp
hphp/compiler/statement/exp_statement.h
hphp/compiler/statement/finally_statement.cpp
hphp/compiler/statement/finally_statement.h
hphp/compiler/statement/for_statement.cpp
hphp/compiler/statement/for_statement.h
hphp/compiler/statement/foreach_statement.cpp
hphp/compiler/statement/foreach_statement.h
hphp/compiler/statement/function_statement.cpp
hphp/compiler/statement/function_statement.h
hphp/compiler/statement/global_statement.cpp
hphp/compiler/statement/global_statement.h
hphp/compiler/statement/goto_statement.cpp
hphp/compiler/statement/goto_statement.h
hphp/compiler/statement/if_branch_statement.cpp
hphp/compiler/statement/if_branch_statement.h
hphp/compiler/statement/if_statement.cpp
hphp/compiler/statement/if_statement.h
hphp/compiler/statement/interface_statement.cpp
hphp/compiler/statement/interface_statement.h
hphp/compiler/statement/label_statement.cpp
hphp/compiler/statement/label_statement.h
hphp/compiler/statement/loop_statement.cpp
hphp/compiler/statement/loop_statement.h
hphp/compiler/statement/method_statement.cpp
hphp/compiler/statement/method_statement.h
hphp/compiler/statement/return_statement.cpp
hphp/compiler/statement/return_statement.h
hphp/compiler/statement/statement.cpp
hphp/compiler/statement/statement.h
hphp/compiler/statement/statement_list.cpp
hphp/compiler/statement/statement_list.h
hphp/compiler/statement/static_statement.cpp
hphp/compiler/statement/static_statement.h
hphp/compiler/statement/switch_statement.cpp
hphp/compiler/statement/switch_statement.h
hphp/compiler/statement/throw_statement.cpp
hphp/compiler/statement/throw_statement.h
hphp/compiler/statement/trait_alias_statement.cpp
hphp/compiler/statement/trait_alias_statement.h
hphp/compiler/statement/trait_prec_statement.cpp
hphp/compiler/statement/trait_prec_statement.h
hphp/compiler/statement/try_statement.cpp
hphp/compiler/statement/try_statement.h
hphp/compiler/statement/typedef_statement.cpp
hphp/compiler/statement/typedef_statement.h
hphp/compiler/statement/unset_statement.cpp
hphp/compiler/statement/unset_statement.h
hphp/compiler/statement/use_declaration_statement_fragment.h
hphp/compiler/statement/use_trait_statement.cpp
hphp/compiler/statement/use_trait_statement.h
hphp/compiler/statement/while_statement.cpp
hphp/compiler/statement/while_statement.h
hphp/compiler/type_annotation.cpp
hphp/compiler/type_annotation.h
hphp/hhbbc/analyze.cpp
hphp/hhbbc/analyze.h
hphp/hhbbc/bc.h
hphp/hhbbc/cfg.cpp
hphp/hhbbc/cfg.h
hphp/hhbbc/check.cpp
hphp/hhbbc/class-util.cpp
hphp/hhbbc/class-util.h
hphp/hhbbc/dce.cpp
hphp/hhbbc/dce.h
hphp/hhbbc/debug.cpp
hphp/hhbbc/debug.h
hphp/hhbbc/emit.cpp
hphp/hhbbc/emit.h
hphp/hhbbc/eval-cell.h
hphp/hhbbc/hhbbc-inl.h
hphp/hhbbc/hhbbc.h
hphp/hhbbc/index.cpp
hphp/hhbbc/index.h
hphp/hhbbc/interp-builtin.cpp
hphp/hhbbc/interp-internal.h
hphp/hhbbc/interp-minstr.cpp
hphp/hhbbc/interp-state.cpp
hphp/hhbbc/interp-state.h
hphp/hhbbc/interp.cpp
hphp/hhbbc/interp.h
hphp/hhbbc/main.cpp
hphp/hhbbc/misc.h
hphp/hhbbc/optimize.cpp
hphp/hhbbc/optimize.h
hphp/hhbbc/options-util.cpp
hphp/hhbbc/options-util.h
hphp/hhbbc/options.cpp
hphp/hhbbc/options.h
hphp/hhbbc/parallel.cpp
hphp/hhbbc/parallel.h
hphp/hhbbc/parse.cpp
hphp/hhbbc/parse.h
hphp/hhbbc/peephole.cpp
hphp/hhbbc/peephole.h
hphp/hhbbc/representation.h
hphp/hhbbc/show.cpp
hphp/hhbbc/src-loc.h
hphp/hhbbc/stats.cpp
hphp/hhbbc/stats.h
hphp/hhbbc/test/bc.cpp
hphp/hhbbc/test/main.cpp
hphp/hhbbc/test/type-system.cpp
hphp/hhbbc/type-builtins.cpp
hphp/hhbbc/type-builtins.h
hphp/hhbbc/type-ops.cpp
hphp/hhbbc/type-ops.h
hphp/hhbbc/type-system.cpp
hphp/hhbbc/type-system.h
hphp/hhbbc/unit-util.cpp
hphp/hhbbc/unit-util.h
hphp/hhbbc/whole-program.cpp
hphp/hhvm/main.cpp
hphp/hhvm/process-init.cpp
hphp/hhvm/process-init.h
hphp/parser/location.h
hphp/parser/parser.cpp
hphp/parser/parser.h
hphp/parser/scanner.cpp
hphp/parser/scanner.h
hphp/runtime/base/actrec-args.h
hphp/runtime/base/annot-type.cpp
hphp/runtime/base/annot-type.h
hphp/runtime/base/apc-array.cpp
hphp/runtime/base/apc-array.h
hphp/runtime/base/apc-collection.cpp
hphp/runtime/base/apc-collection.h
hphp/runtime/base/apc-file-storage.cpp
hphp/runtime/base/apc-file-storage.h
hphp/runtime/base/apc-handle-defs.h
hphp/runtime/base/apc-handle.cpp
hphp/runtime/base/apc-handle.h
hphp/runtime/base/apc-local-array.cpp
hphp/runtime/base/apc-local-array.h
hphp/runtime/base/apc-object.cpp
hphp/runtime/base/apc-object.h
hphp/runtime/base/apc-string.cpp
hphp/runtime/base/apc-string.h
hphp/runtime/base/apc-typed-value.cpp
hphp/runtime/base/apc-typed-value.h
hphp/runtime/base/array-common.cpp
hphp/runtime/base/array-common.h
hphp/runtime/base/array-data-defs.h
hphp/runtime/base/array-data.cpp
hphp/runtime/base/array-data.h
hphp/runtime/base/array-init.cpp
hphp/runtime/base/array-init.h
hphp/runtime/base/array-iterator-defs.h
hphp/runtime/base/array-iterator.cpp
hphp/runtime/base/array-iterator.h
hphp/runtime/base/array-sort.cpp
hphp/runtime/base/array-util.cpp
hphp/runtime/base/array-util.h
hphp/runtime/base/atomic-countable.h
hphp/runtime/base/atomic-shared-ptr.h
hphp/runtime/base/attr.h
hphp/runtime/base/backtrace.cpp
hphp/runtime/base/backtrace.h
hphp/runtime/base/builtin-functions.cpp
hphp/runtime/base/builtin-functions.h
hphp/runtime/base/cap-code.h
hphp/runtime/base/classname-is.h
hphp/runtime/base/code-coverage.cpp
hphp/runtime/base/code-coverage.h
hphp/runtime/base/collections.cpp
hphp/runtime/base/collections.h
hphp/runtime/base/comparisons.cpp
hphp/runtime/base/comparisons.h
hphp/runtime/base/concurrent-shared-store.cpp
hphp/runtime/base/concurrent-shared-store.h
hphp/runtime/base/config.cpp
hphp/runtime/base/config.h
hphp/runtime/base/container-functions.h
hphp/runtime/base/countable.h
hphp/runtime/base/crash-reporter.cpp
hphp/runtime/base/crash-reporter.h
hphp/runtime/base/curl-tls-workarounds.cpp
hphp/runtime/base/curl-tls-workarounds.h
hphp/runtime/base/data-stream-wrapper.cpp
hphp/runtime/base/data-stream-wrapper.h
hphp/runtime/base/data-walker.cpp
hphp/runtime/base/data-walker.h
hphp/runtime/base/datatype-profiler.cpp
hphp/runtime/base/datatype-profiler.h
hphp/runtime/base/datatype.h
hphp/runtime/base/dateinterval.cpp
hphp/runtime/base/dateinterval.h
hphp/runtime/base/datetime.cpp
hphp/runtime/base/datetime.h
hphp/runtime/base/debuggable.cpp
hphp/runtime/base/debuggable.h
hphp/runtime/base/directory.cpp
hphp/runtime/base/directory.h
hphp/runtime/base/dummy-resource.cpp
hphp/runtime/base/dummy-resource.h
hphp/runtime/base/empty-array.cpp
hphp/runtime/base/empty-array.h
hphp/runtime/base/emulate-zend.cpp
hphp/runtime/base/emulate-zend.h
hphp/runtime/base/enum-cache.cpp
hphp/runtime/base/enum-cache.h
hphp/runtime/base/exceptions.cpp
hphp/runtime/base/exceptions.h
hphp/runtime/base/execution-context-inl.h
hphp/runtime/base/execution-context.cpp
hphp/runtime/base/execution-context.h
hphp/runtime/base/execution-profiler.h
hphp/runtime/base/extended-logger.cpp
hphp/runtime/base/extended-logger.h
hphp/runtime/base/externals.h
hphp/runtime/base/file-stream-wrapper.cpp
hphp/runtime/base/file-stream-wrapper.h
hphp/runtime/base/file-util.cpp
hphp/runtime/base/file-util.h
hphp/runtime/base/file.cpp
hphp/runtime/base/file.h
hphp/runtime/base/glob-stream-wrapper.cpp
hphp/runtime/base/glob-stream-wrapper.h
hphp/runtime/base/header-kind.h
hphp/runtime/base/heap-algorithms.h
hphp/runtime/base/heap-collect.cpp
hphp/runtime/base/heap-graph.cpp
hphp/runtime/base/heap-graph.h
hphp/runtime/base/heap-report.cpp
hphp/runtime/base/heap-scan.h
hphp/runtime/base/hhprof.cpp
hphp/runtime/base/hhprof.h
hphp/runtime/base/hphp-system.cpp
hphp/runtime/base/hphp-system.h
hphp/runtime/base/http-client.cpp
hphp/runtime/base/http-client.h
hphp/runtime/base/http-stream-wrapper.cpp
hphp/runtime/base/http-stream-wrapper.h
hphp/runtime/base/ini-parser/zend-ini.h
hphp/runtime/base/ini-setting.cpp
hphp/runtime/base/ini-setting.h
hphp/runtime/base/init-fini-node.cpp
hphp/runtime/base/intercept.cpp
hphp/runtime/base/intercept.h
hphp/runtime/base/intl-convert.cpp
hphp/runtime/base/intl-convert.h
hphp/runtime/base/libevent-http-client.cpp
hphp/runtime/base/libevent-http-client.h
hphp/runtime/base/mem-file.cpp
hphp/runtime/base/mem-file.h
hphp/runtime/base/member-reflection.cpp
hphp/runtime/base/member-reflection.h
hphp/runtime/base/memory-manager-defs.h
hphp/runtime/base/memory-manager-inl.h
hphp/runtime/base/memory-manager.cpp
hphp/runtime/base/memory-manager.h
hphp/runtime/base/memory-usage-stats.h
hphp/runtime/base/mixed-array-defs.h
hphp/runtime/base/mixed-array-x64.h
hphp/runtime/base/mixed-array.cpp
hphp/runtime/base/mixed-array.h
hphp/runtime/base/object-data-inl.h
hphp/runtime/base/object-data.cpp
hphp/runtime/base/object-data.h
hphp/runtime/base/output-file.cpp
hphp/runtime/base/output-file.h
hphp/runtime/base/packed-array-defs.h
hphp/runtime/base/packed-array.cpp
hphp/runtime/base/packed-array.h
hphp/runtime/base/perf-mem-event.cpp
hphp/runtime/base/perf-mem-event.h
hphp/runtime/base/perf-warning.cpp
hphp/runtime/base/perf-warning.h
hphp/runtime/base/php-stream-wrapper.cpp
hphp/runtime/base/php-stream-wrapper.h
hphp/runtime/base/pipe.cpp
hphp/runtime/base/pipe.h
hphp/runtime/base/plain-file.cpp
hphp/runtime/base/plain-file.h
hphp/runtime/base/preg.cpp
hphp/runtime/base/preg.h
hphp/runtime/base/program-functions.cpp
hphp/runtime/base/program-functions.h
hphp/runtime/base/property-table.cpp
hphp/runtime/base/property-table.h
hphp/runtime/base/proxy-array.cpp
hphp/runtime/base/proxy-array.h
hphp/runtime/base/rds-header.h
hphp/runtime/base/rds-inl.h
hphp/runtime/base/rds-util.cpp
hphp/runtime/base/rds-util.h
hphp/runtime/base/rds.cpp
hphp/runtime/base/rds.h
hphp/runtime/base/ref-data.h
hphp/runtime/base/repo-auth-type.cpp
hphp/runtime/base/repo-auth-type.h
hphp/runtime/base/req-containers.h
hphp/runtime/base/req-malloc.h
hphp/runtime/base/req-ptr.cpp
hphp/runtime/base/req-ptr.h
hphp/runtime/base/req-root.cpp
hphp/runtime/base/req-root.h
hphp/runtime/base/request-event-handler.h
hphp/runtime/base/request-injection-data-inl.h
hphp/runtime/base/request-injection-data.cpp
hphp/runtime/base/request-injection-data.h
hphp/runtime/base/request-local.h
hphp/runtime/base/resource-data.cpp
hphp/runtime/base/resource-data.h
hphp/runtime/base/runtime-error.cpp
hphp/runtime/base/runtime-error.h
hphp/runtime/base/runtime-option.cpp
hphp/runtime/base/runtime-option.h
hphp/runtime/base/set-array.cpp
hphp/runtime/base/set-array.h
hphp/runtime/base/simple-counter.cpp
hphp/runtime/base/simple-counter.h
hphp/runtime/base/socket.cpp
hphp/runtime/base/socket.h
hphp/runtime/base/sort-flags.h
hphp/runtime/base/sort-helpers.h
hphp/runtime/base/ssl-socket.cpp
hphp/runtime/base/ssl-socket.h
hphp/runtime/base/stack-logger.cpp
hphp/runtime/base/stack-logger.h
hphp/runtime/base/stat-cache.cpp
hphp/runtime/base/stat-cache.h
hphp/runtime/base/static-string-table.cpp
hphp/runtime/base/static-string-table.h
hphp/runtime/base/stats.cpp
hphp/runtime/base/stats.h
hphp/runtime/base/stream-wrapper-registry.cpp
hphp/runtime/base/stream-wrapper-registry.h
hphp/runtime/base/stream-wrapper.cpp
hphp/runtime/base/stream-wrapper.h
hphp/runtime/base/string-buffer.cpp
hphp/runtime/base/string-buffer.h
hphp/runtime/base/string-data-inl.h
hphp/runtime/base/string-data-macros.h
hphp/runtime/base/string-data.cpp
hphp/runtime/base/string-data.h
hphp/runtime/base/string-holder.cpp
hphp/runtime/base/string-holder.h
hphp/runtime/base/string-util.cpp
hphp/runtime/base/string-util.h
hphp/runtime/base/strings.h
hphp/runtime/base/surprise-flags.cpp
hphp/runtime/base/surprise-flags.h
hphp/runtime/base/sweepable.h
hphp/runtime/base/system-profiler.cpp
hphp/runtime/base/system-profiler.h
hphp/runtime/base/temp-file.cpp
hphp/runtime/base/temp-file.h
hphp/runtime/base/thread-hooks.cpp
hphp/runtime/base/thread-hooks.h
hphp/runtime/base/thread-info.cpp
hphp/runtime/base/thread-info.h
hphp/runtime/base/thread-safe-setlocale.cpp
hphp/runtime/base/thread-safe-setlocale.h
hphp/runtime/base/thrift-buffer.cpp
hphp/runtime/base/thrift-buffer.h
hphp/runtime/base/timestamp.cpp
hphp/runtime/base/timestamp.h
hphp/runtime/base/timezone.cpp
hphp/runtime/base/timezone.h
hphp/runtime/base/tv-arith.cpp
hphp/runtime/base/tv-arith.h
hphp/runtime/base/tv-comparisons-inl.h
hphp/runtime/base/tv-comparisons.cpp
hphp/runtime/base/tv-comparisons.h
hphp/runtime/base/tv-conversions-inl.h
hphp/runtime/base/tv-conversions.h
hphp/runtime/base/tv-helpers.cpp
hphp/runtime/base/tv-helpers.h
hphp/runtime/base/type-array.cpp
hphp/runtime/base/type-array.h
hphp/runtime/base/type-conversions.h
hphp/runtime/base/type-object.cpp
hphp/runtime/base/type-object.h
hphp/runtime/base/type-resource.cpp
hphp/runtime/base/type-resource.h
hphp/runtime/base/type-string.cpp
hphp/runtime/base/type-string.h
hphp/runtime/base/type-structure.cpp
hphp/runtime/base/type-structure.h
hphp/runtime/base/type-variant.cpp
hphp/runtime/base/type-variant.h
hphp/runtime/base/typed-value.cpp
hphp/runtime/base/typed-value.h
hphp/runtime/base/types.h
hphp/runtime/base/unit-cache.cpp
hphp/runtime/base/unit-cache.h
hphp/runtime/base/url-file.cpp
hphp/runtime/base/url-file.h
hphp/runtime/base/url.cpp
hphp/runtime/base/url.h
hphp/runtime/base/user-attributes.cpp
hphp/runtime/base/user-attributes.h
hphp/runtime/base/user-directory.cpp
hphp/runtime/base/user-directory.h
hphp/runtime/base/user-file.cpp
hphp/runtime/base/user-file.h
hphp/runtime/base/user-fs-node.cpp
hphp/runtime/base/user-fs-node.h
hphp/runtime/base/user-stream-wrapper.cpp
hphp/runtime/base/user-stream-wrapper.h
hphp/runtime/base/utf8-decode.cpp
hphp/runtime/base/utf8-decode.h
hphp/runtime/base/variable-serializer.cpp
hphp/runtime/base/variable-serializer.h
hphp/runtime/base/variable-unserializer.cpp
hphp/runtime/base/variable-unserializer.h
hphp/runtime/base/weakref-data.cpp
hphp/runtime/base/weakref-data.h
hphp/runtime/base/zend-collator.cpp
hphp/runtime/base/zend-collator.h
hphp/runtime/base/zend-custom-element.cpp
hphp/runtime/base/zend-custom-element.h
hphp/runtime/base/zend-functions.cpp
hphp/runtime/base/zend-functions.h
hphp/runtime/base/zend-math.cpp
hphp/runtime/base/zend-math.h
hphp/runtime/base/zend-multiply.h
hphp/runtime/base/zend-pack.cpp
hphp/runtime/base/zend-pack.h
hphp/runtime/base/zend-php-config.h
hphp/runtime/base/zend-printf.cpp
hphp/runtime/base/zend-printf.h
hphp/runtime/base/zend-qsort.cpp
hphp/runtime/base/zend-qsort.h
hphp/runtime/base/zend-rand.cpp
hphp/runtime/base/zend-scanf.cpp
hphp/runtime/base/zend-scanf.h
hphp/runtime/base/zend-sort.cpp
hphp/runtime/base/zend-sort.h
hphp/runtime/base/zend-string.cpp
hphp/runtime/base/zend-string.h
hphp/runtime/base/zend-strtod.h
hphp/runtime/base/zend-url.cpp
hphp/runtime/base/zend-url.h
hphp/runtime/debugger/break_point.cpp
hphp/runtime/debugger/break_point.h
hphp/runtime/debugger/cmd/all.h
hphp/runtime/debugger/cmd/cmd_abort.cpp
hphp/runtime/debugger/cmd/cmd_abort.h
hphp/runtime/debugger/cmd/cmd_auth.cpp
hphp/runtime/debugger/cmd/cmd_auth.h
hphp/runtime/debugger/cmd/cmd_break.cpp
hphp/runtime/debugger/cmd/cmd_break.h
hphp/runtime/debugger/cmd/cmd_complete.cpp
hphp/runtime/debugger/cmd/cmd_complete.h
hphp/runtime/debugger/cmd/cmd_config.cpp
hphp/runtime/debugger/cmd/cmd_config.h
hphp/runtime/debugger/cmd/cmd_constant.cpp
hphp/runtime/debugger/cmd/cmd_constant.h
hphp/runtime/debugger/cmd/cmd_continue.cpp
hphp/runtime/debugger/cmd/cmd_continue.h
hphp/runtime/debugger/cmd/cmd_down.cpp
hphp/runtime/debugger/cmd/cmd_down.h
hphp/runtime/debugger/cmd/cmd_eval.cpp
hphp/runtime/debugger/cmd/cmd_eval.h
hphp/runtime/debugger/cmd/cmd_example.cpp
hphp/runtime/debugger/cmd/cmd_example.h
hphp/runtime/debugger/cmd/cmd_exception.cpp
hphp/runtime/debugger/cmd/cmd_exception.h
hphp/runtime/debugger/cmd/cmd_extended.cpp
hphp/runtime/debugger/cmd/cmd_extended.h
hphp/runtime/debugger/cmd/cmd_extension.cpp
hphp/runtime/debugger/cmd/cmd_extension.h
hphp/runtime/debugger/cmd/cmd_flow_control.cpp
hphp/runtime/debugger/cmd/cmd_flow_control.h
hphp/runtime/debugger/cmd/cmd_frame.cpp
hphp/runtime/debugger/cmd/cmd_frame.h
hphp/runtime/debugger/cmd/cmd_global.cpp
hphp/runtime/debugger/cmd/cmd_global.h
hphp/runtime/debugger/cmd/cmd_help.cpp
hphp/runtime/debugger/cmd/cmd_help.h
hphp/runtime/debugger/cmd/cmd_info.cpp
hphp/runtime/debugger/cmd/cmd_info.h
hphp/runtime/debugger/cmd/cmd_internal_testing.cpp
hphp/runtime/debugger/cmd/cmd_internal_testing.h
hphp/runtime/debugger/cmd/cmd_interrupt.cpp
hphp/runtime/debugger/cmd/cmd_interrupt.h
hphp/runtime/debugger/cmd/cmd_list.cpp
hphp/runtime/debugger/cmd/cmd_list.h
hphp/runtime/debugger/cmd/cmd_machine.cpp
hphp/runtime/debugger/cmd/cmd_machine.h
hphp/runtime/debugger/cmd/cmd_macro.cpp
hphp/runtime/debugger/cmd/cmd_macro.h
hphp/runtime/debugger/cmd/cmd_next.cpp
hphp/runtime/debugger/cmd/cmd_next.h
hphp/runtime/debugger/cmd/cmd_out.cpp
hphp/runtime/debugger/cmd/cmd_out.h
hphp/runtime/debugger/cmd/cmd_print.cpp
hphp/runtime/debugger/cmd/cmd_print.h
hphp/runtime/debugger/cmd/cmd_quit.cpp
hphp/runtime/debugger/cmd/cmd_quit.h
hphp/runtime/debugger/cmd/cmd_run.cpp
hphp/runtime/debugger/cmd/cmd_run.h
hphp/runtime/debugger/cmd/cmd_shell.cpp
hphp/runtime/debugger/cmd/cmd_shell.h
hphp/runtime/debugger/cmd/cmd_signal.cpp
hphp/runtime/debugger/cmd/cmd_signal.h
hphp/runtime/debugger/cmd/cmd_step.cpp
hphp/runtime/debugger/cmd/cmd_step.h
hphp/runtime/debugger/cmd/cmd_thread.cpp
hphp/runtime/debugger/cmd/cmd_thread.h
hphp/runtime/debugger/cmd/cmd_up.cpp
hphp/runtime/debugger/cmd/cmd_up.h
hphp/runtime/debugger/cmd/cmd_variable.cpp
hphp/runtime/debugger/cmd/cmd_variable.h
hphp/runtime/debugger/cmd/cmd_where.cpp
hphp/runtime/debugger/cmd/cmd_where.h
hphp/runtime/debugger/debugger.cpp
hphp/runtime/debugger/debugger.h
hphp/runtime/debugger/debugger_base.cpp
hphp/runtime/debugger/debugger_base.h
hphp/runtime/debugger/debugger_client.cpp
hphp/runtime/debugger/debugger_client.h
hphp/runtime/debugger/debugger_client_settings.h
hphp/runtime/debugger/debugger_command.cpp
hphp/runtime/debugger/debugger_command.h
hphp/runtime/debugger/debugger_hook_handler.cpp
hphp/runtime/debugger/debugger_hook_handler.h
hphp/runtime/debugger/debugger_proxy.cpp
hphp/runtime/debugger/debugger_proxy.h
hphp/runtime/debugger/debugger_server.cpp
hphp/runtime/debugger/debugger_server.h
hphp/runtime/debugger/debugger_thrift_buffer.cpp
hphp/runtime/debugger/debugger_thrift_buffer.h
hphp/runtime/debugger/dummy_sandbox.cpp
hphp/runtime/debugger/dummy_sandbox.h
hphp/runtime/ext/apache/ext_apache.cpp
hphp/runtime/ext/apache/ext_apache.h
hphp/runtime/ext/apc/ext_apc.cpp
hphp/runtime/ext/apc/ext_apc.h
hphp/runtime/ext/array/ext_array.cpp
hphp/runtime/ext/array/ext_array.h
hphp/runtime/ext/asio/asio-blockable.cpp
hphp/runtime/ext/asio/asio-blockable.h
hphp/runtime/ext/asio/asio-context-enter-inl.h
hphp/runtime/ext/asio/asio-context-enter.cpp
hphp/runtime/ext/asio/asio-context-enter.h
hphp/runtime/ext/asio/asio-context-inl.h
hphp/runtime/ext/asio/asio-context.cpp
hphp/runtime/ext/asio/asio-context.h
hphp/runtime/ext/asio/asio-external-thread-event-queue.cpp
hphp/runtime/ext/asio/asio-external-thread-event-queue.h
hphp/runtime/ext/asio/asio-external-thread-event.cpp
hphp/runtime/ext/asio/asio-external-thread-event.h
hphp/runtime/ext/asio/asio-session.cpp
hphp/runtime/ext/asio/asio-session.h
hphp/runtime/ext/asio/ext_asio.cpp
hphp/runtime/ext/asio/ext_asio.h
hphp/runtime/ext/asio/ext_async-function-wait-handle-inl.h
hphp/runtime/ext/asio/ext_async-function-wait-handle.cpp
hphp/runtime/ext/asio/ext_async-function-wait-handle.h
hphp/runtime/ext/asio/ext_async-generator-wait-handle.cpp
hphp/runtime/ext/asio/ext_async-generator-wait-handle.h
hphp/runtime/ext/asio/ext_async-generator.cpp
hphp/runtime/ext/asio/ext_async-generator.h
hphp/runtime/ext/asio/ext_await-all-wait-handle-inl.h
hphp/runtime/ext/asio/ext_await-all-wait-handle.cpp
hphp/runtime/ext/asio/ext_await-all-wait-handle.h
hphp/runtime/ext/asio/ext_condition-wait-handle.cpp
hphp/runtime/ext/asio/ext_condition-wait-handle.h
hphp/runtime/ext/asio/ext_external-thread-event-wait-handle.cpp
hphp/runtime/ext/asio/ext_external-thread-event-wait-handle.h
hphp/runtime/ext/asio/ext_reschedule-wait-handle.cpp
hphp/runtime/ext/asio/ext_reschedule-wait-handle.h
hphp/runtime/ext/asio/ext_resumable-wait-handle-defs.h
hphp/runtime/ext/asio/ext_resumable-wait-handle.cpp
hphp/runtime/ext/asio/ext_resumable-wait-handle.h
hphp/runtime/ext/asio/ext_sleep-wait-handle.cpp
hphp/runtime/ext/asio/ext_sleep-wait-handle.h
hphp/runtime/ext/asio/ext_static-wait-handle.cpp
hphp/runtime/ext/asio/ext_static-wait-handle.h
hphp/runtime/ext/asio/ext_wait-handle.cpp
hphp/runtime/ext/asio/ext_wait-handle.h
hphp/runtime/ext/asio/ext_waitable-wait-handle-inl.h
hphp/runtime/ext/asio/ext_waitable-wait-handle.cpp
hphp/runtime/ext/asio/ext_waitable-wait-handle.h
hphp/runtime/ext/bcmath/ext_bcmath.cpp
hphp/runtime/ext/bz2/bz2-file.cpp
hphp/runtime/ext/bz2/bz2-file.h
hphp/runtime/ext/bz2/ext_bz2.cpp
hphp/runtime/ext/ctype/ext_ctype.cpp
hphp/runtime/ext/curl/ext_curl.cpp
hphp/runtime/ext/curl/ext_curl.h
hphp/runtime/ext/datetime/ext_datetime.cpp
hphp/runtime/ext/datetime/ext_datetime.h
hphp/runtime/ext/debugger/ext_debugger.cpp
hphp/runtime/ext/debugger/ext_debugger.h
hphp/runtime/ext/domdocument/ext_domdocument.cpp
hphp/runtime/ext/domdocument/ext_domdocument.h
hphp/runtime/ext/domdocument/ext_domdocument_includes.h
hphp/runtime/ext/enum/ext_enum.cpp
hphp/runtime/ext/extension.cpp
hphp/runtime/ext/extension.h
hphp/runtime/ext/fb/FBSerialize/FBSerialize-inl.h
hphp/runtime/ext/fb/FBSerialize/FBSerialize.h
hphp/runtime/ext/fb/VariantController.h
hphp/runtime/ext/fb/ext_fb.cpp
hphp/runtime/ext/fb/ext_fb.h
hphp/runtime/ext/fileinfo/ext_fileinfo.cpp
hphp/runtime/ext/fileinfo/libmagic/compat.h
hphp/runtime/ext/filter/ext_filter.cpp
hphp/runtime/ext/filter/ext_filter.h
hphp/runtime/ext/filter/filter_private.h
hphp/runtime/ext/filter/logical_filters.cpp
hphp/runtime/ext/filter/logical_filters.h
hphp/runtime/ext/filter/sanitizing_filters.cpp
hphp/runtime/ext/filter/sanitizing_filters.h
hphp/runtime/ext/gd/ext_gd.cpp
hphp/runtime/ext/gd/ext_gd.h
hphp/runtime/ext/generator/ext_generator.cpp
hphp/runtime/ext/generator/ext_generator.h
hphp/runtime/ext/gettext/ext_gettext.cpp
hphp/runtime/ext/gettext/ext_gettext.h
hphp/runtime/ext/gmp/ext_gmp.cpp
hphp/runtime/ext/gmp/ext_gmp.h
hphp/runtime/ext/hash/ext_hash.cpp
hphp/runtime/ext/hash/ext_hash.h
hphp/runtime/ext/hash/hash_adler32.cpp
hphp/runtime/ext/hash/hash_adler32.h
hphp/runtime/ext/hash/hash_crc32.cpp
hphp/runtime/ext/hash/hash_crc32.h
hphp/runtime/ext/hash/hash_engine.h
hphp/runtime/ext/hash/hash_fnv1.cpp
hphp/runtime/ext/hash/hash_fnv1.h
hphp/runtime/ext/hash/hash_furc.cpp
hphp/runtime/ext/hash/hash_furc.h
hphp/runtime/ext/hash/hash_gost.cpp
hphp/runtime/ext/hash/hash_gost.h
hphp/runtime/ext/hash/hash_haval.cpp
hphp/runtime/ext/hash/hash_haval.h
hphp/runtime/ext/hash/hash_joaat.cpp
hphp/runtime/ext/hash/hash_joaat.h
hphp/runtime/ext/hash/hash_keccak.cpp
hphp/runtime/ext/hash/hash_keccak.h
hphp/runtime/ext/hash/hash_md.cpp
hphp/runtime/ext/hash/hash_md.h
hphp/runtime/ext/hash/hash_murmur.cpp
hphp/runtime/ext/hash/hash_murmur.h
hphp/runtime/ext/hash/hash_ripemd.cpp
hphp/runtime/ext/hash/hash_ripemd.h
hphp/runtime/ext/hash/hash_salsa.cpp
hphp/runtime/ext/hash/hash_salsa.h
hphp/runtime/ext/hash/hash_sha.cpp
hphp/runtime/ext/hash/hash_sha.h
hphp/runtime/ext/hash/hash_snefru.cpp
hphp/runtime/ext/hash/hash_snefru.h
hphp/runtime/ext/hash/hash_tiger.cpp
hphp/runtime/ext/hash/hash_tiger.h
hphp/runtime/ext/hash/hash_whirlpool.cpp
hphp/runtime/ext/hash/hash_whirlpool.h
hphp/runtime/ext/hash/php_hash_crc32_tables.h
hphp/runtime/ext/hash/php_hash_gost_tables.h
hphp/runtime/ext/hash/php_hash_snefru_tables.h
hphp/runtime/ext/hash/php_hash_tiger_tables.h
hphp/runtime/ext/hash/php_hash_whirlpool_tables.h
hphp/runtime/ext/hh/ext_hh.cpp
hphp/runtime/ext/hh/ext_hh.h
hphp/runtime/ext/hh_client/ext_hh_client.cpp
hphp/runtime/ext/hotprofiler/ext_hotprofiler.cpp
hphp/runtime/ext/hotprofiler/ext_hotprofiler.h
hphp/runtime/ext/iconv/ext_iconv.cpp
hphp/runtime/ext/icu/ICUMatcher.cpp
hphp/runtime/ext/icu/ICUMatcher.h
hphp/runtime/ext/icu/ICUTransliterator.cpp
hphp/runtime/ext/icu/ICUTransliterator.h
hphp/runtime/ext/icu/LifeEventTokenizer.cpp
hphp/runtime/ext/icu/LifeEventTokenizer.h
hphp/runtime/ext/icu/ext_icu.cpp
hphp/runtime/ext/icu/ext_icu_calendar.cpp
hphp/runtime/ext/icu/ext_icu_calendar.h
hphp/runtime/ext/icu/ext_icu_date_fmt.cpp
hphp/runtime/ext/icu/ext_icu_date_fmt.h
hphp/runtime/ext/icu/ext_icu_iterator.cpp
hphp/runtime/ext/icu/ext_icu_iterator.h
hphp/runtime/ext/icu/ext_icu_locale.cpp
hphp/runtime/ext/icu/ext_icu_locale.h
hphp/runtime/ext/icu/ext_icu_num_fmt.cpp
hphp/runtime/ext/icu/ext_icu_num_fmt.h
hphp/runtime/ext/icu/ext_icu_timezone.cpp
hphp/runtime/ext/icu/ext_icu_timezone.h
hphp/runtime/ext/icu/ext_icu_uconverter.cpp
hphp/runtime/ext/icu/icu.cpp
hphp/runtime/ext/icu/icu.h
hphp/runtime/ext/imagick/constants.cpp
hphp/runtime/ext/imagick/constants.h
hphp/runtime/ext/imagick/ext_imagick.cpp
hphp/runtime/ext/imagick/ext_imagick.h
hphp/runtime/ext/imagick/imagick.cpp
hphp/runtime/ext/imagick/imagickdraw.cpp
hphp/runtime/ext/imagick/imagickpixel.cpp
hphp/runtime/ext/imagick/imagickpixeliterator.cpp
hphp/runtime/ext/imap/ext_imap.cpp
hphp/runtime/ext/intervaltimer/ext_intervaltimer.cpp
hphp/runtime/ext/intervaltimer/ext_intervaltimer.h
hphp/runtime/ext/ipc/ext_ipc.cpp
hphp/runtime/ext/ipc/ext_ipc.h
hphp/runtime/ext/json/JSON_parser.h
hphp/runtime/ext/json/ext_json.cpp
hphp/runtime/ext/json/ext_json.h
hphp/runtime/ext/json/jsonc_parser.cpp
hphp/runtime/ext/ldap/ext_ldap.cpp
hphp/runtime/ext/ldap/ext_ldap.h
hphp/runtime/ext/libxml/ext_libxml.cpp
hphp/runtime/ext/libxml/ext_libxml.h
hphp/runtime/ext/lz4/ext_lz4.cpp
hphp/runtime/ext/mail/ext_mail.cpp
hphp/runtime/ext/mailparse/ext_mailparse.cpp
hphp/runtime/ext/mailparse/mime.cpp
hphp/runtime/ext/mailparse/mime.h
hphp/runtime/ext/mailparse/rfc822.cpp
hphp/runtime/ext/mailparse/rfc822.h
hphp/runtime/ext/mbstring/ext_mbstring.cpp
hphp/runtime/ext/mbstring/ext_mbstring.h
hphp/runtime/ext/mbstring/unicode_data.h
hphp/runtime/ext/mcrypt/ext_mcrypt.cpp
hphp/runtime/ext/memcache/ext_memcache.cpp
hphp/runtime/ext/memcached/ext_memcached.cpp
hphp/runtime/ext/memcached/libmemcached_portability.h
hphp/runtime/ext/mysql/ext_mysql.cpp
hphp/runtime/ext/mysql/ext_mysql.h
hphp/runtime/ext/mysql/ext_mysqli.cpp
hphp/runtime/ext/mysql/mysql_common.cpp
hphp/runtime/ext/mysql/mysql_common.h
hphp/runtime/ext/mysql/mysql_stats.cpp
hphp/runtime/ext/mysql/mysql_stats.h
hphp/runtime/ext/objprof/ext_heapgraph.cpp
hphp/runtime/ext/objprof/ext_objprof.cpp
hphp/runtime/ext/odbc/ext_odbc.cpp
hphp/runtime/ext/openssl/ext_openssl.cpp
hphp/runtime/ext/openssl/ext_openssl.h
hphp/runtime/ext/password/ext_password.cpp
hphp/runtime/ext/pcre/ext_pcre.cpp
hphp/runtime/ext/pcre/ext_pcre.h
hphp/runtime/ext/pdo/ext_pdo.cpp
hphp/runtime/ext/pdo/pdo_driver.cpp
hphp/runtime/ext/pdo/pdo_driver.h
hphp/runtime/ext/pdo_mysql/pdo_mysql.cpp
hphp/runtime/ext/pdo_mysql/pdo_mysql.h
hphp/runtime/ext/pdo_sqlite/pdo_sqlite.cpp
hphp/runtime/ext/pdo_sqlite/pdo_sqlite.h
hphp/runtime/ext/phar/ext_phar.cpp
hphp/runtime/ext/posix/ext_posix.cpp
hphp/runtime/ext/posix/ext_posix.h
hphp/runtime/ext/process/ext_process.cpp
hphp/runtime/ext/process/ext_process.h
hphp/runtime/ext/random/ext_random.cpp
hphp/runtime/ext/readline/ext_readline.cpp
hphp/runtime/ext/reflection/ext_reflection.cpp
hphp/runtime/ext/reflection/ext_reflection.h
hphp/runtime/ext/scrypt/crypto/memory.h
hphp/runtime/ext/scrypt/ext_scrypt.cpp
hphp/runtime/ext/server/ext_server.cpp
hphp/runtime/ext/server/ext_server.h
hphp/runtime/ext/session/ext_session.cpp
hphp/runtime/ext/session/ext_session.h
hphp/runtime/ext/shmop/ext_shmop.cpp
hphp/runtime/ext/simplexml/ext_simplexml.cpp
hphp/runtime/ext/simplexml/ext_simplexml.h
hphp/runtime/ext/simplexml/ext_simplexml_include.h
hphp/runtime/ext/snappy/ext_snappy.cpp
hphp/runtime/ext/soap/encoding.cpp
hphp/runtime/ext/soap/encoding.h
hphp/runtime/ext/soap/ext_soap.cpp
hphp/runtime/ext/soap/ext_soap.h
hphp/runtime/ext/soap/packet.cpp
hphp/runtime/ext/soap/packet.h
hphp/runtime/ext/soap/schema.cpp
hphp/runtime/ext/soap/sdl.cpp
hphp/runtime/ext/soap/sdl.h
hphp/runtime/ext/soap/soap.cpp
hphp/runtime/ext/soap/soap.h
hphp/runtime/ext/soap/xml.cpp
hphp/runtime/ext/soap/xml.h
hphp/runtime/ext/sockets/ext_sockets.cpp
hphp/runtime/ext/sockets/ext_sockets.h
hphp/runtime/ext/spl/ext_spl.cpp
hphp/runtime/ext/spl/ext_spl.h
hphp/runtime/ext/sqlite3/ext_sqlite3.cpp
hphp/runtime/ext/sqlite3/ext_sqlite3.h
hphp/runtime/ext/std/ext_std_classobj.cpp
hphp/runtime/ext/std/ext_std_classobj.h
hphp/runtime/ext/std/ext_std_closure.cpp
hphp/runtime/ext/std/ext_std_closure.h
hphp/runtime/ext/std/ext_std_errorfunc.cpp
hphp/runtime/ext/std/ext_std_errorfunc.h
hphp/runtime/ext/std/ext_std_file.cpp
hphp/runtime/ext/std/ext_std_file.h
hphp/runtime/ext/std/ext_std_function.cpp
hphp/runtime/ext/std/ext_std_function.h
hphp/runtime/ext/std/ext_std_gc.cpp
hphp/runtime/ext/std/ext_std_intrinsics.cpp
hphp/runtime/ext/std/ext_std_intrinsics.h
hphp/runtime/ext/std/ext_std_math.cpp
hphp/runtime/ext/std/ext_std_math.h
hphp/runtime/ext/std/ext_std_misc.cpp
hphp/runtime/ext/std/ext_std_misc.h
hphp/runtime/ext/std/ext_std_network.cpp
hphp/runtime/ext/std/ext_std_network.h
hphp/runtime/ext/std/ext_std_options-win.cpp
hphp/runtime/ext/std/ext_std_options.cpp
hphp/runtime/ext/std/ext_std_options.h
hphp/runtime/ext/std/ext_std_output.cpp
hphp/runtime/ext/std/ext_std_output.h
hphp/runtime/ext/std/ext_std_process.cpp
hphp/runtime/ext/std/ext_std_process.h
hphp/runtime/ext/std/ext_std_string.cpp
hphp/runtime/ext/std/ext_std_string.h
hphp/runtime/ext/std/ext_std_variable.cpp
hphp/runtime/ext/std/ext_std_variable.h
hphp/runtime/ext/stream/ext_stream-user-filters.cpp
hphp/runtime/ext/stream/ext_stream-user-filters.h
hphp/runtime/ext/stream/ext_stream.cpp
hphp/runtime/ext/stream/ext_stream.h
hphp/runtime/ext/string/ext_string.cpp
hphp/runtime/ext/string/ext_string.h
hphp/runtime/ext/thread/ext_thread.cpp
hphp/runtime/ext/thread/ext_thread.h
hphp/runtime/ext/thrift/binary.cpp
hphp/runtime/ext/thrift/compact.cpp
hphp/runtime/ext/thrift/ext_thrift.cpp
hphp/runtime/ext/thrift/ext_thrift.h
hphp/runtime/ext/thrift/spec-holder.cpp
hphp/runtime/ext/thrift/spec-holder.h
hphp/runtime/ext/thrift/transport.h
hphp/runtime/ext/url/ext_url.cpp
hphp/runtime/ext/url/ext_url.h
hphp/runtime/ext/wddx/ext_wddx.cpp
hphp/runtime/ext/wddx/ext_wddx.h
hphp/runtime/ext/weakref/ext_weakref.cpp
hphp/runtime/ext/xdebug/status.cpp
hphp/runtime/ext/xdebug/status.h
hphp/runtime/ext/xenon/ext_xenon.cpp
hphp/runtime/ext/xenon/ext_xenon.h
hphp/runtime/ext/xml/ext_xml.cpp
hphp/runtime/ext/xml/ext_xml.h
hphp/runtime/ext/xmlreader/ext_xmlreader.cpp
hphp/runtime/ext/xmlreader/ext_xmlreader.h
hphp/runtime/ext/xmlwriter/ext_xmlwriter.cpp
hphp/runtime/ext/xsl/ext_xsl.cpp
hphp/runtime/ext/zip/ext_zip.cpp
hphp/runtime/ext/zlib/ext_zlib.cpp
hphp/runtime/ext/zlib/ext_zlib.h
hphp/runtime/ext/zlib/zip-file.cpp
hphp/runtime/ext/zlib/zip-file.h
hphp/runtime/ext_zend_compat/hhvm/zend-class-entry.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-class-entry.h
hphp/runtime/ext_zend_compat/hhvm/zend-exception-store.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-exception-store.h
hphp/runtime/ext_zend_compat/hhvm/zend-execution-stack.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-execution-stack.h
hphp/runtime/ext_zend_compat/hhvm/zend-extension.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-object-store.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-object-store.h
hphp/runtime/ext_zend_compat/hhvm/zend-object.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-object.h
hphp/runtime/ext_zend_compat/hhvm/zend-property-info.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-property-info.h
hphp/runtime/ext_zend_compat/hhvm/zend-request-local.h
hphp/runtime/ext_zend_compat/hhvm/zend-wrap-func.cpp
hphp/runtime/ext_zend_compat/hhvm/zend-wrap-func.h
hphp/runtime/ext_zend_compat/hhvm/zval-helpers.h
hphp/runtime/ext_zend_compat/php-src/Zend/zend_virtual_cwd.cpp
hphp/runtime/server/access-log.cpp
hphp/runtime/server/access-log.h
hphp/runtime/server/admin-request-handler.cpp
hphp/runtime/server/admin-request-handler.h
hphp/runtime/server/external-clients-shim.h
hphp/runtime/server/fake-transport.h
hphp/runtime/server/fastcgi/fastcgi-protocol.h
hphp/runtime/server/fastcgi/fastcgi-server-factory.cpp
hphp/runtime/server/fastcgi/fastcgi-server.cpp
hphp/runtime/server/fastcgi/fastcgi-server.h
hphp/runtime/server/fastcgi/fastcgi-session.cpp
hphp/runtime/server/fastcgi/fastcgi-session.h
hphp/runtime/server/fastcgi/fastcgi-transport.cpp
hphp/runtime/server/fastcgi/fastcgi-transport.h
hphp/runtime/server/fastcgi/fastcgi-worker.cpp
hphp/runtime/server/fastcgi/fastcgi-worker.h
hphp/runtime/server/files-match.cpp
hphp/runtime/server/files-match.h
hphp/runtime/server/host-health-monitor.cpp
hphp/runtime/server/host-health-monitor.h
hphp/runtime/server/http-protocol.cpp
hphp/runtime/server/http-protocol.h
hphp/runtime/server/http-request-handler.cpp
hphp/runtime/server/http-request-handler.h
hphp/runtime/server/http-server.cpp
hphp/runtime/server/http-server.h
hphp/runtime/server/ip-block-map.cpp
hphp/runtime/server/ip-block-map.h
hphp/runtime/server/job-queue-vm-stack.h
hphp/runtime/server/log-writer.h
hphp/runtime/server/memory-stats.cpp
hphp/runtime/server/memory-stats.h
hphp/runtime/server/pagelet-server.cpp
hphp/runtime/server/pagelet-server.h
hphp/runtime/server/proxygen/proxygen-server-factory.cpp
hphp/runtime/server/proxygen/proxygen-server.cpp
hphp/runtime/server/proxygen/proxygen-server.h
hphp/runtime/server/proxygen/proxygen-transport.cpp
hphp/runtime/server/proxygen/proxygen-transport.h
hphp/runtime/server/replay-transport.cpp
hphp/runtime/server/replay-transport.h
hphp/runtime/server/request-uri.cpp
hphp/runtime/server/request-uri.h
hphp/runtime/server/rpc-request-handler.cpp
hphp/runtime/server/rpc-request-handler.h
hphp/runtime/server/satellite-server.cpp
hphp/runtime/server/satellite-server.h
hphp/runtime/server/server-name-indication.cpp
hphp/runtime/server/server-name-indication.h
hphp/runtime/server/server-note.cpp
hphp/runtime/server/server-note.h
hphp/runtime/server/server-stats.cpp
hphp/runtime/server/server-stats.h
hphp/runtime/server/server-task-event.h
hphp/runtime/server/server-worker.cpp
hphp/runtime/server/server-worker.h
hphp/runtime/server/server.cpp
hphp/runtime/server/server.h
hphp/runtime/server/shutdown-stats.h
hphp/runtime/server/source-root-info.cpp
hphp/runtime/server/source-root-info.h
hphp/runtime/server/static-content-cache.cpp
hphp/runtime/server/static-content-cache.h
hphp/runtime/server/takeover-agent.cpp
hphp/runtime/server/takeover-agent.h
hphp/runtime/server/transport.cpp
hphp/runtime/server/transport.h
hphp/runtime/server/upload.cpp
hphp/runtime/server/upload.h
hphp/runtime/server/virtual-host.cpp
hphp/runtime/server/virtual-host.h
hphp/runtime/server/warmup-request-handler.cpp
hphp/runtime/server/warmup-request-handler.h
hphp/runtime/server/writer.h
hphp/runtime/server/xbox-server.cpp
hphp/runtime/server/xbox-server.h
hphp/runtime/test/alias-class.cpp
hphp/runtime/test/apc.cpp
hphp/runtime/test/array.cpp
hphp/runtime/test/blob-helper-test.cpp
hphp/runtime/test/config.cpp
hphp/runtime/test/hhbc-codec.cpp
hphp/runtime/test/main.cpp
hphp/runtime/test/match.h
hphp/runtime/test/mem-file.cpp
hphp/runtime/test/memmgr-test.cpp
hphp/runtime/test/minstr.cpp
hphp/runtime/test/object.cpp
hphp/runtime/test/prediction-opts.cpp
hphp/runtime/test/reg-algorithms.cpp
hphp/runtime/test/req-ptr-test.cpp
hphp/runtime/test/resource.cpp
hphp/runtime/test/simplifier.cpp
hphp/runtime/test/test-string.cpp
hphp/runtime/test/tread_hash_map.cpp
hphp/runtime/test/type.cpp
hphp/runtime/test/variant.cpp
hphp/runtime/test/vasm-fold-test.cpp
hphp/runtime/test/vasm-simplify-test.cpp
hphp/runtime/test/vasm-xls-test.cpp
hphp/runtime/test/vasm.cpp
hphp/runtime/vm/act-rec-defs.h
hphp/runtime/vm/act-rec-inl.h
hphp/runtime/vm/act-rec.cpp
hphp/runtime/vm/act-rec.h
hphp/runtime/vm/as-shared.cpp
hphp/runtime/vm/as-shared.h
hphp/runtime/vm/as.cpp
hphp/runtime/vm/as.h
hphp/runtime/vm/async-flow-stepper.cpp
hphp/runtime/vm/async-flow-stepper.h
hphp/runtime/vm/bc-pattern.cpp
hphp/runtime/vm/bc-pattern.h
hphp/runtime/vm/blob-helper.h
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/bytecode.h
hphp/runtime/vm/class-inl.h
hphp/runtime/vm/class.cpp
hphp/runtime/vm/class.h
hphp/runtime/vm/debug/debug.cpp
hphp/runtime/vm/debug/debug.h
hphp/runtime/vm/debug/dwarf.cpp
hphp/runtime/vm/debug/dwarf.h
hphp/runtime/vm/debug/elfwriter.cpp
hphp/runtime/vm/debug/elfwriter.h
hphp/runtime/vm/debug/gdb-jit.cpp
hphp/runtime/vm/debug/gdb-jit.h
hphp/runtime/vm/debug/jit_symbol.cpp
hphp/runtime/vm/debug/oprof-jitdump.h
hphp/runtime/vm/debug/perf-jitdump.cpp
hphp/runtime/vm/debugger-hook.cpp
hphp/runtime/vm/debugger-hook.h
hphp/runtime/vm/disas.cpp
hphp/runtime/vm/disas.h
hphp/runtime/vm/event-hook.cpp
hphp/runtime/vm/event-hook.h
hphp/runtime/vm/fixed-string-map-inl.h
hphp/runtime/vm/fixed-string-map.cpp
hphp/runtime/vm/fixed-string-map.h
hphp/runtime/vm/func-emitter-inl.h
hphp/runtime/vm/func-emitter.cpp
hphp/runtime/vm/func-emitter.h
hphp/runtime/vm/func-inl.h
hphp/runtime/vm/func-inline.h
hphp/runtime/vm/func.cpp
hphp/runtime/vm/func.h
hphp/runtime/vm/globals-array.cpp
hphp/runtime/vm/globals-array.h
hphp/runtime/vm/hh-utils.cpp
hphp/runtime/vm/hh-utils.h
hphp/runtime/vm/hhbc-codec.cpp
hphp/runtime/vm/hhbc-codec.h
hphp/runtime/vm/hhbc.cpp
hphp/runtime/vm/hhbc.h
hphp/runtime/vm/indexed-string-map.h
hphp/runtime/vm/instance-bits.cpp
hphp/runtime/vm/instance-bits.h
hphp/runtime/vm/interp-helpers.h
hphp/runtime/vm/jit/abi-arm.cpp
hphp/runtime/vm/jit/abi-arm.h
hphp/runtime/vm/jit/abi-regs.h
hphp/runtime/vm/jit/abi-x64.cpp
hphp/runtime/vm/jit/abi-x64.h
hphp/runtime/vm/jit/abi.cpp
hphp/runtime/vm/jit/abi.h
hphp/runtime/vm/jit/alias-analysis.cpp
hphp/runtime/vm/jit/alias-analysis.h
hphp/runtime/vm/jit/alias-class.cpp
hphp/runtime/vm/jit/alias-class.h
hphp/runtime/vm/jit/alias-id-set.cpp
hphp/runtime/vm/jit/alias-id-set.h
hphp/runtime/vm/jit/align-arm.cpp
hphp/runtime/vm/jit/align-arm.h
hphp/runtime/vm/jit/align-internal-inl.h
hphp/runtime/vm/jit/align-internal.h
hphp/runtime/vm/jit/align-ppc64.h
hphp/runtime/vm/jit/align-x64.cpp
hphp/runtime/vm/jit/align-x64.h
hphp/runtime/vm/jit/align.cpp
hphp/runtime/vm/jit/align.h
hphp/runtime/vm/jit/alignment.h
hphp/runtime/vm/jit/analysis.cpp
hphp/runtime/vm/jit/analysis.h
hphp/runtime/vm/jit/annotation.cpp
hphp/runtime/vm/jit/annotation.h
hphp/runtime/vm/jit/arg-group.cpp
hphp/runtime/vm/jit/arg-group.h
hphp/runtime/vm/jit/array-kind-profile.cpp
hphp/runtime/vm/jit/array-kind-profile.h
hphp/runtime/vm/jit/array-offset-profile.cpp
hphp/runtime/vm/jit/array-offset-profile.h
hphp/runtime/vm/jit/asm-info.h
hphp/runtime/vm/jit/bc-marker.cpp
hphp/runtime/vm/jit/bc-marker.h
hphp/runtime/vm/jit/block.h
hphp/runtime/vm/jit/call-spec.h
hphp/runtime/vm/jit/cfg-clean.cpp
hphp/runtime/vm/jit/cfg-inl.h
hphp/runtime/vm/jit/cfg.cpp
hphp/runtime/vm/jit/cfg.h
hphp/runtime/vm/jit/cg-meta.cpp
hphp/runtime/vm/jit/cg-meta.h
hphp/runtime/vm/jit/check.cpp
hphp/runtime/vm/jit/check.h
hphp/runtime/vm/jit/code-cache.cpp
hphp/runtime/vm/jit/code-cache.h
hphp/runtime/vm/jit/code-gen-cf.h
hphp/runtime/vm/jit/code-gen-helpers-inl.h
hphp/runtime/vm/jit/code-gen-helpers.cpp
hphp/runtime/vm/jit/code-gen-helpers.h
hphp/runtime/vm/jit/code-gen-internal.cpp
hphp/runtime/vm/jit/code-gen-internal.h
hphp/runtime/vm/jit/code-gen-tls-inl.h
hphp/runtime/vm/jit/code-gen-tls-ppc64.h
hphp/runtime/vm/jit/code-gen-tls-x64.h
hphp/runtime/vm/jit/code-gen-tls.h
hphp/runtime/vm/jit/containers.h
hphp/runtime/vm/jit/dce.cpp
hphp/runtime/vm/jit/dce.h
hphp/runtime/vm/jit/debugger.cpp
hphp/runtime/vm/jit/debugger.h
hphp/runtime/vm/jit/edge.h
hphp/runtime/vm/jit/enter-tc.cpp
hphp/runtime/vm/jit/enter-tc.h
hphp/runtime/vm/jit/extra-data.cpp
hphp/runtime/vm/jit/extra-data.h
hphp/runtime/vm/jit/fixup.cpp
hphp/runtime/vm/jit/fixup.h
hphp/runtime/vm/jit/frame-state.cpp
hphp/runtime/vm/jit/frame-state.h
hphp/runtime/vm/jit/func-effects.cpp
hphp/runtime/vm/jit/func-effects.h
hphp/runtime/vm/jit/func-guard-arm.cpp
hphp/runtime/vm/jit/func-guard-arm.h
hphp/runtime/vm/jit/func-guard-ppc64.h
hphp/runtime/vm/jit/func-guard-x64.cpp
hphp/runtime/vm/jit/func-guard-x64.h
hphp/runtime/vm/jit/func-guard.cpp
hphp/runtime/vm/jit/func-guard.h
hphp/runtime/vm/jit/func-prologue.cpp
hphp/runtime/vm/jit/func-prologue.h
hphp/runtime/vm/jit/guard-constraints.h
hphp/runtime/vm/jit/gvn.cpp
hphp/runtime/vm/jit/hooks.h
hphp/runtime/vm/jit/id-set.h
hphp/runtime/vm/jit/inlining-decider.cpp
hphp/runtime/vm/jit/inlining-decider.h
hphp/runtime/vm/jit/insert-asserts.cpp
hphp/runtime/vm/jit/ir-builder.cpp
hphp/runtime/vm/jit/ir-builder.h
hphp/runtime/vm/jit/ir-instr-table.h
hphp/runtime/vm/jit/ir-instruction-inl.h
hphp/runtime/vm/jit/ir-instruction.cpp
hphp/runtime/vm/jit/ir-instruction.h
hphp/runtime/vm/jit/ir-opcode-inl.h
hphp/runtime/vm/jit/ir-opcode.cpp
hphp/runtime/vm/jit/ir-opcode.h
hphp/runtime/vm/jit/ir-unit-inl.h
hphp/runtime/vm/jit/ir-unit.cpp
hphp/runtime/vm/jit/ir-unit.h
hphp/runtime/vm/jit/irgen-arith.cpp
hphp/runtime/vm/jit/irgen-arith.h
hphp/runtime/vm/jit/irgen-basic.cpp
hphp/runtime/vm/jit/irgen-builtin.cpp
hphp/runtime/vm/jit/irgen-builtin.h
hphp/runtime/vm/jit/irgen-call.cpp
hphp/runtime/vm/jit/irgen-call.h
hphp/runtime/vm/jit/irgen-cns.cpp
hphp/runtime/vm/jit/irgen-control.cpp
hphp/runtime/vm/jit/irgen-control.h
hphp/runtime/vm/jit/irgen-create.cpp
hphp/runtime/vm/jit/irgen-create.h
hphp/runtime/vm/jit/irgen-exit.cpp
hphp/runtime/vm/jit/irgen-exit.h
hphp/runtime/vm/jit/irgen-func-prologue.cpp
hphp/runtime/vm/jit/irgen-func-prologue.h
hphp/runtime/vm/jit/irgen-guards.cpp
hphp/runtime/vm/jit/irgen-incdec.h
hphp/runtime/vm/jit/irgen-inlining.cpp
hphp/runtime/vm/jit/irgen-inlining.h
hphp/runtime/vm/jit/irgen-internal.h
hphp/runtime/vm/jit/irgen-interpone.cpp
hphp/runtime/vm/jit/irgen-interpone.h
hphp/runtime/vm/jit/irgen-iter.cpp
hphp/runtime/vm/jit/irgen-minstr.cpp
hphp/runtime/vm/jit/irgen-minstr.h
hphp/runtime/vm/jit/irgen-resumable.cpp
hphp/runtime/vm/jit/irgen-ret.cpp
hphp/runtime/vm/jit/irgen-ret.h
hphp/runtime/vm/jit/irgen-sprop-global.cpp
hphp/runtime/vm/jit/irgen-sprop-global.h
hphp/runtime/vm/jit/irgen-state.cpp
hphp/runtime/vm/jit/irgen-state.h
hphp/runtime/vm/jit/irgen-types.cpp
hphp/runtime/vm/jit/irgen-types.h
hphp/runtime/vm/jit/irgen.cpp
hphp/runtime/vm/jit/irgen.h
hphp/runtime/vm/jit/irlower-act-rec.cpp
hphp/runtime/vm/jit/irlower-arith.cpp
hphp/runtime/vm/jit/irlower-array.cpp
hphp/runtime/vm/jit/irlower-box.cpp
hphp/runtime/vm/jit/irlower-branch.cpp
hphp/runtime/vm/jit/irlower-builtin-types.cpp
hphp/runtime/vm/jit/irlower-call.cpp
hphp/runtime/vm/jit/irlower-class-func.cpp
hphp/runtime/vm/jit/irlower-closure.cpp
hphp/runtime/vm/jit/irlower-cmp-cls.cpp
hphp/runtime/vm/jit/irlower-cmp.cpp
hphp/runtime/vm/jit/irlower-cns.cpp
hphp/runtime/vm/jit/irlower-collection.cpp
hphp/runtime/vm/jit/irlower-conv.cpp
hphp/runtime/vm/jit/irlower-ctx.cpp
hphp/runtime/vm/jit/irlower-exception.cpp
hphp/runtime/vm/jit/irlower-inlining.cpp
hphp/runtime/vm/jit/irlower-internal-inl.h
hphp/runtime/vm/jit/irlower-internal.cpp
hphp/runtime/vm/jit/irlower-internal.h
hphp/runtime/vm/jit/irlower-intrinsic.cpp
hphp/runtime/vm/jit/irlower-iter.cpp
hphp/runtime/vm/jit/irlower-load-store.cpp
hphp/runtime/vm/jit/irlower-lookup-cls-func.cpp
hphp/runtime/vm/jit/irlower-lookup-method.cpp
hphp/runtime/vm/jit/irlower-minstr-internal.h
hphp/runtime/vm/jit/irlower-minstr.cpp
hphp/runtime/vm/jit/irlower-object.cpp
hphp/runtime/vm/jit/irlower-refcount.cpp
hphp/runtime/vm/jit/irlower-resumable.cpp
hphp/runtime/vm/jit/irlower-ret.cpp
hphp/runtime/vm/jit/irlower-static-loc.cpp
hphp/runtime/vm/jit/irlower-string.cpp
hphp/runtime/vm/jit/irlower-surprise.cpp
hphp/runtime/vm/jit/irlower-type.cpp
hphp/runtime/vm/jit/irlower.cpp
hphp/runtime/vm/jit/irlower.h
hphp/runtime/vm/jit/licm.cpp
hphp/runtime/vm/jit/load-elim.cpp
hphp/runtime/vm/jit/location-inl.h
hphp/runtime/vm/jit/location.cpp
hphp/runtime/vm/jit/location.h
hphp/runtime/vm/jit/loop-analysis.cpp
hphp/runtime/vm/jit/loop-analysis.h
hphp/runtime/vm/jit/mcgen-prologue.cpp
hphp/runtime/vm/jit/mcgen-prologue.h
hphp/runtime/vm/jit/mcgen-translate.cpp
hphp/runtime/vm/jit/mcgen-translate.h
hphp/runtime/vm/jit/mcgen.cpp
hphp/runtime/vm/jit/mcgen.h
hphp/runtime/vm/jit/memory-effects.cpp
hphp/runtime/vm/jit/memory-effects.h
hphp/runtime/vm/jit/minstr-effects.cpp
hphp/runtime/vm/jit/minstr-effects.h
hphp/runtime/vm/jit/minstr-helpers.cpp
hphp/runtime/vm/jit/minstr-helpers.h
hphp/runtime/vm/jit/mutation.cpp
hphp/runtime/vm/jit/mutation.h
hphp/runtime/vm/jit/native-calls.cpp
hphp/runtime/vm/jit/native-calls.h
hphp/runtime/vm/jit/normalized-instruction.cpp
hphp/runtime/vm/jit/normalized-instruction.h
hphp/runtime/vm/jit/opt.cpp
hphp/runtime/vm/jit/opt.h
hphp/runtime/vm/jit/pass-tracer.h
hphp/runtime/vm/jit/perf-counters.cpp
hphp/runtime/vm/jit/perf-counters.h
hphp/runtime/vm/jit/phi.cpp
hphp/runtime/vm/jit/phys-reg-saver.cpp
hphp/runtime/vm/jit/phys-reg-saver.h
hphp/runtime/vm/jit/phys-reg.cpp
hphp/runtime/vm/jit/phys-reg.h
hphp/runtime/vm/jit/prediction-opts.cpp
hphp/runtime/vm/jit/print.cpp
hphp/runtime/vm/jit/print.h
hphp/runtime/vm/jit/prof-data.cpp
hphp/runtime/vm/jit/prof-data.h
hphp/runtime/vm/jit/prof-src-key.h
hphp/runtime/vm/jit/punt.cpp
hphp/runtime/vm/jit/punt.h
hphp/runtime/vm/jit/ref-deps.cpp
hphp/runtime/vm/jit/ref-deps.h
hphp/runtime/vm/jit/refcount-opts.cpp
hphp/runtime/vm/jit/reg-algorithms.cpp
hphp/runtime/vm/jit/reg-algorithms.h
hphp/runtime/vm/jit/reg-alloc.cpp
hphp/runtime/vm/jit/reg-alloc.h
hphp/runtime/vm/jit/region-guards.cpp
hphp/runtime/vm/jit/region-hot-block.cpp
hphp/runtime/vm/jit/region-hot-cfg.cpp
hphp/runtime/vm/jit/region-hot-trace.cpp
hphp/runtime/vm/jit/region-method.cpp
hphp/runtime/vm/jit/region-prune-arcs.cpp
hphp/runtime/vm/jit/region-prune-arcs.h
hphp/runtime/vm/jit/region-selection.cpp
hphp/runtime/vm/jit/region-selection.h
hphp/runtime/vm/jit/region-tracelet.cpp
hphp/runtime/vm/jit/regionize-func.cpp
hphp/runtime/vm/jit/relocation-arm.h
hphp/runtime/vm/jit/relocation-ppc64.h
hphp/runtime/vm/jit/relocation-x64.cpp
hphp/runtime/vm/jit/relocation-x64.h
hphp/runtime/vm/jit/relocation.cpp
hphp/runtime/vm/jit/relocation.h
hphp/runtime/vm/jit/service-request-handlers.cpp
hphp/runtime/vm/jit/service-request-handlers.h
hphp/runtime/vm/jit/service-requests-inl.h
hphp/runtime/vm/jit/service-requests.cpp
hphp/runtime/vm/jit/service-requests.h
hphp/runtime/vm/jit/simplify.cpp
hphp/runtime/vm/jit/simplify.h
hphp/runtime/vm/jit/smashable-instr-arm.cpp
hphp/runtime/vm/jit/smashable-instr-arm.h
hphp/runtime/vm/jit/smashable-instr-x64.cpp
hphp/runtime/vm/jit/smashable-instr-x64.h
hphp/runtime/vm/jit/smashable-instr.cpp
hphp/runtime/vm/jit/smashable-instr.h
hphp/runtime/vm/jit/srcdb.cpp
hphp/runtime/vm/jit/srcdb.h
hphp/runtime/vm/jit/ssa-tmp.cpp
hphp/runtime/vm/jit/ssa-tmp.h
hphp/runtime/vm/jit/stack-offsets.h
hphp/runtime/vm/jit/stack-overflow.cpp
hphp/runtime/vm/jit/stack-overflow.h
hphp/runtime/vm/jit/state-multi-map.h
hphp/runtime/vm/jit/state-vector.h
hphp/runtime/vm/jit/store-elim.cpp
hphp/runtime/vm/jit/string-tag.cpp
hphp/runtime/vm/jit/string-tag.h
hphp/runtime/vm/jit/stub-alloc.cpp
hphp/runtime/vm/jit/stub-alloc.h
hphp/runtime/vm/jit/target-cache.cpp
hphp/runtime/vm/jit/target-cache.h
hphp/runtime/vm/jit/target-profile.cpp
hphp/runtime/vm/jit/tc-bind.cpp
hphp/runtime/vm/jit/tc-debugger.cpp
hphp/runtime/vm/jit/tc-info.cpp
hphp/runtime/vm/jit/tc-internal.cpp
hphp/runtime/vm/jit/tc-internal.h
hphp/runtime/vm/jit/tc-prologue.cpp
hphp/runtime/vm/jit/tc-record.cpp
hphp/runtime/vm/jit/tc-record.h
hphp/runtime/vm/jit/tc-recycle.cpp
hphp/runtime/vm/jit/tc-region.cpp
hphp/runtime/vm/jit/tc-region.h
hphp/runtime/vm/jit/tc-relocate.cpp
hphp/runtime/vm/jit/tc-relocate.h
hphp/runtime/vm/jit/tc.h
hphp/runtime/vm/jit/timer.cpp
hphp/runtime/vm/jit/timer.h
hphp/runtime/vm/jit/trans-cfg.cpp
hphp/runtime/vm/jit/trans-cfg.h
hphp/runtime/vm/jit/trans-db.cpp
hphp/runtime/vm/jit/trans-db.h
hphp/runtime/vm/jit/trans-rec.cpp
hphp/runtime/vm/jit/trans-rec.h
hphp/runtime/vm/jit/translate-region.cpp
hphp/runtime/vm/jit/translate-region.h
hphp/runtime/vm/jit/translator-inl.h
hphp/runtime/vm/jit/translator-inline.h
hphp/runtime/vm/jit/translator-runtime.cpp
hphp/runtime/vm/jit/translator-runtime.h
hphp/runtime/vm/jit/translator.cpp
hphp/runtime/vm/jit/translator.h
hphp/runtime/vm/jit/type-constraint-inl.h
hphp/runtime/vm/jit/type-constraint.cpp
hphp/runtime/vm/jit/type-constraint.h
hphp/runtime/vm/jit/type-inl.h
hphp/runtime/vm/jit/type-source.cpp
hphp/runtime/vm/jit/type-source.h
hphp/runtime/vm/jit/type-specialization-inl.h
hphp/runtime/vm/jit/type-specialization.cpp
hphp/runtime/vm/jit/type-specialization.h
hphp/runtime/vm/jit/type.cpp
hphp/runtime/vm/jit/type.h
hphp/runtime/vm/jit/typecheck-hoisting.cpp
hphp/runtime/vm/jit/types.h
hphp/runtime/vm/jit/unique-stubs-arm.cpp
hphp/runtime/vm/jit/unique-stubs-arm.h
hphp/runtime/vm/jit/unique-stubs-ppc64.cpp
hphp/runtime/vm/jit/unique-stubs-ppc64.h
hphp/runtime/vm/jit/unique-stubs-x64.cpp
hphp/runtime/vm/jit/unique-stubs-x64.h
hphp/runtime/vm/jit/unique-stubs.cpp
hphp/runtime/vm/jit/unique-stubs.h
hphp/runtime/vm/jit/unwind-itanium.cpp
hphp/runtime/vm/jit/unwind-itanium.h
hphp/runtime/vm/jit/vasm-arm.cpp
hphp/runtime/vm/jit/vasm-copy.cpp
hphp/runtime/vm/jit/vasm-cost.cpp
hphp/runtime/vm/jit/vasm-data.h
hphp/runtime/vm/jit/vasm-emit.cpp
hphp/runtime/vm/jit/vasm-emit.h
hphp/runtime/vm/jit/vasm-exits.cpp
hphp/runtime/vm/jit/vasm-flags.cpp
hphp/runtime/vm/jit/vasm-gen-inl.h
hphp/runtime/vm/jit/vasm-gen.cpp
hphp/runtime/vm/jit/vasm-gen.h
hphp/runtime/vm/jit/vasm-instr.cpp
hphp/runtime/vm/jit/vasm-instr.h
hphp/runtime/vm/jit/vasm-internal-inl.h
hphp/runtime/vm/jit/vasm-internal.cpp
hphp/runtime/vm/jit/vasm-internal.h
hphp/runtime/vm/jit/vasm-jumps.cpp
hphp/runtime/vm/jit/vasm-layout.cpp
hphp/runtime/vm/jit/vasm-lower-inl.h
hphp/runtime/vm/jit/vasm-phi.cpp
hphp/runtime/vm/jit/vasm-print.h
hphp/runtime/vm/jit/vasm-prof-branch.cpp
hphp/runtime/vm/jit/vasm-prof.h
hphp/runtime/vm/jit/vasm-reg-inl.h
hphp/runtime/vm/jit/vasm-reg.h
hphp/runtime/vm/jit/vasm-simplify.cpp
hphp/runtime/vm/jit/vasm-text-inl.h
hphp/runtime/vm/jit/vasm-text.h
hphp/runtime/vm/jit/vasm-unit.cpp
hphp/runtime/vm/jit/vasm-unit.h
hphp/runtime/vm/jit/vasm-util.cpp
hphp/runtime/vm/jit/vasm-util.h
hphp/runtime/vm/jit/vasm-visit.cpp
hphp/runtime/vm/jit/vasm-visit.h
hphp/runtime/vm/jit/vasm.cpp
hphp/runtime/vm/jit/vm-protect.cpp
hphp/runtime/vm/jit/vm-protect.h
hphp/runtime/vm/jit/vtune-jit.cpp
hphp/runtime/vm/jit/vtune-jit.h
hphp/runtime/vm/jit/write-lease.cpp
hphp/runtime/vm/jit/write-lease.h
hphp/runtime/vm/litstr-repo-proxy.cpp
hphp/runtime/vm/litstr-repo-proxy.h
hphp/runtime/vm/litstr-table-inl.h
hphp/runtime/vm/litstr-table.cpp
hphp/runtime/vm/litstr-table.h
hphp/runtime/vm/member-key.cpp
hphp/runtime/vm/member-key.h
hphp/runtime/vm/member-operations.cpp
hphp/runtime/vm/member-operations.h
hphp/runtime/vm/method-lookup.cpp
hphp/runtime/vm/method-lookup.h
hphp/runtime/vm/minstr-state.h
hphp/runtime/vm/name-value-table.cpp
hphp/runtime/vm/name-value-table.h
hphp/runtime/vm/named-entity-defs.h
hphp/runtime/vm/named-entity-inl.h
hphp/runtime/vm/named-entity-pair-table-inl.h
hphp/runtime/vm/named-entity-pair-table.h
hphp/runtime/vm/named-entity.cpp
hphp/runtime/vm/named-entity.h
hphp/runtime/vm/native-data.cpp
hphp/runtime/vm/native-data.h
hphp/runtime/vm/native-prop-handler.cpp
hphp/runtime/vm/native-prop-handler.h
hphp/runtime/vm/native.cpp
hphp/runtime/vm/native.h
hphp/runtime/vm/php-debug.cpp
hphp/runtime/vm/php-debug.h
hphp/runtime/vm/preclass-emitter.cpp
hphp/runtime/vm/preclass-emitter.h
hphp/runtime/vm/preclass-inl.h
hphp/runtime/vm/preclass.cpp
hphp/runtime/vm/preclass.h
hphp/runtime/vm/repo-helpers.cpp
hphp/runtime/vm/repo-helpers.h
hphp/runtime/vm/repo-status.h
hphp/runtime/vm/repo.cpp
hphp/runtime/vm/repo.h
hphp/runtime/vm/resumable.h
hphp/runtime/vm/reverse-data-map.cpp
hphp/runtime/vm/reverse-data-map.h
hphp/runtime/vm/ringbuffer-print.cpp
hphp/runtime/vm/ringbuffer-print.h
hphp/runtime/vm/runtime.cpp
hphp/runtime/vm/runtime.h
hphp/runtime/vm/srckey-inl.h
hphp/runtime/vm/srckey.cpp
hphp/runtime/vm/srckey.h
hphp/runtime/vm/stats-opcodeDef.h
hphp/runtime/vm/trait-method-import-data-inl.h
hphp/runtime/vm/trait-method-import-data.h
hphp/runtime/vm/tread-hash-map.h
hphp/runtime/vm/treadmill-inl.h
hphp/runtime/vm/treadmill.cpp
hphp/runtime/vm/treadmill.h
hphp/runtime/vm/type-alias-inl.h
hphp/runtime/vm/type-alias.cpp
hphp/runtime/vm/type-alias.h
hphp/runtime/vm/type-constraint.cpp
hphp/runtime/vm/type-constraint.h
hphp/runtime/vm/type-profile.cpp
hphp/runtime/vm/type-profile.h
hphp/runtime/vm/unit-emitter-inl.h
hphp/runtime/vm/unit-emitter.cpp
hphp/runtime/vm/unit-emitter.h
hphp/runtime/vm/unit-inl.h
hphp/runtime/vm/unit-util.h
hphp/runtime/vm/unit.cpp
hphp/runtime/vm/unit.h
hphp/runtime/vm/unwind-inl.h
hphp/runtime/vm/unwind.cpp
hphp/runtime/vm/unwind.h
hphp/runtime/vm/verifier/cfg.cpp
hphp/runtime/vm/verifier/cfg.h
hphp/runtime/vm/verifier/check-func.cpp
hphp/runtime/vm/verifier/check-unit.cpp
hphp/runtime/vm/verifier/check.h
hphp/runtime/vm/verifier/pretty.cpp
hphp/runtime/vm/verifier/pretty.h
hphp/runtime/vm/verifier/util.cpp
hphp/runtime/vm/verifier/util.h
hphp/runtime/vm/vm-regs.cpp
hphp/runtime/vm/vm-regs.h
hphp/system/systemlib.cpp
hphp/system/systemlib.h
hphp/test/ext/main.cpp
hphp/test/ext/test.cpp
hphp/test/ext/test.h
hphp/test/ext/test_all.cpp
hphp/test/ext/test_base.cpp
hphp/test/ext/test_base.h
hphp/test/ext/test_cpp_base.cpp
hphp/test/ext/test_cpp_base.h
hphp/test/ext/test_cpp_ext.cpp
hphp/test/ext/test_cpp_ext.h
hphp/test/ext/test_ext.h
hphp/test/ext/test_ext_apc.cpp
hphp/test/ext/test_ext_apc.h
hphp/test/ext/test_ext_curl.cpp
hphp/test/ext/test_ext_curl.h
hphp/test/ext/test_ext_server.cpp
hphp/test/ext/test_ext_server.h
hphp/test/ext/test_logger.cpp
hphp/test/ext/test_logger.h
hphp/test/ext/test_parser.cpp
hphp/test/ext/test_parser.h
hphp/test/ext/test_parser_expr.cpp
hphp/test/ext/test_parser_expr.h
hphp/test/ext/test_parser_stmt.cpp
hphp/test/ext/test_parser_stmt.h
hphp/test/ext/test_server.cpp
hphp/test/ext/test_server.h
hphp/test/ext/test_util.cpp
hphp/test/ext/test_util.h
hphp/tools/debug-parser/debug-parser-dwarf.cpp
hphp/tools/debug-parser/debug-parser.cpp
hphp/tools/debug-parser/debug-parser.h
hphp/tools/debug-parser/print-debug.cpp
hphp/tools/fcache/main.cpp
hphp/tools/hfsort/hfsort.cpp
hphp/tools/hfsort/hfutil.cpp
hphp/tools/hfsort/hfutil.h
hphp/tools/hfsort/jitmain.cpp
hphp/tools/hfsort/jitsort.cpp
hphp/tools/hfsort/pds2gmon.cpp
hphp/tools/shmw/shmw.cpp
hphp/tools/tc-print/mappers.cpp
hphp/tools/tc-print/mappers.h
hphp/tools/tc-print/offline-trans-data.cpp
hphp/tools/tc-print/offline-trans-data.h
hphp/tools/tc-print/offline-x86-code.cpp
hphp/tools/tc-print/offline-x86-code.h
hphp/tools/tc-print/perf-events.cpp
hphp/tools/tc-print/perf-events.h
hphp/tools/tc-print/repo-wrapper.cpp
hphp/tools/tc-print/repo-wrapper.h
hphp/tools/tc-print/tc-print.cpp
hphp/tools/tc-print/tc-print.h
hphp/tools/type-info-gens/gen-member-reflection.cpp
hphp/tools/type-info-gens/gen-type-scanners.cpp
hphp/util/abi-cxx.cpp
hphp/util/abi-cxx.h
hphp/util/afdt-util.cpp
hphp/util/afdt-util.h
hphp/util/algorithm.h
hphp/util/alloc.cpp
hphp/util/alloc.h
hphp/util/arch.h
hphp/util/arena.cpp
hphp/util/arena.h
hphp/util/asm-x64.cpp
hphp/util/asm-x64.h
hphp/util/assertions.cpp
hphp/util/assertions.h
hphp/util/async-func.cpp
hphp/util/async-func.h
hphp/util/async-job.h
hphp/util/atomic-vector-inl.h
hphp/util/atomic-vector.h
hphp/util/atomic.h
hphp/util/bisector.h
hphp/util/bitops.h
hphp/util/bits.h
hphp/util/boot-stats.h
hphp/util/brotli.cpp
hphp/util/brotli.h
hphp/util/bstring.cpp
hphp/util/bstring.h
hphp/util/build-info.cpp
hphp/util/build-info.h
hphp/util/byte-order.h
hphp/util/cache/cache-data.cpp
hphp/util/cache/cache-data.h
hphp/util/cache/cache-manager.cpp
hphp/util/cache/cache-manager.h
hphp/util/cache/cache-saver.cpp
hphp/util/cache/cache-saver.h
hphp/util/cache/magic-numbers.h
hphp/util/cache/mmap-file.cpp
hphp/util/cache/mmap-file.h
hphp/util/cache/test/cache-manager.cpp
hphp/util/capability.cpp
hphp/util/capability.h
hphp/util/compact-tagged-ptrs.h
hphp/util/compatibility.cpp
hphp/util/compatibility.h
hphp/util/compilation-flags.h
hphp/util/compression.cpp
hphp/util/compression.h
hphp/util/conv-10.cpp
hphp/util/conv-10.h
hphp/util/copy-ptr.h
hphp/util/cronolog.cpp
hphp/util/cronolog.h
hphp/util/current-executable.cpp
hphp/util/current-executable.h
hphp/util/cycles.h
hphp/util/data-block.cpp
hphp/util/data-block.h
hphp/util/dataflow-worklist.h
hphp/util/debug.h
hphp/util/default-ptr.h
hphp/util/deprecated/declare-boost-types.h
hphp/util/disasm.cpp
hphp/util/disasm.h
hphp/util/dwarf-reg.h
hphp/util/eh-frame-inl.h
hphp/util/eh-frame-msvc.h
hphp/util/eh-frame.cpp
hphp/util/eh-frame.h
hphp/util/either.h
hphp/util/embedded-data.cpp
hphp/util/embedded-data.h
hphp/util/embedded-vfs.cpp
hphp/util/embedded-vfs.h
hphp/util/exception.cpp
hphp/util/exception.h
hphp/util/fast_strtoll_base10.h
hphp/util/file-cache.cpp
hphp/util/file-cache.h
hphp/util/file.h
hphp/util/fixed-vector.h
hphp/util/functional.h
hphp/util/growable-vector.h
hphp/util/hardware-counter.cpp
hphp/util/hardware-counter.h
hphp/util/hash-map-typedefs.h
hphp/util/hash.cpp
hphp/util/hash.h
hphp/util/hdf.cpp
hphp/util/hdf.h
hphp/util/health-monitor-types.h
hphp/util/hfsort-plus.cpp
hphp/util/hfsort.cpp
hphp/util/hfsort.h
hphp/util/hphp-raw-ptr.h
hphp/util/htonll.h
hphp/util/hugetlb.cpp
hphp/util/hugetlb.h
hphp/util/immed.h
hphp/util/job-queue.h
hphp/util/kernel-version.cpp
hphp/util/kernel-version.h
hphp/util/light-process.cpp
hphp/util/light-process.h
hphp/util/locale-portability.h
hphp/util/lock.cpp
hphp/util/lock.h
hphp/util/log-file-flusher.cpp
hphp/util/log-file-flusher.h
hphp/util/logger-inl.h
hphp/util/logger.cpp
hphp/util/logger.h
hphp/util/low-ptr.h
hphp/util/malloc-size-class.h
hphp/util/managed-arena.cpp
hphp/util/managed-arena.h
hphp/util/map-walker.h
hphp/util/maphuge.cpp
hphp/util/maphuge.h
hphp/util/match.h
hphp/util/md5.h
hphp/util/multibitset-inl.h
hphp/util/multibitset.h
hphp/util/mutex.h
hphp/util/network.cpp
hphp/util/network.h
hphp/util/overflow.h
hphp/util/perf-event.cpp
hphp/util/perf-event.h
hphp/util/pointer-list.h
hphp/util/portability.h
hphp/util/process-exec.cpp
hphp/util/process-exec.h
hphp/util/process.cpp
hphp/util/process.h
hphp/util/rank.cpp
hphp/util/rank.h
hphp/util/read-only-arena.cpp
hphp/util/read-only-arena.h
hphp/util/ringbuffer.cpp
hphp/util/ringbuffer.h
hphp/util/safe-cast.cpp
hphp/util/safe-cast.h
hphp/util/service-data-inl.h
hphp/util/service-data.cpp
hphp/util/service-data.h
hphp/util/shm-counter.cpp
hphp/util/shm-counter.h
hphp/util/smalllocks.h
hphp/util/sparse-id-containers.h
hphp/util/ssl-init.cpp
hphp/util/ssl-init.h
hphp/util/stack-trace.cpp
hphp/util/stack-trace.h
hphp/util/stacktrace-profiler.cpp
hphp/util/stacktrace-profiler.h
hphp/util/string-bag.cpp
hphp/util/string-bag.h
hphp/util/string-vsnprintf.cpp
hphp/util/string-vsnprintf.h
hphp/util/synchronizable-multi.cpp
hphp/util/synchronizable-multi.h
hphp/util/synchronizable.cpp
hphp/util/synchronizable.h
hphp/util/test/algorithm.cpp
hphp/util/test/asm.cpp
hphp/util/test/bitops.cpp
hphp/util/test/brotli-test.cpp
hphp/util/test/either.cpp
hphp/util/test/file-cache.cpp
hphp/util/test/hash.cpp
hphp/util/test/job-queue-workload.cpp
hphp/util/test/job-queue.cpp
hphp/util/test/kernel-version.cpp
hphp/util/test/logger.cpp
hphp/util/test/multibitset.cpp
hphp/util/test/read-only-arena.cpp
hphp/util/test/service-data.cpp
hphp/util/test/sparse-id-containers.cpp
hphp/util/test/stack-trace.cpp
hphp/util/test/tiny-vector.cpp
hphp/util/test/tls-pod-bag.cpp
hphp/util/text-art.cpp
hphp/util/text-art.h
hphp/util/text-color.cpp
hphp/util/text-color.h
hphp/util/text-util.cpp
hphp/util/text-util.h
hphp/util/thread-local.cpp
hphp/util/thread-local.h
hphp/util/timer.cpp
hphp/util/timer.h
hphp/util/tiny-vector.h
hphp/util/tls-pod-bag.h
hphp/util/trace.cpp
hphp/util/trace.h
hphp/util/type-scan-detail.h
hphp/util/type-scan.cpp
hphp/util/type-scan.h
hphp/util/type-traits.h
hphp/util/unwind-itanium-msvc.h
hphp/util/unwind-itanium.h
hphp/util/vdso.cpp
hphp/util/vdso.h
hphp/util/word-mem.h
hphp/zend/html-table.cpp
hphp/zend/html-table.h
hphp/zend/zend-html.cpp
hphp/zend/zend-html.h
hphp/zend/zend-md5.cpp
hphp/zend/zend-md5.h
hphp/zend/zend-sha1.cpp
hphp/zend/zend-string.cpp
hphp/zend/zend-string.h