-
Notifications
You must be signed in to change notification settings - Fork 119
/
Copy pathcalls.php.faces
70 lines (70 loc) · 1.48 KB
/
calls.php.faces
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
;; -*- mode: emacs-lisp -*-
(("<?php" . php-php-tag)
("\n\n")
("if" . php-keyword)
(" (")
("isset" . php-keyword)
("(")
("$" . php-variable-sigil)
("foo" . php-variable-name)
(")) {\n 1+")
("bar" . php-function-call)
("()+")
("foo" . php-function-call)
("();\n}\n\n")
("$" . php-variable-sigil)
("foo" . php-variable-name)
("->" . php-object-op)
("string" . php-method-call)
("();\n")
("$" . php-variable-sigil)
("foo" . php-variable-name)
("->" . php-object-op)
("isset" . php-method-call)
("();\n\n\n")
("$" . php-variable-sigil)
("a" . php-variable-name)
("->" . php-object-op)
("b" . php-method-call)
("();\n")
("$" . php-variable-sigil)
("a" . php-variable-name)
(" = ")
("a" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("aaa" . php-variable-name)
(" = ")
("aaa" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("_aa" . php-variable-name)
(" = ")
("_aa" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("a_a" . php-variable-name)
(" = ")
("a_a" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("aa_" . php-variable-name)
(" = ")
("aa_" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("a1c" . php-variable-name)
(" = ")
("a1c" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("あ" . php-variable-name)
(" = ")
("あ" . php-function-call)
("();\n")
("$" . php-variable-sigil)
("_a" . php-variable-name)
(" = ")
("$" . php-variable-sigil)
("a" . php-variable-name)
("();\n"))