Home
last modified time | relevance | path

Searched refs:expandIniShorthandBytes (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php58 if (($phpMemoryLimit = Utils::expandIniShorthandBytes(ini_get('memory_limit'))) !== false) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php236 public static function expandIniShorthandBytes($val) function in Monolog\\Utils