summaryrefslogtreecommitdiff
path: root/ext/mcrypt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-18 08:06:29 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-18 08:06:29 +0000
commitbb489851e941a5e1cd76887d01bb199d2865f579 (patch)
tree3264958f842431af00b3c50eff15a47123c19ea7 /ext/mcrypt
parent1d56aa095a7b00933ba232d2f969793a76230ca3 (diff)
downloadphp-git-bb489851e941a5e1cd76887d01bb199d2865f579.tar.gz
win32 test fixes
Diffstat (limited to 'ext/mcrypt')
-rw-r--r--ext/mcrypt/tests/bug35496.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcrypt/tests/bug35496.phpt b/ext/mcrypt/tests/bug35496.phpt
index 9d94ba4ca9..3add65e02d 100644
--- a/ext/mcrypt/tests/bug35496.phpt
+++ b/ext/mcrypt/tests/bug35496.phpt
@@ -9,6 +9,6 @@ mcrypt_generic($td, "foobar");
mdecrypt_generic($td, "baz");
?>
--EXPECTF--
-Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %s/bug35496.php on line 3
+Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php on line 3
-Warning: mdecrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %s/bug35496.php on line 4
+Warning: mdecrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug35496.php on line 4