function file_get_contents($filename, $incpath = false, $resource_context = null, $offset = -1, $maxlen = -1)
 {
     return php_compat_file_get_contents($filename, $incpath, $resource_context);
 }
 function file_get_contents($filename, $incpath = false, $resource_context = null)
 {
     return php_compat_file_get_contents($filename, $incpath, $resource_context);
 }