From: Nikhil Vimal Date: Sat, 7 Feb 2015 16:30:07 +0000 (-0600) Subject: Small Spacing adjustments for better reading X-Git-Tag: PRE_PHP7_REMOVALS~12^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52725009c7f3be496fcd73735ece61a9d11881d5;p=php Small Spacing adjustments for better reading --- 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'