PHP8. enum analysis of 1
PHP8. After the release, there are many things to pay attention to in an enumenum is basically a restricted class. Let's look at its syntax firstenum_declaration_statement:
T_ENUM { $<num>$ = CG(zend_lineno); }
T_STRING enum_backing_type implements_list backup_doc_comment '{' class_statement_list '}'
{ $$ = zen ...
Posted by neoboffins on Thu, 09 Dec 2021 07:53:07 +0100