Home
last modified time | relevance | path

Searched refs:string (Results 76 – 100 of 264) sorted by relevance

1234567891011

/PHP-Parser/test/PhpParser/
H A DNodeDumperTest.php6 private function canonicalize($string) { argument
7 return str_replace("\r\n", "\n", $string);
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DNop.php13 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Expr/AssignOp/
H A DMinus.php8 public function getType(): string {
H A DMod.php8 public function getType(): string {
H A DMul.php8 public function getType(): string {
H A DPlus.php8 public function getType(): string {
H A DPow.php8 public function getType(): string {
H A DShiftLeft.php8 public function getType(): string {
H A DShiftRight.php8 public function getType(): string {
H A DBitwiseAnd.php8 public function getType(): string {
H A DBitwiseOr.php8 public function getType(): string {
H A DBitwiseXor.php8 public function getType(): string {
H A DCoalesce.php8 public function getType(): string {
H A DConcat.php8 public function getType(): string {
H A DDiv.php8 public function getType(): string {
/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DArray_.php8 public function getType(): string {
H A DBool_.php8 public function getType(): string {
H A DInt_.php8 public function getType(): string {
H A DObject_.php8 public function getType(): string {
H A DString_.php8 public function getType(): string {
H A DUnset_.php8 public function getType(): string {
/PHP-Parser/test/code/formatPreservation/
H A DrewriteVariableInterpolationString.test1 Rewrite string with variable interpolation
/PHP-Parser/lib/PhpParser/Node/
H A DVariadicPlaceholder.php20 public function getType(): string {
/PHP-Parser/lib/PhpParser/
H A DParser.php16 public function parse(string $code, ?ErrorHandler $errorHandler = null): ?array;
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DInt_.php42 …public static function fromString(string $str, array $attributes = [], bool $allowInvalidOctal = f…
76 public function getType(): string {

Completed in 27 milliseconds

1234567891011