Files
emacs/snippets/php-mode/stdout
2024-04-30 07:08:23 +02:00

7 lines
168 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: fwrite(STDOUT)
# key: stdout
# group: generic
# --
fwrite(STDOUT, ${1:$var}${2: . PHP_EOL});