Probably not so much in PHP but I've had some real doozers in my time due this.

For example in C...

if (somethingsFailed)
        DEBUG_MACRO("Something failed!");

var = 1;

And then someone un-defines DEBUG_MACRO.

Fun then ensues.

Melanie

On 19 Jul 2012, at 11:03, Charlie Somerville wrote:

> 
> 
> I've often heard people make this argument, but I've never found it to be a 
> real concern in practise.
> 
> Is this really such a common problem?  


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to