@@ -306,9 +306,7 @@ ZEND_END_ARG_INFO()
306
306
307
307
#define arginfo_mysqli_errno arginfo_mysqli_affected_rows
308
308
309
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_error , 0 , 1 , IS_STRING , 0 )
310
- ZEND_ARG_OBJ_INFO (0 , mysql_link , mysqli , 0 )
311
- ZEND_END_ARG_INFO ()
309
+ #define arginfo_mysqli_error arginfo_mysqli_character_set_name
312
310
313
311
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_error_list , 0 , 1 , IS_ARRAY , 0 )
314
312
ZEND_ARG_OBJ_INFO (0 , mysql_link , mysqli , 0 )
@@ -374,7 +372,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_mysqli_field_tell, 0, 1, IS_LONG
374
372
ZEND_ARG_OBJ_INFO (0 , mysqli_result , mysqli_result , 0 )
375
373
ZEND_END_ARG_INFO ()
376
374
377
- ZEND_BEGIN_ARG_INFO_EX (arginfo_mysqli_free_result , 0 , 0 , 1 )
375
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_free_result , 0 , 1 , IS_VOID , 0 )
378
376
ZEND_ARG_OBJ_INFO (0 , mysqli_result , mysqli_result , 0 )
379
377
ZEND_END_ARG_INFO ()
380
378
@@ -395,7 +393,7 @@ ZEND_END_ARG_INFO()
395
393
396
394
#define arginfo_mysqli_get_client_version arginfo_mysqli_connect_errno
397
395
398
- #define arginfo_mysqli_get_links_stats arginfo_mysqli_get_connection_stats
396
+ #define arginfo_mysqli_get_links_stats arginfo_mysqli_get_client_stats
399
397
400
398
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_get_host_info , 0 , 1 , IS_STRING , 0 )
401
399
ZEND_ARG_OBJ_INFO (0 , mysqli_link , mysqli , 0 )
@@ -545,14 +543,14 @@ ZEND_END_ARG_INFO()
545
543
546
544
#define arginfo_mysqli_stmt_close arginfo_mysqli_stmt_execute
547
545
548
- ZEND_BEGIN_ARG_INFO_EX (arginfo_mysqli_stmt_data_seek , 0 , 0 , 2 )
546
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_stmt_data_seek , 0 , 2 , _IS_BOOL , 1 )
549
547
ZEND_ARG_OBJ_INFO (0 , mysql_stmt , mysqli_stmt , 0 )
550
548
ZEND_ARG_TYPE_INFO (0 , offset , IS_LONG , 0 )
551
549
ZEND_END_ARG_INFO ()
552
550
553
551
#define arginfo_mysqli_stmt_errno arginfo_mysqli_stmt_affected_rows
554
552
555
- ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_stmt_error , 0 , 1 , IS_STRING , 0 )
553
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_stmt_error , 0 , 1 , IS_STRING , 1 )
556
554
ZEND_ARG_OBJ_INFO (0 , mysql_stmt , mysqli_stmt , 0 )
557
555
ZEND_END_ARG_INFO ()
558
556
@@ -566,7 +564,7 @@ ZEND_END_ARG_INFO()
566
564
567
565
#define arginfo_mysqli_stmt_field_count arginfo_mysqli_stmt_affected_rows
568
566
569
- ZEND_BEGIN_ARG_INFO_EX (arginfo_mysqli_stmt_free_result , 0 , 0 , 1 )
567
+ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_stmt_free_result , 0 , 1 , IS_VOID , 0 )
570
568
ZEND_ARG_OBJ_INFO (0 , mysql_stmt , mysqli_stmt , 0 )
571
569
ZEND_END_ARG_INFO ()
572
570
@@ -609,11 +607,9 @@ ZEND_END_ARG_INFO()
609
607
610
608
#define arginfo_mysqli_stmt_store_result arginfo_mysqli_stmt_execute
611
609
612
- #define arginfo_mysqli_stmt_sqlstate arginfo_mysqli_stmt_free_result
610
+ #define arginfo_mysqli_stmt_sqlstate arginfo_mysqli_stmt_error
613
611
614
- ZEND_BEGIN_ARG_INFO_EX (arginfo_mysqli_sqlstate , 0 , 0 , 1 )
615
- ZEND_ARG_OBJ_INFO (0 , mysqli_link , mysqli , 0 )
616
- ZEND_END_ARG_INFO ()
612
+ #define arginfo_mysqli_sqlstate arginfo_mysqli_get_server_info
617
613
618
614
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX (arginfo_mysqli_ssl_set , 0 , 6 , _IS_BOOL , 0 )
619
615
ZEND_ARG_OBJ_INFO (0 , mysql_link , mysqli , 0 )
0 commit comments