summaryrefslogtreecommitdiff
path: root/Zend/tests/flexible-nowdoc-error4.phpt
blob: f8155656fc599a2c183983809d7e22214f5de938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Flexible nowdoc syntax error 4: not enough body indentation
--FILE--
<?php

echo <<<'END'
      a
     b
    c
     END;

?>
--EXPECTF--
Parse error: Invalid body indentation level (expecting an indentation level of at least 5) in %s on line %d