Home
last modified time | relevance | path

Searched refs:__construct (Results 1 – 7 of 7) sorted by relevance

/php-ast/tests/
H A Dphp80_promotion.phpt13 /** Doc comment for __construct */
14 public function __construct(
36 name: "__construct"
37 docComment: "/** Doc comment for __construct */"
H A Dphp84_property_hook4.phpt12 public function __construct(
29 name: "__construct"
H A Dconstructor.phpt2 ast\Node has a __construct method
/php-ast/
H A Dast_arginfo.h44 ZEND_METHOD(ast_Node, __construct);
59 ZEND_ME(ast_Node, __construct, arginfo_class_ast_Node___construct, ZEND_ACC_PUBLIC)
H A Dast.stub.php38 …public function __construct(?int $kind = null, ?int $flags = null, ?array $children = null, ?int $… function in ast\\Node
H A Dast_stub.php312 …public function __construct(int $kind = null, int $flags = null, array $children = null, int $line… function in ast\\Node
H A Dast.c1374 PHP_METHOD(ast_Node, __construct) { in PHP_METHOD() argument

Completed in 17 milliseconds