Skip to content

Commit b6fa386

Browse files
committed
Regenerate arginfo file
1 parent 5dc31e0 commit b6fa386

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ext/standard/basic_functions_arginfo.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 5063533a0887ff6045780b5521ee212de7e6be28 */
2+
* Stub hash: 8a11321dffd77850616db42a5c77fc33c30b361f */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
@@ -652,8 +652,10 @@ ZEND_END_ARG_INFO()
652652
#define arginfo_getmxrr arginfo_dns_get_mx
653653
#endif
654654

655+
#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__)
655656
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_net_get_interfaces, 0, 0, MAY_BE_ARRAY|MAY_BE_FALSE)
656657
ZEND_END_ARG_INFO()
658+
#endif
657659

658660
#if HAVE_FTOK
659661
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ftok, 0, 2, IS_LONG, 0)
@@ -2394,7 +2396,9 @@ ZEND_FUNCTION(dns_get_record);
23942396
#if defined(PHP_WIN32) || HAVE_DNS_SEARCH_FUNC
23952397
ZEND_FUNCTION(dns_get_mx);
23962398
#endif
2399+
#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__)
23972400
ZEND_FUNCTION(net_get_interfaces);
2401+
#endif
23982402
#if HAVE_FTOK
23992403
ZEND_FUNCTION(ftok);
24002404
#endif
@@ -3026,7 +3030,9 @@ static const zend_function_entry ext_functions[] = {
30263030
#if defined(PHP_WIN32) || HAVE_DNS_SEARCH_FUNC
30273031
ZEND_FALIAS(getmxrr, dns_get_mx, arginfo_getmxrr)
30283032
#endif
3033+
#if defined(PHP_WIN32) || HAVE_GETIFADDRS || defined(__PASE__)
30293034
ZEND_FE(net_get_interfaces, arginfo_net_get_interfaces)
3035+
#endif
30303036
#if HAVE_FTOK
30313037
ZEND_FE(ftok, arginfo_ftok)
30323038
#endif

0 commit comments

Comments
 (0)