diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2009-04-06 14:23:07 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2009-04-06 14:23:07 +0000 |
commit | 309533842fa328d6ee1cf8f84a178abc474f3821 (patch) | |
tree | 7fb7a8c71056c5401d5d1d6a30383e2498b98878 | |
parent | 53cead8268fd08bec5eb277ae965dc96c59acec0 (diff) | |
download | php-git-309533842fa328d6ee1cf8f84a178abc474f3821.tar.gz |
MFB: ext/pgsql/tests/80_bug14383.phpt
-rw-r--r-- | ext/pgsql/tests/80_bug14383.phpt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/pgsql/tests/80_bug14383.phpt b/ext/pgsql/tests/80_bug14383.phpt index 40bd915e82..a736f34c90 100644 --- a/ext/pgsql/tests/80_bug14383.phpt +++ b/ext/pgsql/tests/80_bug14383.phpt @@ -35,3 +35,18 @@ array(3) { ["key5"]=> string(23) "The last content string" } +--NO-LOCK-- +3NYNYY +Content String 2 +Content 2 replaced +Read during write: not allowed +Content 2 replaced 2nd time +The 6th value +array(3) { + ["key number 6"]=> + string(13) "The 6th value" + ["key2"]=> + string(27) "Content 2 replaced 2nd time" + ["key5"]=> + string(23) "The last content string" +} |