emacs/snippets/php-mode/match

11 lines
194 B
Plaintext

# -*- mode: snippet -*-
# contributor: takeo obara<bararararatty@gmail.com>
# name: match
# key: match
# group : control structure
# --
match (${1:$var}) {
${2:$cond} => ${3:$return},
$0
};