Home
last modified time | relevance | path

Searched refs:mysqli_sql_exception (Results 1 – 22 of 22) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A Dgh7746.phpt2 Bug #GH-7746 mysqli_sql_exception->sqlstate is inaccessible
19 } catch (mysqli_sql_exception $exception) {
H A Dmysqli_connect_oo_defaults.phpt46 } catch (mysqli_sql_exception $e) {
64 } catch (mysqli_sql_exception $e) {
82 } catch (mysqli_sql_exception $e) {
100 } catch (mysqli_sql_exception $e) {
125 } catch (mysqli_sql_exception $e) {
138 } catch (mysqli_sql_exception $e) {
151 } catch (mysqli_sql_exception $e) {
H A Dgh9841.phpt47 } catch (mysqli_sql_exception $e) {
58 } catch (mysqli_sql_exception $e) {
69 } catch (mysqli_sql_exception $e) {
H A Dmysqli_next_result_error.phpt27 } catch (mysqli_sql_exception $e) {
44 } catch (mysqli_sql_exception $e) {
H A Dmysqli_connect_oo.phpt96 } catch (mysqli_sql_exception $e) {
104 } catch (mysqli_sql_exception $e) {
113 } catch (mysqli_sql_exception $e) {
122 } catch (mysqli_sql_exception $e) {
131 } catch (mysqli_sql_exception $e) {
144 } catch (mysqli_sql_exception $e) {
H A Dbug79375.phpt33 } catch(mysqli_sql_exception $e) {
47 } catch(mysqli_sql_exception $e) {
59 } catch(mysqli_sql_exception $e) {
74 } catch (mysqli_sql_exception $e) {
88 } catch(mysqli_sql_exception $e) {
H A Dmysqli_next_result_no_repeat_error.phpt20 } catch (mysqli_sql_exception $e) {
H A D063.phpt26 } catch(mysqli_sql_exception $e) {
H A Dmysqli_reap_async_query_error.phpt23 } catch (mysqli_sql_exception $exception) {
H A Dgh8978.phpt20 } catch (mysqli_sql_exception $e) {
H A Dbug80837.phpt27 } catch (mysqli_sql_exception $e) {
H A Dgh8058.phpt35 } catch (mysqli_sql_exception $e) {
H A Dmysqli_set_charset.phpt110 } catch (\mysqli_sql_exception $exception) {
116 } catch (\mysqli_sql_exception $exception) {
H A Dmysqli_report_wo_ps.phpt89 } catch (mysqli_sql_exception $e) {
101 } catch (mysqli_sql_exception $e) {
H A Dmysqli_driver.phpt60 } catch (mysqli_sql_exception $e) {
H A Dmysqli_options.phpt97 } catch (mysqli_sql_exception $e) {
H A Dmysqli_stmt_execute_bind.phpt66 } catch (mysqli_sql_exception $e) {
H A Dmysqli_report.phpt185 } catch (mysqli_sql_exception $e) {
197 } catch (mysqli_sql_exception $e) {
/PHP-8.1/ext/mysqli/
H A Dmysqli_exception.c67 PHP_METHOD(mysqli_sql_exception, getSqlState) in PHP_METHOD() argument
H A Dmysqli.stub.php740 final class mysqli_sql_exception extends RuntimeException class
H A Dmysqli_arginfo.h848 ZEND_METHOD(mysqli_sql_exception, getSqlState);
1090 …ZEND_ME(mysqli_sql_exception, getSqlState, arginfo_class_mysqli_sql_exception_getSqlState, ZEND_AC…
/PHP-8.1/
H A DNEWS1509 . Fixed bug GH-7746 (mysqli_sql_exception->getSqlState()). (Kamil Tekiela)

Completed in 54 milliseconds