diff options
-rwxr-xr-x | ext/spl/spl_directory.c | 2 | ||||
-rw-r--r-- | ext/standard/streamsfuncs.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index 98fedb87fb..ff4d788a0e 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -1605,7 +1605,7 @@ SPL_METHOD(SplFileObject, __construct) php_set_error_handling(EH_NORMAL, NULL TSRMLS_CC); } /* }}} */ -/* {{{ proto void SplFileObject::__construct([int max_memory]) +/* {{{ proto void SplTempFileObject::__construct([int max_memory]) Construct a new temp file object */ SPL_METHOD(SplTempFileObject, __construct) { diff --git a/ext/standard/streamsfuncs.c b/ext/standard/streamsfuncs.c index 15fc3da32c..b8534ada62 100644 --- a/ext/standard/streamsfuncs.c +++ b/ext/standard/streamsfuncs.c @@ -450,7 +450,7 @@ PHP_FUNCTION(stream_copy_to_stream) } /* }}} */ -/* {{{ proto resource stream_get_meta_data(resource fp) +/* {{{ proto array stream_get_meta_data(resource fp) Retrieves header/meta data from streams/file pointers */ PHP_FUNCTION(stream_get_meta_data) { |