Searched refs:__construct (Results 1 – 7 of 7) sorted by relevance
/php-ast/tests/ |
H A D | php80_promotion.phpt | 13 /** Doc comment for __construct */ 14 public function __construct( 36 name: "__construct" 37 docComment: "/** Doc comment for __construct */"
|
H A D | php84_property_hook4.phpt | 12 public function __construct( 29 name: "__construct"
|
H A D | constructor.phpt | 2 ast\Node has a __construct method
|
/php-ast/ |
H A D | ast_arginfo.h | 44 ZEND_METHOD(ast_Node, __construct); 59 ZEND_ME(ast_Node, __construct, arginfo_class_ast_Node___construct, ZEND_ACC_PUBLIC)
|
H A D | ast.stub.php | 38 …public function __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $… function in ast\\Node
|
H A D | ast_stub.php | 312 …public function __construct(int $kind = null, int $flags = null, array $children = null, int $line… function in ast\\Node
|
H A D | ast.c | 1374 PHP_METHOD(ast_Node, __construct) { in PHP_METHOD() argument
|
Completed in 17 milliseconds