From: foobar Date: Sat, 17 Dec 2005 14:54:41 +0000 (+0000) Subject: - Fix test X-Git-Tag: php-5.1.2RC1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=849a61427589c8f28fcd3f79d44de8548707c6cb;p=php - Fix test --- 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-- --EXPECT-- -
<? 
  $x 
= <<<EOT
some string    
EOT
  
$y 2;
?> +
<?php
  $x 
= <<<EOT
some string    
EOT
  
$y 2;
?>