atoms of the language
commit4dc08a9daa1cfcad74e0d5236179176ba6242f60
authorHugo Venturini <hgo@fb.com>
Sat, 11 Feb 2017 22:02:52 +0000 (11 14:02 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sat, 11 Feb 2017 22:21:03 +0000 (11 14:21 -0800)
treeb1c710c5eeb7f7ea72049e98eee7c0d38beeda8a
parent0c078b5b8a6ef71892b96db9e3ae119fecd1c622
atoms of the language

Summary: Those are examples of elements of the language that we need to be able to lower to HHAS in order to be able to compile the PHP systemlib

Reviewed By: ericlippert

Differential Revision: D4543570

fbshipit-source-id: c0c7c0bd2965ee86f64b62fd255b9be1e75eaca2
34 files changed:
hphp/hack/test/hhbc/001_hello_world.hhas [moved from hphp/hack/test/hhbc/hello_world.hhas with 100% similarity]
hphp/hack/test/hhbc/001_hello_world.php [moved from hphp/hack/test/hhbc/hello_world.php with 100% similarity]
hphp/hack/test/hhbc/002_addition.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/002_addition.php [new file with mode: 0644]
hphp/hack/test/hhbc/003_return.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/003_return.php [new file with mode: 0644]
hphp/hack/test/hhbc/004_parameters.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/004_parameters.php [new file with mode: 0644]
hphp/hack/test/hhbc/005_function_call.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/005_function_call.php [new file with mode: 0644]
hphp/hack/test/hhbc/006_if.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/006_if.php [new file with mode: 0644]
hphp/hack/test/hhbc/007_factorial.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/007_factorial.php [new file with mode: 0644]
hphp/hack/test/hhbc/008_while.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/008_while.php [new file with mode: 0644]
hphp/hack/test/hhbc/009_for.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/009_for.php [new file with mode: 0644]
hphp/hack/test/hhbc/010_switch.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/010_switch.php [new file with mode: 0644]
hphp/hack/test/hhbc/011_class.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/011_class.php [new file with mode: 0644]
hphp/hack/test/hhbc/012_extends.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/012_extends.php [new file with mode: 0644]
hphp/hack/test/hhbc/013_more_classes.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/013_more_classes.php [new file with mode: 0644]
hphp/hack/test/hhbc/014_exception.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/014_exception.php [new file with mode: 0644]
hphp/hack/test/hhbc/015_try_catch.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/015_try_catch.php [new file with mode: 0644]
hphp/hack/test/hhbc/016_CURLFile.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/016_CURLFile.php [new file with mode: 0644]
hphp/hack/test/hhbc/017_filter_has_var.hhas [new file with mode: 0644]
hphp/hack/test/hhbc/017_filter_has_var.php [new file with mode: 0644]