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 1cb3a66 commit 14fb44eCopy full SHA for 14fb44e
phper/src/values.rs
@@ -209,7 +209,7 @@ impl ExecuteData {
209
}
210
211
212
- pub(crate) unsafe fn get_parameters_array(&mut self) -> Vec<ManuallyDrop<ZVal>> {
+ pub unsafe fn get_parameters_array(&mut self) -> Vec<ManuallyDrop<ZVal>> {
213
unsafe {
214
let num_args = self.num_args();
215
let mut arguments = vec![zeroed::<zval>(); num_args];
0 commit comments