Home
last modified time | relevance | path

Searched refs:string (Results 176 – 200 of 258) sorted by relevance

1234567891011

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DYield_.php30 public function getType(): string {
H A DInclude_.php35 public function getType(): string {
H A DMatch_.php29 public function getType(): string {
H A DNew_.php33 public function getType(): string {
H A DInstanceof_.php32 public function getType(): string {
H A DTernary.php34 public function getType(): string {
H A DNullsafePropertyFetch.php32 public function getType(): string {
H A DPropertyFetch.php32 public function getType(): string {
/PHP-Parser/test/code/parser/stmt/class/
H A Dproperty_promotion.test9 private string $z = 'hello',
73 name: string
/PHP-Parser/lib/PhpParser/Builder/
H A DMethod.php12 protected string $name;
27 public function __construct(string $name) {
H A DParam.php11 protected string $name;
26 public function __construct(string $name) {
H A DProperty.php15 protected string $name;
32 public function __construct(string $name) {
H A DClass_.php13 protected string $name;
34 public function __construct(string $name) {
/PHP-Parser/test/PhpParser/Node/Stmt/
H A DClassMethodTest.php52 public function testImplicitPublic(string $modifier): void {
73 public function testMagic(string $name): void {
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DReadonlyTokenEmulator.php12 public function getKeywordString(): string {
/PHP-Parser/lib/PhpParser/Node/
H A DStaticVar.php33 public function getType(): string {
H A DConst_.php33 public function getType(): string {
H A DDeclareItem.php31 public function getType(): string {
H A DPropertyItem.php31 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/
H A DPrecedence.php30 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DUse_.php44 public function getType(): string {
H A DTryCatch.php34 public function getType(): string {
H A DIf_.php43 public function getType(): string {
H A DEnum_.php41 public function getType(): string {
H A DCatch_.php37 public function getType(): string {

Completed in 61 milliseconds

1234567891011