We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cfc18 commit ad35650Copy full SHA for ad35650
allowed_bindings.rs
@@ -260,5 +260,6 @@ bind! {
260
zend_eval_string,
261
zend_file_handle,
262
zend_stream_init_filename,
263
- php_execute_script
+ php_execute_script,
264
+ _zend_bailout
265
}
docsrs_bindings.rs
@@ -789,6 +789,9 @@ pub struct _zend_class_entry__bindgen_ty_4__bindgen_ty_2 {
789
pub builtin_functions: *const _zend_function_entry,
790
pub module: *mut _zend_module_entry,
791
792
+extern "C" {
793
+ pub fn _zend_bailout(filename: *const ::std::os::raw::c_char, lineno: u32) -> !;
794
+}
795
extern "C" {
796
pub static mut zend_interrupt_function:
797
::std::option::Option<unsafe extern "C" fn(execute_data: *mut zend_execute_data)>;
0 commit comments