Skip to content

Commit 14fb44e

Browse files
committed
public get_parameters_array
1 parent 1cb3a66 commit 14fb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phper/src/values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ impl ExecuteData {
209209
}
210210
}
211211

212-
pub(crate) unsafe fn get_parameters_array(&mut self) -> Vec<ManuallyDrop<ZVal>> {
212+
pub unsafe fn get_parameters_array(&mut self) -> Vec<ManuallyDrop<ZVal>> {
213213
unsafe {
214214
let num_args = self.num_args();
215215
let mut arguments = vec![zeroed::<zval>(); num_args];

0 commit comments

Comments
 (0)