Searched refs:expandIniShorthandBytes (Results 1 – 2 of 2) sorted by relevance
58 if (($phpMemoryLimit = Utils::expandIniShorthandBytes(ini_get('memory_limit'))) !== false) {
236 public static function expandIniShorthandBytes($val) function in Monolog\\Utils