"Function registration failed" warning in current HEAD

php.internals

Sebastian Bergmann

21 years ago
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

Marcus Börger

21 years ago
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

Joe Orton

21 years ago
On Mon, Nov 01, 2004 at 11:16:27AM +0100, Marcus Boerger wrote:
> 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.
Ah, just saw this mail - it's the InfiniteIterator class in SPL which is causing the warning. joe