dg / bypass-finals

Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.
Other
487 stars 30 forks source link

fail open_stream when $path is directory #56

Closed jorgsowa closed 6 months ago

jorgsowa commented 6 months ago

Without this condition the Wrapper emits E_NOTICE: E_NOTICE (fread(): Read of 8192 bytes failed with errno=21 Is a directory)

dg commented 6 months ago

Thanks