@@ -239,9 +239,9 @@ PHP_METHOD(WriteResult, getUpsertedIds)
239
239
}
240
240
}
241
241
/* }}} */
242
- /* {{{ proto WriteConcernError[] WriteResult::getwriteConcernError ()
242
+ /* {{{ proto WriteConcernError[] WriteResult::getWriteConcernError ()
243
243
Return any write concern error that occurred */
244
- PHP_METHOD (WriteResult , getwriteConcernError )
244
+ PHP_METHOD (WriteResult , getWriteConcernError )
245
245
{
246
246
php_phongo_writeresult_t * intern ;
247
247
(void )return_value_ptr ; (void )return_value_used ;
@@ -364,7 +364,7 @@ ZEND_END_ARG_INFO();
364
364
ZEND_BEGIN_ARG_INFO_EX (ai_WriteResult_getUpsertedIds , 0 , 0 , 0 )
365
365
ZEND_END_ARG_INFO ();
366
366
367
- ZEND_BEGIN_ARG_INFO_EX (ai_WriteResult_getwriteConcernError , 0 , 0 , 0 )
367
+ ZEND_BEGIN_ARG_INFO_EX (ai_WriteResult_getWriteConcernError , 0 , 0 , 0 )
368
368
ZEND_END_ARG_INFO ();
369
369
370
370
ZEND_BEGIN_ARG_INFO_EX (ai_WriteResult_getWriteErrors , 0 , 0 , 0 )
@@ -383,7 +383,7 @@ static zend_function_entry php_phongo_writeresult_me[] = {
383
383
PHP_ME (WriteResult , getInfo , ai_WriteResult_getInfo , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
384
384
PHP_ME (WriteResult , getServer , ai_WriteResult_getServer , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
385
385
PHP_ME (WriteResult , getUpsertedIds , ai_WriteResult_getUpsertedIds , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
386
- PHP_ME (WriteResult , getwriteConcernError , ai_WriteResult_getwriteConcernError , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
386
+ PHP_ME (WriteResult , getWriteConcernError , ai_WriteResult_getWriteConcernError , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
387
387
PHP_ME (WriteResult , getWriteErrors , ai_WriteResult_getWriteErrors , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
388
388
PHP_ME (WriteResult , isAcknowledged , ai_WriteResult_isAcknowledged , ZEND_ACC_PUBLIC |ZEND_ACC_FINAL )
389
389
PHP_ME (Manager , __wakeUp , NULL , ZEND_ACC_PUBLIC )
0 commit comments