Searched refs:sql_code (Results 1 – 2 of 2) sorted by relevance
34 #define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)66 zend_long sql_code; variable
484 if (IBG(sql_code) != 0) { in PHP_FUNCTION()500 if (IBG(sql_code) != 0) { in PHP_FUNCTION()501 RETURN_LONG(IBG(sql_code)); in PHP_FUNCTION()513 IBG(sql_code) = isc_sqlcode(IB_STATUS); in _php_ibase_error()535 IBG(sql_code) = -999; /* no SQL error */ in _php_ibase_module_error()727 ibase_globals->sql_code = *ibase_globals->errmsg = 0; in PHP_INI_END()
Completed in 8 milliseconds