Home
last modified time | relevance | path

Searched defs:name (Results 26 – 50 of 63) sorted by relevance

123

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DMethodCall.php15 public Node $name; variable in PhpParser\\Node\\Expr\\MethodCall
27 public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {
H A DNullsafeMethodCall.php15 public Node $name; variable in PhpParser\\Node\\Expr\\NullsafeMethodCall
27 public function __construct(Expr $var, $name, array $args = [], array $attributes = []) {
H A DStaticCall.php15 public Node $name; variable in PhpParser\\Node\\Expr\\StaticCall
27 public function __construct(Node $class, $name, array $args = [], array $attributes = []) {
/PHP-Parser/lib/PhpParser/Node/
H A DName.php12 public string $name; variable in PhpParser\\Node\\Name
27 final public function __construct($name, array $attributes = []) {
251 private static function prepareName($name): string {
H A DPropertyHook.php16 public Identifier $name; variable in PhpParser\\Node\\PropertyHook
38 public function __construct($name, $body, array $subNodes = [], array $attributes = []) {
/PHP-Parser/lib/PhpParser/Builder/
H A DTrait_.php11 protected string $name; variable in PhpParser\\Builder\\Trait_
28 public function __construct(string $name) {
H A DEnumCase.php15 protected $name; variable in PhpParser\\Builder\\EnumCase
28 public function __construct($name) {
H A DInterface_.php12 protected string $name; variable in PhpParser\\Builder\\Interface_
27 public function __construct(string $name) {
H A DMethod.php12 protected string $name; variable in PhpParser\\Builder\\Method
27 public function __construct(string $name) {
H A DEnum_.php13 protected string $name; variable in PhpParser\\Builder\\Enum_
33 public function __construct(string $name) {
H A DParam.php11 protected string $name; variable in PhpParser\\Builder\\Param
26 public function __construct(string $name) {
H A DClass_.php13 protected string $name; variable in PhpParser\\Builder\\Class_
34 public function __construct(string $name) {
H A DClassConst.php33 public function __construct($name, $value) {
45 public function addConst($name, $value) {
H A DProperty.php15 protected string $name; variable in PhpParser\\Builder\\Property
34 public function __construct(string $name) {
/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php31 protected function doTestPrettyPrintMethod($method, $name, $code, $expected, $modeLine) {
40 public function testPrettyPrint($name, $code, $expected, $mode): void {
47 public function testPrettyPrintFile($name, $code, $expected, $mode): void {
191 …public function testFormatPreservingPrint($name, $code, $modification, $expected, $modeLine): void…
224 public function testRoundTripPrint($name, $code, $expected, $modeLine): void {
H A DNameContextTest.php12 public function testGetPossibleNames($type, $name, $expectedPossibleNames): void {
H A DCodeTestParser.php36 public function reconstructTest($name, array $tests) {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DFunction_.php12 public Node\Identifier $name; variable in PhpParser\\Node\\Stmt\\Function_
43 public function __construct($name, array $subNodes = [], array $attributes = []) {
H A DTrait_.php20 public function __construct($name, array $subNodes = [], array $attributes = []) {
H A DInterface_.php25 public function __construct($name, array $subNodes = [], array $attributes = []) {
H A DEnum_.php27 public function __construct($name, array $subNodes = [], array $attributes = []) {
H A DClassMethod.php15 public Node\Identifier $name; variable in PhpParser\\Node\\Stmt\\ClassMethod
66 public function __construct($name, array $subNodes = [], array $attributes = []) {
/PHP-Parser/test/PhpParser/Builder/
H A DUseTest.php10 protected function createUseBuilder($name, $type = Stmt\Use_::TYPE_NORMAL) {
/PHP-Parser/
H A Dcomposer.json2 "name": "nikic/php-parser", string
12 "name": "Nikita Popov" string
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php221 protected function resolveName(Name $name, int $type): Name {
252 protected function resolveClassName(Name $name): Name {

Completed in 32 milliseconds

123