default arg for fputs

This commit is contained in:
Ben Mewburn 2019-02-26 10:43:56 +11:00
parent e11ef3e896
commit 2c74de4405
1 changed files with 1 additions and 1 deletions

View File

@ -893,7 +893,7 @@ function fwrite ($handle, $string, $length = null) {}
* @since 4.0
* @since 5.0
*/
function fputs ($handle, $string, $length) {}
function fputs ($handle, $string, $length = null) {}
/**
* Attempts to create the directory specified by pathname.