summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt')
-rw-r--r--ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt b/ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt
index 2ef1b2cd1a..765635f530 100644
--- a/ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt
+++ b/ext/spl/tests/SplTempFileObject_constructor_maxmemory_basic.phpt
@@ -4,7 +4,7 @@ SPL SplTempFileObject constructor sets correct values when passed fixed memory s
<?php
var_dump(new SplTempFileObject(1024));
?>
---EXPECTF--
+--EXPECT--
object(SplTempFileObject)#1 (5) {
["pathName":"SplFileInfo":private]=>
string(25) "php://temp/maxmemory:1024"