Blaubart: stringzeile in php - warum geht das?

Beitrag lesen

Tach.

<?php
echo "hallo";
asdf
?>

  
Mit error\_reporting auf E\_ALL erkennst du:  
  
hallo  
Notice: Use of undefined constant asdf - assumed 'asdf' in c:\Apache\htdocs\index.php on line 4  

-- 
Once is a mistake, twice is jazz.