📄 dba_ndbm.phpt
字号:
--TEST--DBA NDBM handler test--SKIPIF--<?php $handler = 'ndbm'; require_once('skipif.inc');?>--FILE--<?php $handler = 'ndbm'; require_once('test.inc'); require_once('dba_handler.inc');?>--EXPECT--database handler: ndbm3NYNYYContent 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"}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -