/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
dba
/
tests
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/dba/tests/bug71514.phpt
--TEST-- Bug #71514 (Bad dba_replace condition because of wrong API usage) --SKIPIF-- <?php if (!extension_loaded('dba')) die('skip dba extension not available'); if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available'); ?> --FILE-- <?php $filename = __DIR__ . DIRECTORY_SEPARATOR . 'bug71514.ini'; $db = dba_open($filename, 'c', 'inifile'); dba_insert('foo', 'value1', $db); dba_replace('foo', 'value2', $db); var_dump(dba_fetch('foo', $db)); dba_close($db); ?> --EXPECT-- string(6) "value2" --CLEAN-- <?php $filename = __DIR__ . DIRECTORY_SEPARATOR . 'bug71514.ini'; unlink($filename); ?>
Copyright ©2k19 -
Hexid
|
Tex7ure