Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/php/frankenphp
/ zendStringRelease
Function
zendStringRelease
types.go:466–469 ·
view source on GitHub ↗
(p unsafe.Pointer)
Source
from the content-addressed store, hash-verified
464
}
465
466
func
zendStringRelease(p unsafe.Pointer) {
467
zs := (*C.zend_string)(p)
468
C.zend_string_release(zs)
469
}
470
471
func
zendHashDestroy(p unsafe.Pointer) {
472
ht := (*C.zend_array)(p)
Callers
1
TestGoString
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestGoString
Function · 0.68