dba_dbm.phpt

来自「PHP v6.0 For Linux 运行环境:Win9X/ WinME/ Wi」· PHPT 代码 · 共 47 行

PHPT
47
字号
--TEST--DBA DBM handler test--SKIPIF--<?php 	$handler = 'dbm';	require_once('skipif.inc');?>--FILE--<?php	$handler = 'dbm';	require_once('test.inc');	require_once('dba_handler.inc');?>===DONE===--EXPECT--database handler: dbm3NYNYYContent String 2Content 2 replacedRead during write: not allowedContent 2 replaced 2nd timeThe 6th valuearray(3) {  ["key number 6"]=>  string(13) "The 6th value"  ["key2"]=>  string(27) "Content 2 replaced 2nd time"  ["key5"]=>  string(23) "The last content string"}--NO-LOCK--3NYNYYContent String 2Content 2 replacedRead during write: not allowedContent 2 replaced 2nd timeThe 6th valuearray(3) {  ["key number 6"]=>  string(13) "The 6th value"  ["key2"]=>  string(27) "Content 2 replaced 2nd time"  ["key5"]=>  string(23) "The last content string"}===DONE===

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?