Home
last modified time | relevance | path

Searched refs:dba_replace (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/dba/tests/
H A Dbug71514.phpt2 Bug #71514 (Bad dba_replace condition because of wrong API usage)
15 dba_replace('foo', 'value2', $db);
H A Dbug72885.phpt15 var_dump(dba_replace('foo', 'baz', $db));
H A Ddba003.phpt14 dba_replace("key1", "This is the replacement text", $db_file);
H A Ddba_handler.inc34 dba_replace("key2", "Content 2 replaced", $db_file);
59 dba_replace("key2", "Content 2 replaced 2nd time", $db_writer);
H A Ddba_cdb_make.phpt24 // dba_replace cdb_make doesn't know replace
H A Ddba_cdb_001.phpt19 var_dump(dba_replace("key1", "New Content String", $db_file));
/PHP-7.4/ext/dba/
H A Dphp_dba.h135 PHP_FUNCTION(dba_replace);
H A Ddba.c140 PHP_FE(dba_replace, arginfo_dba_replace)
1226 PHP_FUNCTION(dba_replace) in PHP_FUNCTION() argument

Completed in 26 milliseconds