Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqli/
H A Dmysqli_exception.c41 zval sql_ex; in php_mysqli_throw_sql_exception() local
55 object_init_ex(&sql_ex, mysqli_exception_class_entry); in php_mysqli_throw_sql_exception()
58 …zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "message", sizeof("message") - … in php_mysqli_throw_sql_exception()
63 …zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") … in php_mysqli_throw_sql_exception()
66 …zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") … in php_mysqli_throw_sql_exception()
71 …zend_update_property_long(mysqli_exception_class_entry, &sql_ex, "code", sizeof("code") - 1, error… in php_mysqli_throw_sql_exception()
73 zend_throw_exception_object(&sql_ex); in php_mysqli_throw_sql_exception()

Completed in 5 milliseconds