diff options
author | Eyal Teutsch <eyalt@php.net> | 2010-12-09 12:04:18 +0000 |
---|---|---|
committer | Eyal Teutsch <eyalt@php.net> | 2010-12-09 12:04:18 +0000 |
commit | 30d290a31e721502dc6b5f8df678e06a8416b78b (patch) | |
tree | 34f6fe9ea8c33130a243a5342d5f139fadd50686 /ext/pdo | |
parent | 78a2762e88ff5d01fc5075e4312b28e07a17c0cd (diff) | |
download | php-git-30d290a31e721502dc6b5f8df678e06a8416b78b.tar.gz |
pdo_025 expected a certain extra character that is not part of windows output. changed to optional char: %a -> %A
Diffstat (limited to 'ext/pdo')
-rw-r--r-- | ext/pdo/tests/pdo_025.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/pdo_025.phpt b/ext/pdo/tests/pdo_025.phpt index 4f299bf125..d16d8dd9bd 100644 --- a/ext/pdo/tests/pdo_025.phpt +++ b/ext/pdo/tests/pdo_025.phpt @@ -110,4 +110,4 @@ object(Test)#%d (3) { } ===FAIL=== -Fatal error: Cannot access protected property Fail::$id in %spdo_025.php on line %d%a
\ No newline at end of file +Fatal error: Cannot access protected property Fail::$id in %spdo_025.php on line %d%A |