<?php
/*
/* this is a comment */
*/
?>
PHP returns "syntax error"... Is this just a completely wrong way to use multiple line comment?
Sometimes I need to comment out a big block of code for testing, and this block contains hundreds of lines and there are many multiple line comments inside.
What's the best way to comment out this big block? Besides removing it temporarily from the file?