MCPcopy 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
466func zendStringRelease(p unsafe.Pointer) {
467 zs := (*C.zend_string)(p)
468 C.zend_string_release(zs)
469}
470
471func zendHashDestroy(p unsafe.Pointer) {
472 ht := (*C.zend_array)(p)

Callers 1

TestGoStringFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGoStringFunction · 0.68