dba_inifile.phpt

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

PHPT
29
字号
--TEST--DBA INIFILE handler test--SKIPIF--<?php 	$handler = 'inifile';	require_once('skipif.inc');?>--FILE--<?php	$handler = 'inifile';	require_once('test.inc');	require_once('dba_handler.inc');?>--EXPECT--database handler: inifile3NYNYYContent 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 + =
减小字号Ctrl + -
显示快捷键?