Home
last modified time | relevance | path

Searched refs:lastInsertId (Results 1 – 7 of 7) sorted by last modified time

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c960 static PHP_METHOD(PDO, lastInsertId) in PHP_METHOD() argument
1250 PHP_ME(PDO, lastInsertId, arginfo_pdo_lastinsertid, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_lastinsertid.phpt2 PDO_sqlite: Testing lastInsertId()
14 var_dump($db->lastInsertId());
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72633.phpt2 PDO PgSQL Bug #72633 (Postgres PDO lastInsertId() should work without specifying a sequence)
28 var_dump($db->lastInsertId());
32 var_dump($db->lastInsertId('test_last_id_id_seq'));
H A Dbug73959.phpt2 Bug #73959 (lastInsertId fails to throw an exception)
20 $db->lastInsertId('nonexistent_seq');
/PHP-7.4/ext/pdo_mysql/tests/
H A Dlast_insert_id.phpt21 print_r($db->lastInsertId());
H A Dpdo_mysql_interface.phpt26 'lastInsertId' => true,
H A Dpdo_mysql_last_insert_id.phpt2 MySQL PDO->lastInsertId()
16 if ('0' !== ($tmp = $db->lastInsertId()))
25 if ('0' !== ($tmp = $db->lastInsertId()))
29 if ('0' !== ($tmp = $db->lastInsertId()))
33 if ('0' !== ($tmp = $db->lastInsertId()))
38 if ('0' !== ($tmp = $db->lastInsertId()))
42 if ('0' !== ($tmp = $db->lastInsertId()))
47 if ('0' !== ($tmp = $db->lastInsertId()))
57 $next_id = (int)$db->lastInsertId();
71 $next_id = (int)$db->lastInsertId();
[all …]

Completed in 13 milliseconds