mago_analyzer/plugin/libraries/stdlib/string/
mod.rs

1//! PHP string function providers.
2
3mod strlen;
4
5pub use strlen::StrlenProvider;