Hazaar\File::write() seems to do nothing! #107
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think this is because fwrite is one of those PHP functions that that doesn't have a default argument value. So if the argument it sent, even if it is NULL, it gets used. The only way to deal with these ones is to check the wrapper functions arguments and if the argument is NULL call the function one way and if it is not null, call it another.
created branch
107-hazaar-file-write-seems-to-do-nothing
mentioned in merge request !22
closed via commit
3c74320b91
closed via merge request !22
changed milestone to %4