summaryrefslogtreecommitdiff
path: root/ext/mcrypt/tests/bug41252.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mcrypt/tests/bug41252.phpt')
-rw-r--r--ext/mcrypt/tests/bug41252.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/tests/bug41252.phpt b/ext/mcrypt/tests/bug41252.phpt
index b184f800f5..481fc54984 100644
--- a/ext/mcrypt/tests/bug41252.phpt
+++ b/ext/mcrypt/tests/bug41252.phpt
@@ -9,5 +9,5 @@ echo mcrypt_generic($td,'aaaaaaaa');
print "I'm alive!\n";
?>
--EXPECTF--
-Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init() in %sbug41252.php on line 3
+Warning: mcrypt_generic(): Operation disallowed prior to mcrypt_generic_init(). in %sbug41252.php on line 3
I'm alive!