mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
missing
This commit is contained in:
parent
f42cbf7309
commit
529fbfffc4
18
ext/dba/tests/dba_dbm.phpt
Normal file
18
ext/dba/tests/dba_dbm.phpt
Normal file
@ -0,0 +1,18 @@
|
||||
--TEST--
|
||||
DBA DBM handler test
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once('skipif.inc');
|
||||
if (!in_array('dbm', dba_handlers())) die('skip DBM handler not available');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
require_once('test.inc');
|
||||
$handler = 'dbm';
|
||||
require_once('dba_handler.inc');
|
||||
?>
|
||||
--EXPECT--
|
||||
database handler: dbm
|
||||
3NYNYY
|
||||
Content String 2
|
||||
Content 2 replaced
|
Loading…
Reference in New Issue
Block a user