Home
last modified time | relevance | path

Searched refs:sqlcode (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt17 …e immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlcode <> -942 then rais…
H A Dbug57702.phpt18 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c597 zend_long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local
599 if (sqlcode) { in pdo_firebird_fetch_error_func()
600 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func()

Completed in 7 milliseconds