Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqli/
H A Dmysqli_exception.c46 object_init_ex(&sql_ex, mysqli_exception_class_entry); in php_mysqli_throw_sql_exception()
50 mysqli_exception_class_entry, Z_OBJ(sql_ex), "message", sizeof("message") - 1, message); in php_mysqli_throw_sql_exception()
55 mysqli_exception_class_entry, Z_OBJ(sql_ex), "sqlstate", sizeof("sqlstate") - 1, sqlstate); in php_mysqli_throw_sql_exception()
58 mysqli_exception_class_entry, Z_OBJ(sql_ex), "sqlstate", sizeof("sqlstate") - 1, "00000"); in php_mysqli_throw_sql_exception()
62 …zend_update_property_long(mysqli_exception_class_entry, Z_OBJ(sql_ex), "code", sizeof("code") - 1,… in php_mysqli_throw_sql_exception()
74 …prop = zend_read_property(mysqli_exception_class_entry, Z_OBJ_P(ZEND_THIS), "sqlstate", sizeof("sq… in PHP_METHOD()
H A Dphp_mysqli_structs.h142 extern zend_class_entry *mysqli_exception_class_entry;
H A Dmysqli.c72 zend_class_entry *mysqli_exception_class_entry; variable
503 mysqli_exception_class_entry = register_class_mysqli_sql_exception(spl_ce_RuntimeException); in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds