Skip to content

Commit 4fabeb2

Browse files
committed
Update doc bindings.
1 parent 15ea6e4 commit 4fabeb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docsrs_bindings.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,9 @@ extern "C" {
14421442
...
14431443
) -> *mut zend_object;
14441444
}
1445+
extern "C" {
1446+
pub fn zend_throw_exception_object(exception: *mut zval);
1447+
}
14451448
extern "C" {
14461449
pub fn zend_do_implement_interface(ce: *mut zend_class_entry, iface: *mut zend_class_entry);
14471450
}

0 commit comments

Comments
 (0)