Searched refs:pdosqlite_ce (Results 1 – 1 of 1) sorted by relevance
32 static zend_class_entry *pdosqlite_ce; variable395 pdosqlite_ce = register_class_Pdo_Sqlite(pdo_dbh_ce); in PHP_MINIT_FUNCTION()396 pdosqlite_ce->create_object = pdo_dbh_new; in PHP_MINIT_FUNCTION()402 return php_pdo_register_driver_specific_ce(&pdo_sqlite_driver, pdosqlite_ce); in PHP_MINIT_FUNCTION()
Completed in 14 milliseconds