Searched refs:getDefaultEnv (Results 1 – 2 of 2) sorted by relevance
/plugin/jplayer/vendor/symfony/process/ | ||
H A D | Process.php | 303 $env += $this->getDefaultEnv(); |
/plugin/combo/vendor/symfony/process/ | ||
H A D | Process.php | 313 $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->getDefaultEnv(), $env, 'strcasecmp') : $this->getDefaultEnv(); |