Don't really know how to word this question. I have encountered this problem on several ocassasions. The code does not generate any notice/warniong/error (it just dies) if: 1 I declare the same function name twice 2 I attempt to pass a constant to a by-reference parameter
The debugging can be quite tiresome as I have no idea what caused it and it may be a change made some time ago.
Any thoughts on: How to prevent it? Debugging techniques?
The code is running on a server rather than my own machine. Thanks for any help.