summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLevi Morrison <levim@php.net>2020-09-03 07:03:12 -0600
committerLevi Morrison <levim@php.net>2020-09-03 07:03:12 -0600
commit94fd52dd091051d4d4089c4c89b68fee6a876e23 (patch)
tree758b5972291ece65ec7583679da10f98ec9e0652 /build
parent430b3ac7df59aa42b52995be1c704394fa29ad3d (diff)
downloadphp-git-94fd52dd091051d4d4089c4c89b68fee6a876e23.tar.gz
Add Z_PARAM_ITERABLE and co
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gen_stub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/gen_stub.php b/build/gen_stub.php
index 214d1f563e..de2d3b144b 100755
--- a/build/gen_stub.php
+++ b/build/gen_stub.php
@@ -112,6 +112,8 @@ class SimpleType {
return "IS_VOID";
case "callable":
return "IS_CALLABLE";
+ case "iterable":
+ return "IS_ITERABLE";
case "mixed":
return "IS_MIXED";
default: