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 a9e1dad commit 8a1fecdCopy full SHA for 8a1fecd
docsrs_bindings.rs
@@ -1282,6 +1282,9 @@ pub type _zend_expected_type = ::std::os::raw::c_uint;
1282
extern "C" {
1283
pub fn zend_wrong_parameters_count_error(min_num_args: u32, max_num_args: u32);
1284
}
1285
+extern "C" {
1286
+ pub fn php_printf(format: *const ::std::os::raw::c_char, ...) -> size_t;
1287
+}
1288
#[repr(C)]
1289
#[derive(Debug, Copy, Clone)]
1290
pub struct _zend_ini_entry {
0 commit comments