Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / file / statcache-corruption.php
blobff95a829859c93cbb5b74ab7673eb7d3c69c061d
1 <?hh <<__EntryPoint>> function main(): void {
2 $a = stat(__FILE__);
3 is_link(__FILE__);
4 $b = stat(__FILE__);
5 print_r(array_diff($a, $b));