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

Function registerExtensions

ext.go:20–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func registerExtensions() {
21 if len(extensions) == 0 {
22 return
23 }
24
25 registerOnce.Do(func() {
26 C.register_extensions((**C.zend_module_entry)(unsafe.Pointer(&extensions[0])), C.int(len(extensions)))
27 extensions = nil
28 })
29}

Callers 3

InitFunction · 0.85
ExecuteScriptCLIFunction · 0.85
ExecutePHPCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected