summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-03-05 17:39:49 +0000
committerMarcus Boerger <helly@php.net>2006-03-05 17:39:49 +0000
commit7dc322754a698bb716ebb6fcdfb8b8842e12d918 (patch)
treeac0576836a87c5a3187b0d817bbe490b5501f5e1 /ext/spl/spl_engine.h
parent41de805a9d43ed9a6dbe351e5ed1aa1f52cb9641 (diff)
downloadphp-git-7dc322754a698bb716ebb6fcdfb8b8842e12d918.tar.gz
- Fix issues with not/double calling of constructors of SPL iterators
- Fix issues with info-class/file-class in SPL directory handling classes - Add SimpleXMLElement::count() - Drop erroneous RecursiveDirectoryIterator::getSubPathInfo() - Drop dead code - Add tests - Update docu
Diffstat (limited to 'ext/spl/spl_engine.h')
-rwxr-xr-xext/spl/spl_engine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/spl_engine.h b/ext/spl/spl_engine.h
index 860659e603..36ce184181 100755
--- a/ext/spl/spl_engine.h
+++ b/ext/spl/spl_engine.h
@@ -58,8 +58,6 @@ static inline int spl_instantiate_arg_ex2(zend_class_entry *pce, zval **retval,
}
/* }}} */
-int spl_is_instance_of(zval **obj, zend_class_entry *ce TSRMLS_DC);
-
#endif /* SPL_ENGINE_H */
/*