Skip to content

Commit 1ec029a

Browse files
committed
Add ZEND_STR_CLONE known string
1 parent 787f26c commit 1ec029a

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
@@ -2942,6 +2942,7 @@ class PropertyInfo extends VariableLike
29422942
private const PHP_85_KNOWN = [
29432943
"self" => "ZEND_STR_SELF",
29442944
"parent" => "ZEND_STR_PARENT",
2945+
"clone" => "ZEND_STR_CLONE",
29452946
];
29462947

29472948
/**

0 commit comments

Comments
 (0)