diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-08-11 13:13:11 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-08-11 13:13:11 +0000 |
| commit | 66f9f8bf38cf82d046d357fe2bf4254f507f55d6 (patch) | |
| tree | 6bd5910b2d943ec571aec6df4ddc9f343cf82f6c | |
| parent | 17797f951c34ffdbc90addf27a14a4c7d93188bd (diff) | |
| download | php-git-66f9f8bf38cf82d046d357fe2bf4254f507f55d6.tar.gz | |
return type in proto for OCIError fixed
| -rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 99708205a9..765af87129 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -3595,7 +3595,7 @@ PHP_FUNCTION(ociplogon) /* }}} */ -/* {{{ proto int ocierror([int stmt|conn|global]) +/* {{{ proto array ocierror([int stmt|conn|global]) Return the last error of stmt|conn|global. If no error happened returns false. */ PHP_FUNCTION(ocierror) |
