Searched refs:SplTempFileObject (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/spl/tests/ |
H A D | SplTempFileObject_constructor_error.phpt | 2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments 6 new SplTempFileObject('invalid'); 12 SplTempFileObject::__construct() expects parameter 1 to be int, string given
|
H A D | SplTempFileObject_constructor_basic.phpt | 2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments 5 var_dump(new SplTempFileObject()); 8 object(SplTempFileObject)#1 (5) {
|
H A D | SplTempFileObject_constructor_memory_lt1_variation.phpt | 2 SPL SplTempFileObject constructor sets correct defaults when passed a negative value 5 var_dump(new SplTempFileObject(-1)); 8 object(SplTempFileObject)#1 (5) {
|
H A D | SplTempFileObject_constructor_maxmemory_basic.phpt | 2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size 5 var_dump(new SplTempFileObject(1024)); 8 object(SplTempFileObject)#1 (5) {
|
H A D | bug77751.phpt | 8 $logfile = new SplTempFileObject();
|
H A D | bug54384.phpt | 125 echo "SplTempFileObject... "; 126 class SplTempFileObjectTest extends SplTempFileObject { 168 SplTempFileObject... exception (expected)
|
H A D | bug77024.phpt | 6 $file = new SplTempFileObject;
|
H A D | bug79710.phpt | 26 Run::$sfo = new SplTempFileObject();
|
H A D | bug55701.phpt | 250 // The classes SplFileObject and SplTempFileObject are not affected by the bug 288 echo "extends SplTempFileObject... "; 289 class SplTempFileObjectChild extends SplTempFileObject { 334 extends SplTempFileObject... threw LogicException (expected)
|
/PHP-7.3/ext/spl/ |
H A D | spl_directory.c | 2318 SPL_METHOD(SplTempFileObject, __construct) in SPL_METHOD() argument 3100 SPL_ME(SplTempFileObject, __construct, arginfo_temp_file_object___construct, ZEND_ACC_PUBLIC) 3165 …REGISTER_SPL_SUB_CLASS_EX(SplTempFileObject, SplFileObject, spl_filesystem_object_new_check, spl_S… in PHP_MINIT_FUNCTION()
|
H A D | php_spl.c | 232 SPL_ADD_CLASS(SplTempFileObject, z_list, sub, allow, ce_flags); \
|
Completed in 35 milliseconds