summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/tests/bug48204.phpt
diff options
context:
space:
mode:
authorZoe Slattery <zoe@php.net>2009-07-17 09:03:04 +0000
committerZoe Slattery <zoe@php.net>2009-07-17 09:03:04 +0000
commitf018b09af80838d0b984b879b7c12321670be318 (patch)
treebf62adf5799a990636500e830b66587eef2f8efd /ext/xmlwriter/tests/bug48204.phpt
parenta8fbe048a61c6cf834ecc8b4b048b134958fef83 (diff)
downloadphp-git-f018b09af80838d0b984b879b7c12321670be318.tar.gz
fix tests
Diffstat (limited to 'ext/xmlwriter/tests/bug48204.phpt')
-rw-r--r--ext/xmlwriter/tests/bug48204.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xmlwriter/tests/bug48204.phpt b/ext/xmlwriter/tests/bug48204.phpt
index 86ab6688d7..638512b274 100644
--- a/ext/xmlwriter/tests/bug48204.phpt
+++ b/ext/xmlwriter/tests/bug48204.phpt
@@ -7,7 +7,7 @@ xmlwriter_open_uri with PHP_MAXPATHLEN + 1
$path = str_repeat('a', PHP_MAXPATHLEN + 1);
var_dump(xmlwriter_open_uri('file:///' . $path));
?>
---CREDIT--
+--CREDITS--
Koen Kuipers koenk82@gmail.com
Theo van der Zee
#Test Fest Utrecht 09-05-2009