Hello all, 

Concerning the CodingStandards, there is nothing concerning the heredoc string 
syntax. 


This syntax is commonly used to show output multiple lines with html tags. 


Example : 


$str = <<<EOD 
bonjour $prenom $data['nom'], bienvenue à {$city}-Ville 

EOD; 





echo $str; 




It is not specified, so, is there any conflict if I type such string vars?
_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to