|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: b0232d18f570208d673ad7535ca60997e038acb8 */ |
| 2 | + * Stub hash: 42fdb807a547cfa3ba35bb2b8a4ee0f0d556a18c */ |
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) |
@@ -115,6 +115,11 @@ ZEND_END_ARG_INFO() |
115 | 115 |
|
116 | 116 | #define arginfo_mysqli_fetch_row arginfo_mysqli_fetch_assoc |
117 | 117 |
|
| 118 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_fetch_column, 0, 1, MAY_BE_NULL|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_STRING|MAY_BE_FALSE) |
| 119 | + ZEND_ARG_OBJ_INFO(0, result, mysqli_result, 0) |
| 120 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, column, IS_LONG, 0, "0") |
| 121 | +ZEND_END_ARG_INFO() |
| 122 | + |
118 | 123 | #define arginfo_mysqli_field_count arginfo_mysqli_errno |
119 | 124 |
|
120 | 125 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_mysqli_field_seek, 0, 2, _IS_BOOL, 0) |
@@ -609,6 +614,10 @@ ZEND_END_ARG_INFO() |
609 | 614 |
|
610 | 615 | #define arginfo_class_mysqli_result_fetch_row arginfo_class_mysqli_character_set_name |
611 | 616 |
|
| 617 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_mysqli_result_fetch_column, 0, 0, MAY_BE_NULL|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_STRING|MAY_BE_FALSE) |
| 618 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, column, IS_LONG, 0, "0") |
| 619 | +ZEND_END_ARG_INFO() |
| 620 | + |
612 | 621 | #define arginfo_class_mysqli_result_field_seek arginfo_class_mysqli_result_fetch_field_direct |
613 | 622 |
|
614 | 623 | #define arginfo_class_mysqli_result_free_result arginfo_class_mysqli_character_set_name |
@@ -709,6 +718,7 @@ ZEND_FUNCTION(mysqli_fetch_array); |
709 | 718 | ZEND_FUNCTION(mysqli_fetch_assoc); |
710 | 719 | ZEND_FUNCTION(mysqli_fetch_object); |
711 | 720 | ZEND_FUNCTION(mysqli_fetch_row); |
| 721 | +ZEND_FUNCTION(mysqli_fetch_column); |
712 | 722 | ZEND_FUNCTION(mysqli_field_count); |
713 | 723 | ZEND_FUNCTION(mysqli_field_seek); |
714 | 724 | ZEND_FUNCTION(mysqli_field_tell); |
@@ -833,6 +843,7 @@ static const zend_function_entry ext_functions[] = { |
833 | 843 | ZEND_FE(mysqli_fetch_assoc, arginfo_mysqli_fetch_assoc) |
834 | 844 | ZEND_FE(mysqli_fetch_object, arginfo_mysqli_fetch_object) |
835 | 845 | ZEND_FE(mysqli_fetch_row, arginfo_mysqli_fetch_row) |
| 846 | + ZEND_FE(mysqli_fetch_column, arginfo_mysqli_fetch_column) |
836 | 847 | ZEND_FE(mysqli_field_count, arginfo_mysqli_field_count) |
837 | 848 | ZEND_FE(mysqli_field_seek, arginfo_mysqli_field_seek) |
838 | 849 | ZEND_FE(mysqli_field_tell, arginfo_mysqli_field_tell) |
@@ -998,6 +1009,7 @@ static const zend_function_entry class_mysqli_result_methods[] = { |
998 | 1009 | ZEND_ME_MAPPING(fetch_assoc, mysqli_fetch_assoc, arginfo_class_mysqli_result_fetch_assoc, ZEND_ACC_PUBLIC) |
999 | 1010 | ZEND_ME_MAPPING(fetch_object, mysqli_fetch_object, arginfo_class_mysqli_result_fetch_object, ZEND_ACC_PUBLIC) |
1000 | 1011 | ZEND_ME_MAPPING(fetch_row, mysqli_fetch_row, arginfo_class_mysqli_result_fetch_row, ZEND_ACC_PUBLIC) |
| 1012 | + ZEND_ME_MAPPING(fetch_column, mysqli_fetch_column, arginfo_class_mysqli_result_fetch_column, ZEND_ACC_PUBLIC) |
1001 | 1013 | ZEND_ME_MAPPING(field_seek, mysqli_field_seek, arginfo_class_mysqli_result_field_seek, ZEND_ACC_PUBLIC) |
1002 | 1014 | ZEND_ME_MAPPING(free_result, mysqli_free_result, arginfo_class_mysqli_result_free_result, ZEND_ACC_PUBLIC) |
1003 | 1015 | ZEND_ME(mysqli_result, getIterator, arginfo_class_mysqli_result_getIterator, ZEND_ACC_PUBLIC) |
|
0 commit comments