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 f729855 commit 1894630Copy full SHA for 1894630
docs/extensions.md
@@ -180,7 +180,7 @@ func process_data_unordered_map(arr *C.zval) unsafe.Pointer {
180
// export_php:function process_data_packed(array $input): array
181
func process_data_packed(arr *C.zval) unsafe.Pointer {
182
// Convert PHP packed array to Go
183
- goSlice, err := frankenphp.GoPackedArray(unsafe.Pointer(arr), false)
+ goSlice, err := frankenphp.GoPackedArray(unsafe.Pointer(arr))
184
if err != nil {
185
// handle error
186
}
0 commit comments