|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: e53bcb20eb22fd198019ca24ebbf10a0decde13a */ |
| 2 | + * Stub hash: bbcebdb57572133d5f442f220f1e98a1320ed0f6 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
|
5 | 5 | ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
|
@@ -2175,6 +2175,8 @@ ZEND_END_ARG_INFO()
|
2175 | 2175 |
|
2176 | 2176 | #define arginfo_memory_get_peak_usage arginfo_memory_get_usage
|
2177 | 2177 |
|
| 2178 | +#define arginfo_memory_reset_peak_usage arginfo_flush |
| 2179 | + |
2178 | 2180 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_version_compare, 0, 2, MAY_BE_LONG|MAY_BE_BOOL)
|
2179 | 2181 | ZEND_ARG_TYPE_INFO(0, version1, IS_STRING, 0)
|
2180 | 2182 | ZEND_ARG_TYPE_INFO(0, version2, IS_STRING, 0)
|
@@ -2824,6 +2826,7 @@ ZEND_FUNCTION(serialize);
|
2824 | 2826 | ZEND_FUNCTION(unserialize);
|
2825 | 2827 | ZEND_FUNCTION(memory_get_usage);
|
2826 | 2828 | ZEND_FUNCTION(memory_get_peak_usage);
|
| 2829 | +ZEND_FUNCTION(memory_reset_peak_usage); |
2827 | 2830 | ZEND_FUNCTION(version_compare);
|
2828 | 2831 | #if defined(PHP_WIN32)
|
2829 | 2832 | ZEND_FUNCTION(sapi_windows_cp_set);
|
@@ -3479,6 +3482,7 @@ static const zend_function_entry ext_functions[] = {
|
3479 | 3482 | ZEND_FE(unserialize, arginfo_unserialize)
|
3480 | 3483 | ZEND_FE(memory_get_usage, arginfo_memory_get_usage)
|
3481 | 3484 | ZEND_FE(memory_get_peak_usage, arginfo_memory_get_peak_usage)
|
| 3485 | + ZEND_FE(memory_reset_peak_usage, arginfo_memory_reset_peak_usage) |
3482 | 3486 | ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(version_compare, arginfo_version_compare)
|
3483 | 3487 | #if defined(PHP_WIN32)
|
3484 | 3488 | ZEND_FE(sapi_windows_cp_set, arginfo_sapi_windows_cp_set)
|
|
0 commit comments