Organize the unit tests for global_write_check
[hiphop-php.git] / hphp / hack / test / typecheck / global_write_check / test_primitive.php.exp
blobb967ba9be333719630ecb30ea5a9f0b24fd5245a
1 File "test_primitive.php", line 12, characters 5-26:
2 A global variable is written. (Typing[4459])
3 File "test_primitive.php", line 20, characters 5-29:
4 A global variable is written. (Typing[4459])
5 File "test_primitive.php", line 30, characters 5-24:
6 A global variable is written. (Typing[4459])
7 File "test_primitive.php", line 31, characters 5-31:
8 A global variable is written. (Typing[4459])
9 File "test_primitive.php", line 42, characters 5-38:
10 A global variable is written. (Typing[4459])
11 File "test_primitive.php", line 43, characters 5-44:
12 A global variable is written. (Typing[4459])