From: foobar Date: Sat, 17 Dec 2005 14:56:02 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_1_0_4~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1cb1880158388c800d408674c2adadfed645284;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;
?>