diff options
| author | Ondřej Surý <ondrej@sury.org> | 2012-01-11 15:43:42 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2012-01-11 15:43:42 +0100 |
| commit | 8f1428d29ef91d74b4d272af171675f2971eb15b (patch) | |
| tree | a1f4f4d7dc5bfe8096806dd5c5266634e19fa07a /tests/basic/bug45986.phpt | |
| parent | c6e4182351e0173fe58de141e143aac2eacf5efe (diff) | |
| download | php-upstream/5.3.9.tar.gz | |
Imported Upstream version 5.3.9upstream/5.3.9
Diffstat (limited to 'tests/basic/bug45986.phpt')
| -rw-r--r-- | tests/basic/bug45986.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/basic/bug45986.phpt b/tests/basic/bug45986.phpt index 5745d272c..1c30f1040 100644 --- a/tests/basic/bug45986.phpt +++ b/tests/basic/bug45986.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #45986 (wrong error messag for a non existant file on rename) +Bug #45986 (wrong error message for a non existant file on rename) --CREDITS-- Sebastian Schürmann sebs@php.net @@ -8,5 +8,5 @@ Testfest 2009 Munich <?php rename('foo', 'bar'); ?> ---EXPECTREGEX-- -.*No such.* +--EXPECTF-- +Warning: %s in %sbug45986.php on line 2 |
