On 31/07/13 22:19, Tyler Romeo wrote: > On Wed, Jul 31, 2013 at 7:42 AM, Tim Starling <[email protected]>wrote: > >> Indeed. In C, assert() will abort the program if it is enabled, which >> is hard to miss. It is not comparable to the PHP assert() function. > > > ...except PHP's assert() *also* aborts the program if enabled. What am I > missing here?
The php.ini option assert.bail is 0 by default. -- Tim Starling _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
