This commit is contained in:
Marcus Boerger 2006-02-05 11:43:28 +00:00
parent 5f1572d8e4
commit 19117cf9c9

View file

@ -1199,6 +1199,7 @@ static int spl_filesystem_object_cast(zval *readobj, zval *writeobj, int type TS
return SUCCESS; return SUCCESS;
} }
} }
ZVAL_NULL(writeobj);
return FAILURE; return FAILURE;
} }
/* }}} */ /* }}} */