Home
last modified time | relevance | path

Searched refs:createFunction (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/sqlite3/tests/
H A Dgh11878.phpt16 $this->sqlite->createFunction("func", array($this, "SQLiteIndex"), 0);
17 $this->sqlite->createFunction("func_closure", fn () => 0, 0);
H A Dsqlite3_08_udf.phpt2 SQLite3::createFunction
24 var_dump($db->createFunction('my_udf_md5', 'my_udf_md5'));
H A Dsqlite3_29_createfunction.phpt2 SQLite3::createFunction - Basic test
H A Dsqlite3_trampoline_createfunction.phpt2 SQLite3::createFunction trampoline callback
H A Dsqlite3_37_createfunction_flags.phpt2 SQLite3::createFunction - Test with flags
H A Dbug72668.phpt12 $db->createFunction('my_udf_md5', 'my_udf_md5');
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php371 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = … function in SQLite3
H A Dsqlite3_arginfo.h188 ZEND_METHOD(SQLite3, createFunction);
241 ZEND_ME(SQLite3, createFunction, arginfo_class_SQLite3_createFunction, ZEND_ACC_PUBLIC)
H A Dsqlite3.c932 PHP_METHOD(SQLite3, createFunction) in PHP_METHOD() argument

Completed in 21 milliseconds