Skip to content

Commit

Permalink
update docs.rs bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Rades committed Jan 18, 2023
1 parent 99abece commit 33148cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docsrs_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,9 @@ extern "C" {
cache_slot: *mut *mut ::std::os::raw::c_void,
) -> ::std::os::raw::c_int;
}
extern "C" {
pub fn zend_is_identical(op1: *mut zval, op2: *mut zval) -> bool;
}
extern "C" {
pub fn zend_is_true(op: *mut zval) -> ::std::os::raw::c_int;
}
Expand Down

0 comments on commit 33148cd

Please sign in to comment.