]> granicus.if.org Git - php/commitdiff
return type in proto for OCIError fixed
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 11 Aug 2000 13:13:11 +0000 (13:13 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 11 Aug 2000 13:13:11 +0000 (13:13 +0000)
ext/oci8/oci8.c

index 99708205a93980e91264f6d491c37182a63d6497..765af87129f25a0ff72a7b231635eb6ce4653100 100644 (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)