/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug35655.phpt
--TEST-- Bug #35655 (whitespace following end of heredoc is lost) --INI-- highlight.string = #DD0000 highlight.comment = #FF8000 highlight.keyword = #007700 highlight.default = #0000BB highlight.html = #000000 --WHITESPACE_SENSITIVE-- --FILE-- <?php $code = ' <?php $x = <<<EOT some string EOT $y = 2; ?>'; highlight_string($code); ?> --EXPECT-- <code><span style="color: #000000"> <br /><span style="color: #0000BB"><?php<br /> $x </span><span style="color: #007700">= <<<EOT<br /></span><span style="color: #DD0000">some string <br /></span><span style="color: #007700">EOT<br /> </span><span style="color: #0000BB">$y </span><span style="color: #007700">= </span><span style="color: #0000BB">2</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?></span> </span> </code>
Copyright ©2k19 -
Hexid
|
Tex7ure