PHP Warning: Function registration failed - duplicate name -
next in Unknown on line 0
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69
Hello Sebastian,
Monday, November 1, 2004, 10:43:50 AM, you wrote:
PHP Warning: Function registration failed - duplicate name -
next in Unknown on line 0
how about providing the backtrace when you set a breakpoint
in the error handler? Dumping the right variables from the
trace you can see which class is the root of the problem.
Best regards,
Marcus mailto:helly@php.net
Hello Sebastian,
Monday, November 1, 2004, 10:43:50 AM, you wrote:
PHP Warning: Function registration failed - duplicate name -
next in Unknown on line 0how about providing the backtrace when you set a breakpoint
in the error handler? Dumping the right variables from the
trace you can see which class is the root of the problem.
Ah, just saw this mail - it's the InfiniteIterator class in SPL which is
causing the warning.
joe