|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 480939b71e1dacbdbb4634dbabf375943e399b6f */ |
| 2 | + * Stub hash: 6af7fe4ad33232a118fdde74d13e0fb8a04fb4b0 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_affected_rows, 0, 1, MAY_BE_LONG|MAY_BE_STRING)
|
5 | 5 | ZEND_ARG_OBJ_INFO(0, mysql, mysqli, 0)
|
@@ -353,9 +353,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_mysqli_stmt_more_results, 0, 1,
|
353 | 353 | ZEND_END_ARG_INFO()
|
354 | 354 | #endif
|
355 | 355 |
|
356 |
| -#if defined(MYSQLI_USE_MYSQLND) |
357 |
| -#define arginfo_mysqli_stmt_next_result arginfo_mysqli_stmt_more_results |
358 |
| -#endif |
| 356 | +#define arginfo_mysqli_stmt_next_result arginfo_mysqli_stmt_execute |
359 | 357 |
|
360 | 358 | #define arginfo_mysqli_stmt_num_rows arginfo_mysqli_stmt_affected_rows
|
361 | 359 |
|
@@ -665,9 +663,7 @@ ZEND_END_ARG_INFO()
|
665 | 663 | #define arginfo_class_mysqli_stmt_more_results arginfo_class_mysqli_get_connection_stats
|
666 | 664 | #endif
|
667 | 665 |
|
668 |
| -#if defined(MYSQLI_USE_MYSQLND) |
669 |
| -#define arginfo_class_mysqli_stmt_next_result arginfo_class_mysqli_get_connection_stats |
670 |
| -#endif |
| 666 | +#define arginfo_class_mysqli_stmt_next_result arginfo_class_mysqli_character_set_name |
671 | 667 |
|
672 | 668 | #define arginfo_class_mysqli_stmt_num_rows arginfo_class_mysqli_character_set_name
|
673 | 669 |
|
@@ -790,9 +786,7 @@ ZEND_FUNCTION(mysqli_stmt_insert_id);
|
790 | 786 | #if defined(MYSQLI_USE_MYSQLND)
|
791 | 787 | ZEND_FUNCTION(mysqli_stmt_more_results);
|
792 | 788 | #endif
|
793 |
| -#if defined(MYSQLI_USE_MYSQLND) |
794 | 789 | ZEND_FUNCTION(mysqli_stmt_next_result);
|
795 |
| -#endif |
796 | 790 | ZEND_FUNCTION(mysqli_stmt_num_rows);
|
797 | 791 | ZEND_FUNCTION(mysqli_stmt_param_count);
|
798 | 792 | ZEND_FUNCTION(mysqli_stmt_prepare);
|
@@ -918,9 +912,7 @@ static const zend_function_entry ext_functions[] = {
|
918 | 912 | #if defined(MYSQLI_USE_MYSQLND)
|
919 | 913 | ZEND_FE(mysqli_stmt_more_results, arginfo_mysqli_stmt_more_results)
|
920 | 914 | #endif
|
921 |
| -#if defined(MYSQLI_USE_MYSQLND) |
922 | 915 | ZEND_FE(mysqli_stmt_next_result, arginfo_mysqli_stmt_next_result)
|
923 |
| -#endif |
924 | 916 | ZEND_FE(mysqli_stmt_num_rows, arginfo_mysqli_stmt_num_rows)
|
925 | 917 | ZEND_FE(mysqli_stmt_param_count, arginfo_mysqli_stmt_param_count)
|
926 | 918 | ZEND_FE(mysqli_stmt_prepare, arginfo_mysqli_stmt_prepare)
|
@@ -1040,9 +1032,7 @@ static const zend_function_entry class_mysqli_stmt_methods[] = {
|
1040 | 1032 | #if defined(MYSQLI_USE_MYSQLND)
|
1041 | 1033 | ZEND_ME_MAPPING(more_results, mysqli_stmt_more_results, arginfo_class_mysqli_stmt_more_results, ZEND_ACC_PUBLIC)
|
1042 | 1034 | #endif
|
1043 |
| -#if defined(MYSQLI_USE_MYSQLND) |
1044 | 1035 | ZEND_ME_MAPPING(next_result, mysqli_stmt_next_result, arginfo_class_mysqli_stmt_next_result, ZEND_ACC_PUBLIC)
|
1045 |
| -#endif |
1046 | 1036 | ZEND_ME_MAPPING(num_rows, mysqli_stmt_num_rows, arginfo_class_mysqli_stmt_num_rows, ZEND_ACC_PUBLIC)
|
1047 | 1037 | ZEND_ME_MAPPING(send_long_data, mysqli_stmt_send_long_data, arginfo_class_mysqli_stmt_send_long_data, ZEND_ACC_PUBLIC)
|
1048 | 1038 | ZEND_ME_MAPPING(free_result, mysqli_stmt_free_result, arginfo_class_mysqli_stmt_free_result, ZEND_ACC_PUBLIC)
|
|
0 commit comments