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.
ZendString
1 parent f4d0bd7 commit 4946613Copy full SHA for 4946613
src/php/types/string.rs
@@ -74,7 +74,7 @@ impl ZendString {
74
}
75
76
/// Releases the Zend string, returning the raw pointer to the `zend_string` object
77
- /// and consuming the internal Rust [`NewZendString`] container.
+ /// and consuming the internal Rust [`ZendString`] container.
78
pub fn release(mut self) -> *mut zend_string {
79
self.free = false;
80
self.ptr
0 commit comments