Skip to content

Commit 9ccf9a1

Browse files
committed
Add ZEND_STR_CLONE known string
1 parent bb5267e commit 9ccf9a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Zend/zend_string.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ EMPTY_SWITCH_DEFAULT_CASE()
575575
_(ZEND_STR_UNKNOWN, "unknown") \
576576
_(ZEND_STR_UNKNOWN_CAPITALIZED, "Unknown") \
577577
_(ZEND_STR_EXIT, "exit") \
578+
_(ZEND_STR_CLONE, "clone") \
578579
_(ZEND_STR_EVAL, "eval") \
579580
_(ZEND_STR_INCLUDE, "include") \
580581
_(ZEND_STR_REQUIRE, "require") \

build/gen_stub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,6 +3054,7 @@ class PropertyInfo extends VariableLike
30543054
private const PHP_85_KNOWN = [
30553055
"self" => "ZEND_STR_SELF",
30563056
"parent" => "ZEND_STR_PARENT",
3057+
"clone" => "ZEND_STR_CLONE",
30573058
];
30583059

30593060
/**

0 commit comments

Comments
 (0)