Lines Matching defs:alternative
37 * @param string $alternative (optional) The function or method that should be used instead
42 public static function dbgDeprecatedFunction($alternative = '', $callerOffset = 1, $thing = '')
55 $alternative,
114 * @param string $alternative
122 $alternative,
135 $alternative,
145 * @param string $alternative
153 $alternative,
161 'alternative' => $alternative,
171 if ($event->data['alternative']) {
172 $msg .= ' ' . $event->data['alternative'] . ' should be used instead!';