Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created September 25, 2010 16:18
Show Gist options
  • Save Mikulas/597005 to your computer and use it in GitHub Desktop.
Save Mikulas/597005 to your computer and use it in GitHub Desktop.
Toggling block comments
<?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