diff options
Diffstat (limited to 'ext/spl/tests/SplFileObject_ftruncate_error_001.phpt')
| -rw-r--r-- | ext/spl/tests/SplFileObject_ftruncate_error_001.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt b/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt index a2eef604f1..831e855b85 100644 --- a/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt +++ b/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt @@ -1,5 +1,5 @@ --TEST-- -SplFileObject::ftruncate function - truncating with stream that does not support truncation +SplFileObject::ftruncate function - truncating with stream that does not support truncation --FILE-- <?php @@ -21,7 +21,7 @@ $ftruncate_test = ""; //end creating stream //open an SplFileObject using the above test stream -$obj = New SplFileObject("SPLtest://ftruncate_test"); +$obj = New SplFileObject("SPLtest://ftruncate_test"); try { $obj->ftruncate(1); } catch (LogicException $e) { |
