-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/heredoc_018.phpt

--TEST--
Testing heredoc with tabs before identifier
--FILE--
<?php

$heredoc = <<<	A

foo

	A;
A;

var_dump(strlen($heredoc) == 9);

?>
--EXPECT--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee