Skip to content

Commit eafac08

Browse files
committed
Remove self/parent as known zend_strings
1 parent ed23ec9 commit eafac08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/zend_string.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,6 @@ EMPTY_SWITCH_DEFAULT_CASE()
621621
_(ZEND_STR_NULL_LOWERCASE, "null") \
622622
_(ZEND_STR_MIXED, "mixed") \
623623
_(ZEND_STR_TRAVERSABLE, "Traversable") \
624-
_(ZEND_STR_SELF, "self") \
625-
_(ZEND_STR_PARENT, "parent") \
626624
_(ZEND_STR_SLEEP, "__sleep") \
627625
_(ZEND_STR_WAKEUP, "__wakeup") \
628626
_(ZEND_STR_CASES, "cases") \

0 commit comments

Comments
 (0)