summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorNikhil Vimal <techvoltz@gmail.com>2015-02-07 10:30:07 -0600
committerNikhil Vimal <techvoltz@gmail.com>2015-02-07 10:30:07 -0600
commit52725009c7f3be496fcd73735ece61a9d11881d5 (patch)
tree6e1a93efc806595d5758a9a4df07009604167079 /CODING_STANDARDS
parent1c331d8d39e8013862cabc1d9cf942db89d7ad5a (diff)
downloadphp-git-52725009c7f3be496fcd73735ece61a9d11881d5.tar.gz
Small Spacing adjustments for better reading
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS2
1 files changed, 2 insertions, 0 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index 2664d12bd5..0cfcff18f6 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -18,6 +18,7 @@ Code Implementation
For instance, ``function int mail(char *to, char *from)`` should NOT free
to and/or from.
+
Exceptions:
- The function's designated behavior is freeing that resource. E.g. efree()
@@ -112,6 +113,7 @@ User Functions/Methods Naming Conventions
of ``parent_*``::
A family of 'foo' functions, for example:
+
Good:
'foo_select_bar'
'foo_insert_baz'