|
1 |
| -/* automatically generated by rust-bindgen 0.59.1 */ |
| 1 | +/* automatically generated by rust-bindgen 0.60.1 */ |
2 | 2 |
|
3 | 3 | pub const ZEND_DEBUG: u32 = 1;
|
4 |
| -pub const ZEND_MM_ALIGNMENT: u32 = 8; |
5 | 4 | pub const _ZEND_TYPE_NAME_BIT: u32 = 16777216;
|
6 | 5 | pub const _ZEND_TYPE_NULLABLE_BIT: u32 = 2;
|
7 | 6 | pub const HT_MIN_SIZE: u32 = 8;
|
@@ -32,7 +31,6 @@ pub const IS_OBJECT_EX: u32 = 776;
|
32 | 31 | pub const IS_RESOURCE_EX: u32 = 265;
|
33 | 32 | pub const IS_REFERENCE_EX: u32 = 266;
|
34 | 33 | pub const IS_CONSTANT_AST_EX: u32 = 267;
|
35 |
| -pub const ZEND_MM_ALIGNMENT_MASK: i32 = -8; |
36 | 34 | pub const ZEND_PROPERTY_ISSET: u32 = 0;
|
37 | 35 | pub const ZEND_PROPERTY_EXISTS: u32 = 2;
|
38 | 36 | pub const ZEND_ACC_PUBLIC: u32 = 1;
|
@@ -1185,7 +1183,7 @@ pub struct _zend_vm_stack {
|
1185 | 1183 | pub prev: zend_vm_stack,
|
1186 | 1184 | }
|
1187 | 1185 | #[repr(C)]
|
1188 |
| -#[derive(Debug, Copy, Clone)] |
| 1186 | +#[derive(Copy, Clone)] |
1189 | 1187 | pub struct _zend_function_entry {
|
1190 | 1188 | pub fname: *const ::std::os::raw::c_char,
|
1191 | 1189 | pub handler: zif_handler,
|
@@ -1407,28 +1405,3 @@ extern "C" {
|
1407 | 1405 | extern "C" {
|
1408 | 1406 | pub fn zend_do_implement_interface(ce: *mut zend_class_entry, iface: *mut zend_class_entry);
|
1409 | 1407 | }
|
1410 |
| -extern "C" { |
1411 |
| - pub fn ext_php_rs_zend_string_init( |
1412 |
| - str_: *const ::std::os::raw::c_char, |
1413 |
| - len: size_t, |
1414 |
| - persistent: bool, |
1415 |
| - ) -> *mut zend_string; |
1416 |
| -} |
1417 |
| -extern "C" { |
1418 |
| - pub fn ext_php_rs_zend_string_release(zs: *mut zend_string); |
1419 |
| -} |
1420 |
| -extern "C" { |
1421 |
| - pub fn ext_php_rs_php_build_id() -> *const ::std::os::raw::c_char; |
1422 |
| -} |
1423 |
| -extern "C" { |
1424 |
| - pub fn ext_php_rs_zend_object_alloc( |
1425 |
| - obj_size: size_t, |
1426 |
| - ce: *mut zend_class_entry, |
1427 |
| - ) -> *mut ::std::os::raw::c_void; |
1428 |
| -} |
1429 |
| -extern "C" { |
1430 |
| - pub fn ext_php_rs_zend_object_release(obj: *mut zend_object); |
1431 |
| -} |
1432 |
| -extern "C" { |
1433 |
| - pub fn ext_php_rs_executor_globals() -> *mut zend_executor_globals; |
1434 |
| -} |
0 commit comments