Fix zend tests to stop using $GLOBALS
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / globals-write.php
blob5845bb99075a034f478247ab9ac4768609797a59
1 <?hh // partial
3 function g() {
4 $GLOBALS['derp'] = null; // ok
5 $GLOBALS = null; // not ok