summaryrefslogtreecommitdiff
path: root/CODING_STANDARDS
diff options
context:
space:
mode:
authorSean Bright <elixer@php.net>2002-03-14 03:25:46 +0000
committerSean Bright <elixer@php.net>2002-03-14 03:25:46 +0000
commit86dba965b10fac1c90540fd91949901021210b60 (patch)
tree5971ca6984d78ceaf185d92b6afe4871a9584e4b /CODING_STANDARDS
parentcbc1cd802cccddef0ee86533ee08dc730b4e27f4 (diff)
downloadphp-git-86dba965b10fac1c90540fd91949901021210b60.tar.gz
Translate to English.
# I still don't know what a 'tag search' is...
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r--CODING_STANDARDS10
1 files changed, 5 insertions, 5 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS
index e200f1e1a2..55f402626c 100644
--- a/CODING_STANDARDS
+++ b/CODING_STANDARDS
@@ -60,12 +60,12 @@ Exceptions:
check its man page again, and only then, consider using it, and even then,
try avoiding it.
-[7] Use ZEND_* macro instead of PHP_* macro. Use of PHP_* macros are
- not recommended. Since most of PHP_* macros are ZEND_* macro alias, use of
- PHP_* macro makes browsing source with tag search harder.
+[7] Use ZEND_* macros instead of PHP_* macros. Use of PHP_* macros is not
+ recommended. Since most of the PHP_* macros are ZEND_* macro aliases, using
+ the PHP_* macros makes browsing the source code with a tag search harder.
-[8] Use assert(). assert.h is included in php.h if it is available.
- Not only good assertion catch bugs, but also it makes easier to read code.
+[8] Use assert(). assert.h is included in php.h if it is available. Not only
+ does good assertion catch bugs, but it also helps with code readability.
Naming Conventions
------------------