Updating submodules
[hiphop-php.git] / hphp / test / slow / file_get_contents_overflow.php
blobce2d68aac84b451874f8c82fb8ed1ccce4692dd6
1 <?hh
3 <<__EntryPoint>>
4 function main() {
5 var_dump(file_get_contents(__FILE__, false, null, 2147483647, 32));
6 var_dump(file_get_contents(__FILE__, false, null, 2147483647*2, 32));