1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

return type in proto for OCIError fixed

This commit is contained in:
Hartmut Holzgraefe
2000-08-11 13:13:11 +00:00
parent 17797f951c
commit 66f9f8bf38

View File

@@ -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)