We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d6c93 commit da777d4Copy full SHA for da777d4
CODING_STANDARDS.md
@@ -78,6 +78,11 @@ rewritten to comply with these rules.
78
may need to control or free the memory, or when the memory in question needs
79
to survive between multiple requests.
80
81
+1. The return type of "is" or "has" style functions should be `bool`,
82
+ which return a "yes"/"no" answer. `zend_result` is an appropriate
83
+ return value for functions that perform some operation that may
84
+ succeed or fail.
85
+
86
## User functions/methods naming conventions
87
88
1. Function names for user-level functions should be enclosed with in the
0 commit comments