]> granicus.if.org Git - php/commit
Tests for SplTempFileObject
authorBen Longden <ben@php.net>
Tue, 15 Jun 2010 10:50:53 +0000 (10:50 +0000)
committerBen Longden <ben@php.net>
Tue, 15 Jun 2010 10:50:53 +0000 (10:50 +0000)
commit675a0539db1b44621df6d80d70ee076486ac7066
treebc20acccb1be5c13ce5f2d8e53048ebfe0a7273c
parent06e7d5e9cbfbed128596ebeb9b031188e7632aae
Tests for SplTempFileObject

Basic usage (no params)
Basic usage (with max memory specified)
Variation (passing a neg value to the constructor)
Error (Passing a non long int value to constructor)
ext/spl/tests/SplTempFileObject_constructor_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_error.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt [new file with mode: 0644]
ext/spl/tests/SplTempFileObject_constructor_memory_lt1_variation.phpt [new file with mode: 0644]