Enable hard enforcement of return typehints by default
commitc5b40ad32226ea394f7d1929fa7d9e1f570d858b
authorDrew Paroski <andrewparoski@fb.com>
Wed, 26 Mar 2014 11:46:21 +0000 (26 04:46 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 1 Apr 2014 00:58:57 +0000 (31 17:58 -0700)
tree5ee4e1e89cd3ee0f39c068b63675461bbc8cd009
parentbe40b135f062cdfb6a6abee5c50ba713d646799e
Enable hard enforcement of return typehints by default

Reviewed By: @elgenie

Differential Revision: D1238170
14 files changed:
hphp/runtime/base/runtime-option.h
hphp/runtime/ext/icu/ext_icu_date_fmt.php
hphp/runtime/ext/icu/ext_icu_locale.php
hphp/runtime/ext/icu/ext_icu_num_fmt.php
hphp/runtime/ext/icu/ext_icu_uconverter.php
hphp/runtime/ext/mysql/ext_mysqli.php
hphp/test/quick/hh_return_type_0.php [copied from hphp/test/quick/hh_return_type.php with 100% similarity]
hphp/test/quick/hh_return_type_0.php.expect [new file with mode: 0644]
hphp/test/quick/hh_return_type_0.php.opts [new file with mode: 0644]
hphp/test/quick/hh_return_type_1.php [moved from hphp/test/quick/hh_return_type.php with 100% similarity]
hphp/test/quick/hh_return_type_1.php.expect [moved from hphp/test/quick/hh_return_type.php.expect with 100% similarity]
hphp/test/quick/hh_return_type_1.php.opts [moved from hphp/test/quick/hh_return_type.php.opts with 100% similarity]
hphp/test/quick/hh_type_args.php [deleted file]
hphp/test/quick/hh_type_args.php.expect [deleted file]