Searched refs:createFunction (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_08_udf.phpt | 2 SQLite3::createFunction 24 var_dump($db->createFunction('my_udf_md5', 'my_udf_md5'));
|
H A D | sqlite3_29_createfunction.phpt | 2 SQLite3::createFunction - Basic test
|
H A D | sqlite3_37_createfunction_flags.phpt | 2 SQLite3::createFunction - Test with flags
|
H A D | bug72668.phpt | 12 $db->createFunction('my_udf_md5', 'my_udf_md5');
|
H A D | gh11878.phpt | 15 $this->sqlite->createFunction("func", array($this, "SQLiteIndex"), 0);
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.stub.php | 364 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = … function in SQLite3
|
H A D | sqlite3_arginfo.h | 188 ZEND_METHOD(SQLite3, createFunction); 236 ZEND_ME(SQLite3, createFunction, arginfo_class_SQLite3_createFunction, ZEND_ACC_PUBLIC)
|
H A D | sqlite3.c | 949 PHP_METHOD(SQLite3, createFunction) in PHP_METHOD() argument
|
Completed in 46 milliseconds