mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
Small Spacing adjustments for better reading
This commit is contained in:
parent
1c331d8d39
commit
52725009c7
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user