<http://forum.pspad.com/read.php?f=2&i=10666&t=10666> 
----------------------------------------------------------------

Hello!

I've found a strange behaviour in PHP's comments handling.
Try the following:

a) Create a new PHP file

b) Paste the following code (overwriting existing open-close tags, of
course!)

---START CUT HERE---

<?php
/*
echo "Hello World!"

/*
echo "Second hello!"
*/

echo "Hello again!"
*/
?>

---END CUT HERE---

Notice that the "Hello again!" echo is not green (commented).

Hope to have helped out! Happy new year!

Antonio

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to