diff options
| author | foobar <sniper@php.net> | 2005-12-17 14:56:02 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-12-17 14:56:02 +0000 |
| commit | f1cb1880158388c800d408674c2adadfed645284 (patch) | |
| tree | 185e921ccacece5ddcc47a0f1c3b0b03893f6999 | |
| parent | 6ddfecd65a7b05ab05c7d0f5c413914a76b92201 (diff) | |
| download | php-git-f1cb1880158388c800d408674c2adadfed645284.tar.gz | |
fix test
| -rwxr-xr-x | Zend/tests/bug35655.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug35655.phpt b/Zend/tests/bug35655.phpt index 525a30f8b1..e35764a60e 100755 --- a/Zend/tests/bug35655.phpt +++ b/Zend/tests/bug35655.phpt @@ -10,7 +10,7 @@ highlight.html = #000000 --FILE-- <?php $code = ' -<? +<?php $x = <<<EOT some string EOT @@ -20,6 +20,6 @@ highlight_string($code); ?> --EXPECT-- <code><span style="color: #000000"> -<br /><span style="color: #0000BB"><? <br /> $x </span><span style="color: #007700">= <<<EOT<br /></span><span style="color: #0000BB">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> +<br /><span style="color: #0000BB"><?php<br /> $x </span><span style="color: #007700">= <<<EOT<br /></span><span style="color: #0000BB">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> |
