Home
last modified time | relevance | path

Searched refs:string (Results 151 – 175 of 264) sorted by relevance

1234567891011

/PHP-Parser/lib/PhpParser/
H A DPhpVersion.php59 public static function fromString(string $version): self {
97 public function supportsBuiltinType(string $type): bool {
/PHP-Parser/test/code/parser/stmt/class/
H A DpropertyTypes.test6 public string $a;
29 name: string
H A DtypedConstants.test6 private const string Y = "a", Z = "b";
46 name: string
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DTraitUse.php30 public function getType(): string {
H A DTrait_.php31 public function getType(): string {
H A DGoto_.php27 public function getType(): string {
H A DLabel.php27 public function getType(): string {
H A DDo_.php30 public function getType(): string {
H A DElseIf_.php30 public function getType(): string {
H A DCase_.php30 public function getType(): string {
H A DWhile_.php30 public function getType(): string {
H A DDeclare_.php31 public function getType(): string {
H A DSwitch_.php30 public function getType(): string {
H A DInterface_.php37 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/
H A DMatchArm.php27 public function getType(): string {
H A DAttribute.php30 public function getType(): string {
/PHP-Parser/test/code/parser/expr/uvs/
H A Dmisc.test5 "string"->length();
15 value: string
/PHP-Parser/lib/PhpParser/Builder/
H A DEnum_.php13 protected string $name;
33 public function __construct(string $name) {
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DEnumTokenEmulator.php12 public function getKeywordString(): string {
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DFuncCall.php31 public function getType(): string {
H A DAssign.php30 public function getType(): string {
H A DAssignRef.php30 public function getType(): string {
H A DArrayDimFetch.php30 public function getType(): string {
H A DBinaryOp.php36 abstract public function getOperatorSigil(): string;
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DInterpolatedString.php28 public function getType(): string {

Completed in 60 milliseconds

1234567891011