Add HH\Rx\freeze() and HH\Rx\mutable()
commitbafeb577d11883984f1c0c1e397db64d71e0ea7a
authorJan Oravec <jan@fb.com>
Mon, 23 Apr 2018 18:52:15 +0000 (23 11:52 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 23 Apr 2018 18:55:19 +0000 (23 11:55 -0700)
tree1df14252559bab289d4544d0a69d22164ab4cf05
parent78fdcc47e0327944d6b1b65ea9075f99435af715
Add HH\Rx\freeze() and HH\Rx\mutable()

Summary:
Add noop implementations of what will eventually be reactive builtins dealing
with mutability.

Reviewed By: KendallHopkins

Differential Revision: D7720878

fbshipit-source-id: 0d477423050aeace3798a16b667bf226c182c0bb
hphp/system/php.txt
hphp/system/php/rx/mutable.php [new file with mode: 0644]
hphp/test/slow/rx/freeze_mutable.php [new file with mode: 0644]
hphp/test/slow/rx/freeze_mutable.php.expect [new file with mode: 0644]