Home
last modified time | relevance | path

Searched refs:string (Results 201 – 225 of 264) sorted by relevance

1234567891011

/PHP-Parser/grammar/
H A DphpyLang.php159 function magicSplit($regex, $string) { argument
160 …pieces = preg_split(regex('(?:(?&string)|(?&comment)|(?&code))(*SKIP)(*FAIL)|' . $regex), $string);
/PHP-Parser/lib/PhpParser/Builder/
H A DParam.php11 protected string $name;
26 public function __construct(string $name) {
H A DProperty.php15 protected string $name;
34 public function __construct(string $name) {
/PHP-Parser/test/code/prettyPrinter/expr/
H A Doperators.test25 (string) $a;
99 (string) $a;
100 (string) $a;
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DStaticPropertyFetch.php33 public function getType(): string {
H A DClassConstFetch.php33 public function getType(): string {
H A DStaticCall.php38 public function getType(): string {
H A DMethodCall.php38 public function getType(): string {
H A DNullsafeMethodCall.php38 public function getType(): string {
H A DArrowFunction.php81 public function getType(): string {
H A DClosure.php83 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DGroupUse.php38 public function getType(): string {
H A DEnumCase.php33 public function getType(): string {
H A DForeach_.php47 public function getType(): string {
H A DClassConst.php74 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/
H A DArg.php41 public function getType(): string {
H A DArrayItem.php37 public function getType(): string {
H A DUseItem.php49 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Stmt/TraitUseAdaptation/
H A DAlias.php34 public function getType(): string {
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php180 public function parse(string $code, ?ErrorHandler $errorHandler = null): ?array {
430 protected function getErrorMessage(int $symbol, int $state): string {
658 private function getNamespacingStyle(array $stmts): ?string {
726 protected function getFloatCastKind(string $cast): int {
758 protected function parseNumString(string $str, array $attributes) {
773 string $string, int $indentLen, string $indentChar, argument
775 ): string {
777 return $string;
800 $string
810 string $startToken, $contents, string $endToken,
[all …]
/PHP-Parser/test/PhpParser/
H A DCodeTestAbstract.php26 public function parseModeLine(?string $modeLine): array {
H A DNodeVisitorForTesting.php31 private function traceEvent(string $method, $param) {
/PHP-Parser/test/code/parser/stmt/function/
H A DtypeVersions.test5 bool $a1, int $a2, float $a3, string $a4, // PHP 7.0
77 name: string
217 bool $a1, int $a2, float $a3, string $a4, // PHP 7.0
289 name: string
429 bool $a1, int $a2, float $a3, string $a4, // PHP 7.0
501 name: string
641 bool $a1, int $a2, float $a3, string $a4, // PHP 7.0
713 name: string
853 bool $a1, int $a2, float $a3, string $a4, // PHP 7.0
925 name: string
[all …]
/PHP-Parser/test/code/parser/stmt/class/
H A Dproperty_promotion.test9 private string $z = 'hello',
79 name: string
/PHP-Parser/test/code/parser/scalar/
H A DencapsedNegVarOffset.test1 Encapsed string negative var offsets

Completed in 63 milliseconds

1234567891011