diff options
Diffstat (limited to 'ext/spl/tests/SplFileObject_ftruncate_error_001.phpt')
| -rw-r--r-- | ext/spl/tests/SplFileObject_ftruncate_error_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt b/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt index a2eef604f1..121d12e029 100644 --- a/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt +++ b/ext/spl/tests/SplFileObject_ftruncate_error_001.phpt @@ -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) { |
