X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=tests%2Fndbm%2Fndbm001.phpt;h=27012bedf6b43d8e4df0fde6edf0a73776770388;hp=e14f3f169029748c41f9cb754bec09f8bfa4a6db;hb=7f77a893007a064d69773bae8caa14bd8ce83637;hpb=7220a46c6aa57b03a352e22360c15593a3a0d0b0 diff --git a/tests/ndbm/ndbm001.phpt b/tests/ndbm/ndbm001.phpt index e14f3f1..27012be 100644 --- a/tests/ndbm/ndbm001.phpt +++ b/tests/ndbm/ndbm001.phpt @@ -13,7 +13,7 @@ function_exists("psi\\dbm_open") or die("skip - need nbdm support"); class db { private $db; - function __construct($file = "ndbm001.db", $o = 0102, $m = 0640) { + function __construct($file = "ndbm001.db", $o = psi\O_CREAT|psi\O_RDWR, $m = 0640) { if (!$this->db = psi\dbm_open($file, $o, $m)) { throw new Exception(psi\strerror(psi\errno())); }