Lines Matching defs:line
60 * @param int $line A line number for the above file
63 public static function error($message, $details = null, $file = '', $line = 0)
69 $line
79 * @param int $line A line number for the above file
82 public static function debug($message, $details = null, $file = '', $line = 0)
88 $line
98 * @param int $line A line number for the above file
101 public static function deprecated($message, $details = null, $file = '', $line = 0)
107 $line
117 * @param int $line A line number for the above file
121 public function log($message, $details = null, $file = '', $line = 0)
133 'line' => $line,
184 $loglines = array_map(static fn($line) => ' ' . $line, $details);
195 if ($line) $logline .= "($line)";