Searched refs:sqliteCreateFunction (Results 1 – 10 of 10) sorted by relevance
/PHP-8.4/ext/zend_test/tests/ |
H A D | observer_sqlite_create_function.phpt | 2 Observer: PDO::sqliteCreateFunction() can be observed 19 $db->sqliteCreateFunction('returnOne', 'returnOne', 0); 33 <!-- init PDO::sqliteCreateFunction() --> 34 <PDO::sqliteCreateFunction> 35 </PDO::sqliteCreateFunction>
|
/PHP-8.4/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_createfunction_002.phpt | 2 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 D | bug60104.phpt | 2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction()) 10 $handler->sqliteCreateFunction( "md5", "md5", 1 );
|
H A D | pdo_sqlite_createfunction.phpt | 2 PDO_sqlite: Testing sqliteCreateFunction() 15 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); });
|
H A D | pdo_sqlite_createfunction_with_flags.phpt | 2 PDO_sqlite: Testing sqliteCreateFunction() with flags 19 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); }, 1, PDO::SQLITE_DETERM…
|
H A D | gc.phpt | 15 $obj->a->sqliteCreateFunction('func1', function() use ($obj) {}, 1);
|
H A D | bug70221.phpt | 10 $db->sqliteCreateFunction('test', '_test', 0);
|
/PHP-8.4/ext/pdo_sqlite/ |
H A D | sqlite_driver_arginfo.h | 23 ZEND_METHOD(PDO_SQLite_Ext, sqliteCreateFunction); 28 …ZEND_ME(PDO_SQLite_Ext, sqliteCreateFunction, arginfo_class_PDO_SQLite_Ext_sqliteCreateFunction, Z…
|
H A D | sqlite_driver.stub.php | 11 …public function sqliteCreateFunction(string $name, callable $callback, int $numArgs = -1, int $fla… function in PDO_SQLite_Ext
|
H A D | sqlite_driver.c | 545 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
|
Completed in 13 milliseconds