Migrate rx/pure tests to strict mode, fix broken tests
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / rx_superglobals4.php.exp
blob88132c828cab53fc414870fc83500a62c132223d
1 File "rx_superglobals4.php", line 5, characters 8-13:
2 Variable `$_POST` is undefined, not always defined, or unset afterwards. (Naming[2050])
3 File "rx_superglobals4.php", line 5, characters 8-13:
4 Superglobal `$_POST` cannot be used in a reactive context. (Typing[4227])