mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Fix typos s/connnection/connection
This commit is contained in:
parent
47aa194a10
commit
59fa776c53
@ -434,12 +434,12 @@ ZEND_END_ARG_INFO()
|
||||
#endif
|
||||
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_pg_connection_status, 0, 0, 1)
|
||||
ZEND_ARG_INFO(0, connnection)
|
||||
ZEND_ARG_INFO(0, connection)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
#if HAVE_PGTRANSACTIONSTATUS
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_pg_transaction_status, 0, 0, 1)
|
||||
ZEND_ARG_INFO(0, connnection)
|
||||
ZEND_ARG_INFO(0, connection)
|
||||
ZEND_END_ARG_INFO()
|
||||
#endif
|
||||
|
||||
@ -4270,7 +4270,7 @@ PHP_FUNCTION(pg_result_error_field)
|
||||
/* }}} */
|
||||
#endif
|
||||
|
||||
/* {{{ proto int pg_connection_status(resource connnection)
|
||||
/* {{{ proto int pg_connection_status(resource connection)
|
||||
Get connection status */
|
||||
PHP_FUNCTION(pg_connection_status)
|
||||
{
|
||||
@ -4291,7 +4291,7 @@ PHP_FUNCTION(pg_connection_status)
|
||||
/* }}} */
|
||||
|
||||
#if HAVE_PGTRANSACTIONSTATUS
|
||||
/* {{{ proto int pg_transaction_status(resource connnection)
|
||||
/* {{{ proto int pg_transaction_status(resource connection)
|
||||
Get transaction status */
|
||||
PHP_FUNCTION(pg_transaction_status)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user