|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 6af7fe4ad33232a118fdde74d13e0fb8a04fb4b0 */ |
| 2 | + * Stub hash: 8cd300f5106294e193fa85adc9c8a18a68d7d322 */ |
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)
|
@@ -96,12 +96,10 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_fetch_lengths, 0, 1, MAY_
|
96 | 96 | ZEND_ARG_OBJ_INFO(0, result, mysqli_result, 0)
|
97 | 97 | ZEND_END_ARG_INFO()
|
98 | 98 |
|
99 |
| -#if defined(MYSQLI_USE_MYSQLND) |
100 | 99 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_fetch_all, 0, 1, MAY_BE_ARRAY|MAY_BE_FALSE)
|
101 | 100 | ZEND_ARG_OBJ_INFO(0, result, mysqli_result, 0)
|
102 | 101 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "MYSQLI_NUM")
|
103 | 102 | ZEND_END_ARG_INFO()
|
104 |
| -#endif |
105 | 103 |
|
106 | 104 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_fetch_array, 0, 1, MAY_BE_ARRAY|MAY_BE_NULL|MAY_BE_FALSE)
|
107 | 105 | ZEND_ARG_OBJ_INFO(0, result, mysqli_result, 0)
|
@@ -598,11 +596,9 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_mysqli_result_fetch_field_direct, 0, 0, 1)
|
598 | 596 | ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
|
599 | 597 | ZEND_END_ARG_INFO()
|
600 | 598 |
|
601 |
| -#if defined(MYSQLI_USE_MYSQLND) |
602 | 599 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_mysqli_result_fetch_all, 0, 0, 0)
|
603 | 600 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "MYSQLI_NUM")
|
604 | 601 | ZEND_END_ARG_INFO()
|
605 |
| -#endif |
606 | 602 |
|
607 | 603 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class_mysqli_result_fetch_array, 0, 0, 0)
|
608 | 604 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "MYSQLI_BOTH")
|
@@ -710,9 +706,7 @@ ZEND_FUNCTION(mysqli_fetch_field);
|
710 | 706 | ZEND_FUNCTION(mysqli_fetch_fields);
|
711 | 707 | ZEND_FUNCTION(mysqli_fetch_field_direct);
|
712 | 708 | ZEND_FUNCTION(mysqli_fetch_lengths);
|
713 |
| -#if defined(MYSQLI_USE_MYSQLND) |
714 | 709 | ZEND_FUNCTION(mysqli_fetch_all);
|
715 |
| -#endif |
716 | 710 | ZEND_FUNCTION(mysqli_fetch_array);
|
717 | 711 | ZEND_FUNCTION(mysqli_fetch_assoc);
|
718 | 712 | ZEND_FUNCTION(mysqli_fetch_object);
|
@@ -836,9 +830,7 @@ static const zend_function_entry ext_functions[] = {
|
836 | 830 | ZEND_FE(mysqli_fetch_fields, arginfo_mysqli_fetch_fields)
|
837 | 831 | ZEND_FE(mysqli_fetch_field_direct, arginfo_mysqli_fetch_field_direct)
|
838 | 832 | ZEND_FE(mysqli_fetch_lengths, arginfo_mysqli_fetch_lengths)
|
839 |
| -#if defined(MYSQLI_USE_MYSQLND) |
840 | 833 | ZEND_FE(mysqli_fetch_all, arginfo_mysqli_fetch_all)
|
841 |
| -#endif |
842 | 834 | ZEND_FE(mysqli_fetch_array, arginfo_mysqli_fetch_array)
|
843 | 835 | ZEND_FE(mysqli_fetch_assoc, arginfo_mysqli_fetch_assoc)
|
844 | 836 | ZEND_FE(mysqli_fetch_object, arginfo_mysqli_fetch_object)
|
@@ -1003,9 +995,7 @@ static const zend_function_entry class_mysqli_result_methods[] = {
|
1003 | 995 | ZEND_ME_MAPPING(fetch_field, mysqli_fetch_field, arginfo_class_mysqli_result_fetch_field, ZEND_ACC_PUBLIC)
|
1004 | 996 | ZEND_ME_MAPPING(fetch_fields, mysqli_fetch_fields, arginfo_class_mysqli_result_fetch_fields, ZEND_ACC_PUBLIC)
|
1005 | 997 | ZEND_ME_MAPPING(fetch_field_direct, mysqli_fetch_field_direct, arginfo_class_mysqli_result_fetch_field_direct, ZEND_ACC_PUBLIC)
|
1006 |
| -#if defined(MYSQLI_USE_MYSQLND) |
1007 | 998 | ZEND_ME_MAPPING(fetch_all, mysqli_fetch_all, arginfo_class_mysqli_result_fetch_all, ZEND_ACC_PUBLIC)
|
1008 |
| -#endif |
1009 | 999 | ZEND_ME_MAPPING(fetch_array, mysqli_fetch_array, arginfo_class_mysqli_result_fetch_array, ZEND_ACC_PUBLIC)
|
1010 | 1000 | ZEND_ME_MAPPING(fetch_assoc, mysqli_fetch_assoc, arginfo_class_mysqli_result_fetch_assoc, ZEND_ACC_PUBLIC)
|
1011 | 1001 | ZEND_ME_MAPPING(fetch_object, mysqli_fetch_object, arginfo_class_mysqli_result_fetch_object, ZEND_ACC_PUBLIC)
|
|
0 commit comments