This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-04 22:52:40 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d3bb0ba39f8d01032efbee2ffc81d39db196ff99
archived-php-src
/
ext
/
spl
/
tests
/
SplFileObject_fflush_basic_001.phpt
Etienne Kneuss
3afb143e65
SplFileObject does not accept directories. It did not check for that and blindly opened the directory, which works on linux but fails on windows. Now SplFileObject uses a stat() call to make sure it isn't a directory, if it is, it fails with an exception. Tests have been changed accordingly.
2011-09-08 15:52:59 +00:00
733 B
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink