/
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/bug65708.phpt
--TEST-- Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write) --SKIPIF-- <?php require_once(__DIR__ .'/skipif.inc'); ?> --FILE-- <?php error_reporting(E_ALL); require_once(__DIR__ .'/test.inc'); $db = dba_popen($db_filename, 'c'); $key = 1; $copy = $key; echo gettype($key)."\n"; echo gettype($copy)."\n"; dba_exists($key, $db); echo gettype($key)."\n"; echo gettype($copy)."\n"; dba_close($db); ?> --CLEAN-- <?php require(__DIR__ .'/clean.inc'); ?> --EXPECT-- integer integer integer integer
Copyright ©2k19 -
Hexid
|
Tex7ure