Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/
H A Dmysqli_exception.c56 object_init_ex(sql_ex, mysqli_exception_class_entry); in php_mysqli_throw_sql_exception()
59 …zend_update_property_string(mysqli_exception_class_entry, sql_ex, "message", sizeof("message") - 1, in php_mysqli_throw_sql_exception()
64 …zend_update_property_string(mysqli_exception_class_entry, sql_ex, "sqlstate", sizeof("sqlstate") -… in php_mysqli_throw_sql_exception()
67 …zend_update_property_string(mysqli_exception_class_entry, sql_ex, "sqlstate", sizeof("sqlstate") -… in php_mysqli_throw_sql_exception()
72 …zend_update_property_long(mysqli_exception_class_entry, sql_ex, "code", sizeof("code") - 1, errorn… in php_mysqli_throw_sql_exception()
H A Dmysqli.c76 zend_class_entry *mysqli_exception_class_entry; variable
640mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, spl_ce_RuntimeException, NULL… in PHP_MINIT_FUNCTION()
642mysqli_exception_class_entry = zend_register_internal_class_ex(&cex, zend_exception_get_default(TS… in PHP_MINIT_FUNCTION()
644 mysqli_exception_class_entry->ce_flags |= ZEND_ACC_FINAL; in PHP_MINIT_FUNCTION()
645 …zend_declare_property_long(mysqli_exception_class_entry, "code", sizeof("code")-1, 0, ZEND_ACC_PRO… in PHP_MINIT_FUNCTION()
646 …zend_declare_property_string(mysqli_exception_class_entry, "sqlstate", sizeof("sqlstate")-1, "0000… in PHP_MINIT_FUNCTION()
H A Dphp_mysqli_structs.h203 extern zend_class_entry *mysqli_exception_class_entry;

Completed in 11 milliseconds