Closed joehoyle closed 11 months ago
Thanks, could you also update the docs pls?
Also, do you think you could find some time to take a look at https://github.com/davidcole1340/ext-php-rs/pull/294? I don't have a mac machine so debugging that issue would be kinda tricky.
When a function is created with
#[php_function]
, if the last param of the Rust function is&[&Zval]
, it will be treated as the variadic argument in PHP.Called from PHP: