Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c42 zval error_info,pdo_exception; in pdo_throw_exception() local
45 object_init_ex(&pdo_exception, php_pdo_get_exception()); in pdo_throw_exception()
53 …zend_update_property(php_pdo_get_exception(), &pdo_exception, "errorInfo", sizeof("errorInfo")-1, … in pdo_throw_exception()
54 …zend_update_property_long(php_pdo_get_exception(), &pdo_exception, "code", sizeof("code")-1, drive… in pdo_throw_exception()
57 &pdo_exception, in pdo_throw_exception()
64 zend_throw_exception_object(&pdo_exception); in pdo_throw_exception()

Completed in 7 milliseconds