mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
- fixed unexpected emphasis in reST parsing due to use of *
This commit is contained in:
@@ -16,7 +16,7 @@ Code Implementation
|
||||
|
||||
1. Functions that are given pointers to resources should not free them
|
||||
|
||||
For instance, function int mail(char *to, char *from) should NOT free
|
||||
For instance, ``function int mail(char *to, char *from)`` should NOT free
|
||||
to and/or from.
|
||||
Exceptions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user