Skip to content

Commit 203e5f4

Browse files
committed
use @generate-legacy-arginfo
1 parent 392eb9d commit 203e5f4

6 files changed

+12
-6
lines changed

apc_iterator.stub.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22

3-
/** @generate-function-entries */
3+
/**
4+
* @generate-function-entries
5+
* @generate-legacy-arginfo
6+
*/
47

58
class APCUIterator implements Iterator {
69
/** @param array|string|null $search */

apc_iterator_arginfo.h

+1-1
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: 4311353b2b909c4976b9b5a9a70df00a830e953b */
2+
* Stub hash: bb3222265846a53027ddd5c8da8106de9af8b0d5 */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_APCUIterator___construct, 0, 0, 0)
55
ZEND_ARG_INFO_WITH_DEFAULT_VALUE(0, search, "null")

apc_iterator_legacy_arginfo.h

+1-1
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: 4311353b2b909c4976b9b5a9a70df00a830e953b */
2+
* Stub hash: bb3222265846a53027ddd5c8da8106de9af8b0d5 */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_APCUIterator___construct, 0, 0, 0)
55
ZEND_ARG_INFO(0, search)

php_apc.stub.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?php
22

3-
/** @generate-function-entries PHP_APCU_API */
3+
/**
4+
* @generate-function-entries PHP_APCU_API
5+
* @generate-legacy-arginfo
6+
*/
47

58
function apcu_clear_cache(): bool {}
69

php_apc_arginfo.h

+1-1
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: ef03298f36215c95f4047776d95f0f3dc8c17458 */
2+
* Stub hash: 5282d856fd334278d5799581ad251977a3c6b18e */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_apcu_clear_cache, 0, 0, _IS_BOOL, 0)
55
ZEND_END_ARG_INFO()

php_apc_legacy_arginfo.h

+1-1
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: ef03298f36215c95f4047776d95f0f3dc8c17458 */
2+
* Stub hash: 5282d856fd334278d5799581ad251977a3c6b18e */
33

44
ZEND_BEGIN_ARG_INFO_EX(arginfo_apcu_clear_cache, 0, 0, 0)
55
ZEND_END_ARG_INFO()

0 commit comments

Comments
 (0)