]> granicus.if.org Git - php/commitdiff
- Add SplTempFileObject to output
authorMarcus Boerger <helly@php.net>
Fri, 16 Dec 2005 22:29:02 +0000 (22:29 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 16 Dec 2005 22:29:02 +0000 (22:29 +0000)
ext/spl/php_spl.c

index a003594f233196589c39333b373ca65ba6b8563d..4d544b69d3b04bbd86f7893818fabaf458f131ef 100755 (executable)
@@ -188,6 +188,7 @@ PHP_FUNCTION(class_implements)
        SPL_ADD_CLASS(SplObjectStorage, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(SplSubject, z_list, sub, allow, ce_flags); \
+       SPL_ADD_CLASS(SplTempFileObject, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(UnderflowException, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(UnexpectedValueException, z_list, sub, allow, ce_flags); \