Lines Matching defs:line
63 * @param int $line A line number for the above file
66 public static function error($message, $details = null, $file = '', $line = 0)
72 $line
82 * @param int $line A line number for the above file
85 public static function debug($message, $details = null, $file = '', $line = 0)
91 $line
101 * @param int $line A line number for the above file
104 public static function deprecated($message, $details = null, $file = '', $line = 0)
110 $line
120 * @param int $line A line number for the above file
124 public function log($message, $details = null, $file = '', $line = 0)
136 'line' => $line,
198 $loglines = array_map(static fn($line) => ' ' . $line, $details);
209 if ($line) $logline .= "($line)";