1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00

proto function name fixed

This commit is contained in:
Hartmut Holzgraefe
2000-05-23 22:30:21 +00:00
parent 94cca68983
commit 0fa7618f7c

View File

@@ -3255,9 +3255,9 @@ PHP_FUNCTION(ocicolumnisnull)
/* }}} */
/* {{{ proto void ocidebug(int onoff)
Toggle internal debugging output for the OCI extension */
/* {{{ proto void ociinternaldebug(int onoff)
Toggle internal debugging output for the OCI extension */
/* Disables or enables the internal debug output.
* By default it is disabled.
*/