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 6d53b0c commit 4253a65Copy full SHA for 4253a65
tests/sapi.rs
@@ -94,5 +94,5 @@ pub fn hello_world(name: String) -> String {
94
95
#[php_module]
96
pub fn module(module: ModuleBuilder) -> ModuleBuilder {
97
- module
+ module.function(wrap_function!(hello_world))
98
}
0 commit comments