Searched refs:sql_ex (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_exception.c | 32 zval sql_ex; in php_mysqli_throw_sql_exception() local 46 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() 64 zend_throw_exception_object(&sql_ex); in php_mysqli_throw_sql_exception()
|
Completed in 7 milliseconds