Skip to content

Commit 0e4edbe

Browse files
committed
Add ZEND_STR_CLONE known string
1 parent 3399235 commit 0e4edbe

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
@@ -3057,6 +3057,7 @@ class PropertyInfo extends VariableLike
30573057
"parent" => "ZEND_STR_PARENT",
30583058
"username" => "ZEND_STR_USERNAME",
30593059
"password" => "ZEND_STR_PASSWORD",
3060+
"clone" => "ZEND_STR_CLONE",
30603061
];
30613062

30623063
/**

0 commit comments

Comments
 (0)