%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/coding/vendor/nikic/php-parser/test/code/prettyPrinter/expr/
Upload File :
Create Path :
Current File : /var/www/html/coding/vendor/nikic/php-parser/test/code/prettyPrinter/expr/docStrings.test

Literals
-----
<?php

<<<'STR'
STR;
<<<STR
STR;

<<<'STR'
A
B
STR;
<<<STR
A
B
STR;

<<<'STR'
a\nb$c
STR;
<<<STR
a\\nb\$c
STR;

<<<STR
a$b
{$c->d}
STR;

call(
    <<<STR
A
STR
    , <<<STR
B
STR
);

function test() {
    <<<STR
Foo
STR;
    <<<STR
    Bar
STR;
}
-----
<<<'STR'
STR;
<<<STR
STR;
<<<'STR'
A
B
STR;
<<<STR
A
B
STR;
<<<'STR'
a\nb$c
STR;
<<<STR
a\\nb\$c
STR;
<<<STR
a{$b}
{$c->d}
STR;
call(<<<STR
A
STR
, <<<STR
B
STR
);
function test()
{
    <<<STR
Foo
STR;
    <<<STR
    Bar
STR;
}

Zerion Mini Shell 1.0