Search Results

0
votes

How to get proper line number when using trigger_error in PHP?

Two options, neither one are particularly palatable: Override Have test() provide __LINE__ in the arguments (eg. "test(__LINE__)", and give the argument t …