MCPcopy Index your code
hub / github.com/php/frankenphp / zendHashDestroy

Function zendHashDestroy

types.go:471–474  ·  view source on GitHub ↗
(p unsafe.Pointer)

Source from the content-addressed store, hash-verified

469}
470
471func zendHashDestroy(p unsafe.Pointer) {
472 ht := (*C.zend_array)(p)
473 C.zend_hash_destroy(ht)
474}
475
476// EXPERIMENTAL: CallPHPCallable executes a PHP callable with the given parameters.
477// Returns the result of the callable as a Go interface{}, or nil if the call failed.

Callers 6

TestPHPMapFunction · 0.85
TestPHPPackedArrayFunction · 0.85
TestNestedMixedArrayFunction · 0.85

Calls

no outgoing calls

Tested by 6

TestPHPMapFunction · 0.68
TestPHPPackedArrayFunction · 0.68
TestNestedMixedArrayFunction · 0.68