Поведение этих функций зависит от установок в php.ini.
Краткое разъяснение конфигурационных директив.
Sets limit for disposed contexts before forcing V8 to do garbage collection.
Sets V8 command line flags. The list of available flags can be obtained in CLI mode by setting this parameter to --help. Example:
$ php -r 'ini_set("v8js.flags", "--help"); new V8Js;' | less
Замечание: For these flags to be effective in runtime the ini_set() call has to be done before any V8Js objects are instantiated!
Замечание:
For these flags to be effective in runtime the ini_set() call has to be done before any V8Js objects are instantiated!