Created
September 25, 2010 16:18
-
-
Save Mikulas/597005 to your computer and use it in GitHub Desktop.
Toggling block comments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Toggling block comments | |
* Mikulas Dite 2010 | |
*/ | |
/* | |
$z = "This code is commented out…"; | |
/* */ | |
//* | |
$z = "… and it cant be simply toggled by adding `\` to the beginning."; | |
/* */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment