mirror of
https://github.com/php/php-src.git
synced 2026-04-19 14:01:01 +02:00
Fix typo
This commit is contained in:
@@ -3359,7 +3359,7 @@ ZEND_METHOD(FFI, load) /* {{{ */
|
||||
ZEND_PARSE_PARAMETERS_END();
|
||||
|
||||
if (CG(compiler_options) & ZEND_COMPILE_PRELOAD_IN_CHILD) {
|
||||
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.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user