(PHP 7 >= 7.4.0, PHP 8)
FFI::scope — Instantiates an FFI object with C declarations parsed during preloading
Instantiates an FFI object with C declarations parsed during preloading.
The FFI::scope() method is safe to call multiple times for the same scope. Multiple references to the same scope may be loaded at the same time.
name
FFI_SCOPE
define.
Returns the freshly created FFI object.
I have found out that FFI::scope only worcs with Apache when you select Apache's threading modell "preforc". Using any other threading modell resuls in "scope not found" (and you have to use FFI::load instead because preloading seems not to be possible in this case).