Annotation of embedaddon/php/ext/dba/tests/dba_db3.phpt, revision 1.1
1.1 ! misho 1: --TEST--
! 2: DBA DB3 handler test
! 3: --SKIPIF--
! 4: <?php
! 5: $handler = 'db3';
! 6: require_once dirname(__FILE__) .'/skipif.inc';
! 7: ?>
! 8: --FILE--
! 9: <?php
! 10: $handler = 'db3';
! 11: require_once dirname(__FILE__) .'/test.inc';
! 12: require_once dirname(__FILE__) .'/dba_handler.inc';
! 13: ?>
! 14: ===DONE===
! 15: --EXPECT--
! 16: database handler: db3
! 17: 3NYNYY
! 18: Content String 2
! 19: Content 2 replaced
! 20: Read during write: not allowed
! 21: Content 2 replaced 2nd time
! 22: The 6th value
! 23: array(3) {
! 24: ["key number 6"]=>
! 25: string(13) "The 6th value"
! 26: ["key2"]=>
! 27: string(27) "Content 2 replaced 2nd time"
! 28: ["key5"]=>
! 29: string(23) "The last content string"
! 30: }
! 31: --NO-LOCK--
! 32: 3NYNYY
! 33: Content String 2
! 34: Content 2 replaced
! 35: Read during write: not allowed
! 36: Content 2 replaced 2nd time
! 37: The 6th value
! 38: array(3) {
! 39: ["key number 6"]=>
! 40: string(13) "The 6th value"
! 41: ["key2"]=>
! 42: string(27) "Content 2 replaced 2nd time"
! 43: ["key5"]=>
! 44: string(23) "The last content string"
! 45: }
! 46: ===DONE===
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>