We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1417352 commit 598bf7fCopy full SHA for 598bf7f
ext/ffi/ffi.c
@@ -3359,7 +3359,7 @@ ZEND_METHOD(FFI, load) /* {{{ */
3359
ZEND_PARSE_PARAMETERS_END();
3360
3361
if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) {
3362
- zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.pelaod_user\". Use \"ffi.preload\" instead.");
+ zend_throw_error(zend_ffi_exception_ce, "FFI::load() doesn't work in conjunction with \"opcache.preload_user\". Use \"ffi.preload\" instead.");
3363
return;
3364
}
3365
0 commit comments