dba_gdbm.phpt

来自「php-4.4.7学习linux时下载的源代码」· PHPT 代码 · 共 32 行

PHPT
32
字号
--TEST--DBA GDBM handler test--SKIPIF--<?php 	$handler = 'gdbm';	require_once('skipif.inc');?>--FILE--<?php	$handler = 'gdbm';	require_once('test.inc');	$lock_flag = ''; // lock in library	require_once('dba_handler.inc');		// Read during write is system dependant. Important is that there is no deadlock?>--EXPECTF--database handler: gdbm3NYNYYContent String 2Content 2 replacedRead during write:%sallowedContent 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"}

⌨️ 快捷键说明

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