]> granicus.if.org Git - php/commitdiff
- Drop debug message
authorMarcus Boerger <helly@php.net>
Thu, 11 Nov 2004 19:31:27 +0000 (19:31 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 11 Nov 2004 19:31:27 +0000 (19:31 +0000)
ext/spl/spl_iterators.c

index 6ae1c1a92530ec6f5b6ae4ac55a275a174d306ae..b199a72fd9464657ba9b0438ce83fc988ad7ea43 100755 (executable)
@@ -323,7 +323,6 @@ SPL_METHOD(RecursiveIteratorIterator, __construct)
                iterator = NULL;
        }
        if (!iterator || !instanceof_function(Z_OBJCE_P(iterator), spl_ce_RecursiveIterator TSRMLS_CC)) {
-fprintf(stderr, "### %s\n", iterator ? Z_OBJCE_P(iterator)->name : "non object");
                php_set_error_handling(EH_NORMAL, NULL TSRMLS_CC);
                zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or IteratorAggregate creating it is required", 0 TSRMLS_CC);
                return;