Main Page | File List | File Members

code/bug.inc

Go to the documentation of this file.
00001 <?php 00002 00011 function ExcellentImVisible() 00012 { 00013 return true; 00014 } 00015 00016 00017 // The problem seems to be related to opening curly braces inside single quotes. 00018 // I personally use this in PHP to output JavaScript code. 00019 00020 // I admit the workaround it to use double quotes, but we try to keep that to a minimum. 00021 // Other users have problems also, so perhaps a little note on the website may not go amiss. 00022 00023 // This line is OK 00024 echo '{'; 00025 00026 // This line is OK 00027 echo " {"; 00028 00029 // This line messes everything else up. 00030 echo ' {'; 00031 00032 // This line would also mess everything else up. 00033 echo '" '; 00034 00039 function YayIUsedToBeInInvisibleButNowImSeen() 00040 { 00041 return true; 00042 } 00043 00048 function HelpMeImReallyInvisible($arg = 'something') 00049 { 00050 return true; 00051 } 00052 00057 function ImGoodAtHideAndSeek() 00058 { 00059 return true; 00060 } 00061 00062 ?>

Generated on Fri Aug 27 08:30:23 2004 for Bug Code Base by doxygen 1.3.8