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 ad35650 commit ffb83edCopy full SHA for ffb83ed
src/zend/mod.rs
@@ -23,6 +23,7 @@ pub use globals::ExecutorGlobals;
23
pub use handlers::ZendObjectHandlers;
24
pub use ini_entry_def::IniEntryDef;
25
pub use module::ModuleEntry;
26
+#[cfg(feature = "embed")]
27
pub(crate) use try_catch::panic_wrapper;
28
pub use try_catch::{bailout, try_catch};
29
src/zend/try_catch.rs
@@ -62,6 +62,7 @@ pub fn bailout() {
62
}
63
64
65
66
#[cfg(test)]
67
mod tests {
68
use crate::embed::Embed;
0 commit comments