Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_002.phpt2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when
14 $db->sqliteCreateFunction('bar-alias', 'bar');
21 PDO::sqliteCreateFunction(): Argument #2 ($callback) must be a valid callback, function "bar" not f…
H A Dbug60104.phpt2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
H A Dpdo_sqlite_createfunction.phpt2 PDO_sqlite: Testing sqliteCreateFunction()
16 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); });
H A Dpdo_sqlite_createfunction_with_flags.phpt2 PDO_sqlite: Testing sqliteCreateFunction() with flags
19 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); }, 1, PDO::SQLITE_DETERM…
H A Dbug70221.phpt12 $db->sqliteCreateFunction('test', '_test', 0);
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver_arginfo.h24 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateFunction);
30 …ZEND_ME(PDO_SQLite_Ext, sqliteCreateFunction, arginfo_class_PDO_SQLite_Ext_sqliteCreateFunction, Z…
H A Dsqlite_driver.stub.php8 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla… function in PDO_SQLite_Ext
H A Dsqlite_driver.c522 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument

Completed in 11 milliseconds