Searched refs:sqliteCreateFunction (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_createfunction_002.phpt | 2 PDO_sqlite: Testing sqliteCreateFunction() produces warning when 13 $db->sqliteCreateFunction('bar-alias', 'bar'); 17 Warning: PDO::sqliteCreateFunction(): function 'bar' is not callable in %s on line %d
|
H A D | bug60104.phpt | 2 Bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction()) 12 $handler->sqliteCreateFunction( "md5", "md5", 1 );
|
H A D | pdo_sqlite_createfunction.phpt | 2 PDO_sqlite: Testing sqliteCreateFunction() 16 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); });
|
H A D | bug70221.phpt | 12 $db->sqliteCreateFunction('test', '_test', 0);
|
/PHP-7.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 514 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument 693 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
|
Completed in 13 milliseconds