| zend_class_entry *zend_ce_php_compiler_attribute; | ||
|
|
||
| typedef void (*zend_attributes_internal_validator)(zval *attribute, int target); | ||
| HashTable zend_attributes_internal_validators; |
| %token T_ERROR | ||
|
|
||
| %type <ast> top_statement namespace_name name statement function_declaration_statement | ||
| %type <ast> top_statement namespace_name name statement annotated_statement function_declaration_statement |
Merged
| <<Entity("imported class")>> | ||
| <<ORM\Entity("imported namespace")>> | ||
| <<\Doctrine\ORM\Mapping\Entity("absolute from namespace")>> | ||
| <<\Entity("import absolute from global")>> |
| RETURN_THROWS(); | ||
| } | ||
|
|
||
| if (!zend_get_attribute_str(ce->attributes, ZEND_STRL("phpattribute"))) { |