summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug45216.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug45216.phpt')
-rw-r--r--ext/spl/tests/bug45216.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug45216.phpt b/ext/spl/tests/bug45216.phpt
index b3c4aa51bf..99ea491e78 100644
--- a/ext/spl/tests/bug45216.phpt
+++ b/ext/spl/tests/bug45216.phpt
@@ -4,7 +4,7 @@ SPL: SplFileObject::fgetss (bug 45216)
Perrick Penet <perrick@noparking.net>
#testfest phpcampparis 2008-06-07
--FILE--
-<?php
+<?php
$file = dirname(__FILE__) . '/foo.html';
file_put_contents($file, 'text 0<div class="tested">text 1</div>');
$handle = fopen($file, 'r');