import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / print_basic.php.expectf
blobccc278aa03389dfe390e7f5be3fb0ddb9c8b1b7b
1 *** Testing print() : basic functionality ***
3 -- Iteration 1 --
4 Hello World
5 -- Iteration 2 --
6 print() also works without parentheses.
7 -- Iteration 3 --
8 This spans
9 multiple lines. The newlines will be
10 output as well
11 -- Iteration 4 --
12 This also spans
13 multiple lines. The newlines will be
14 output as well.
15 -- Iteration 5 --
16 escaping characters is done "Like this".
17 -- Iteration 6 --
18 foo is foobar
19 -- Iteration 7 --
20 this is foo !
21 -- Iteration 8 --
22 foo is $foo
23 -- Iteration 9 --
24 foobar
25 -- Iteration 10 --
26 This uses the "here document" syntax to output
27 multiple lines with VARIABLE interpolation. Note
28 that the here document terminator must appear on a
29 line with just a semicolon no extra whitespace!
30 ===DONE===