beberlei · GitHub

@beberlei

@beberlei

Closed

9 tasks

Ocramius

TysonAndre

TysonAndre

nikic

nikic


echo "\n";

<<A1(self::FOO, C1::BAR)>>

nikic

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

nikic

Merged

@beberlei

nikic

<<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"))) {

nikic

Co-authored-by: Martin Schröder <m.schroeder2007@gmail.com>

@beberlei

Register Attributes Without Changes to ZEND APIs

Read the original on github.com ↗