diff options
author | Sterling Hughes <sterling@php.net> | 2001-09-03 23:30:33 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2001-09-03 23:30:33 +0000 |
commit | dda004bcfb382b9266e23fcfa81fa6ce18472d02 (patch) | |
tree | 1bd8a8b14c6f449f049756f7735ac5b3e9700d05 /ext/sybase/php_sybase_db.c | |
parent | 55b600d03c323daf02a54dff7d7159ee1ac8f843 (diff) | |
download | php-git-dda004bcfb382b9266e23fcfa81fa6ce18472d02.tar.gz |
- update to php4 api
- expand case statements, ie:
case 1: case 2: case 3:
to
case 1:
case 2:
case 3:
- Remove un-necessary brackets and parentheses (only when it takes away from
readability, I know this is quite arbitrary, but I did my best :)
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
0 files changed, 0 insertions, 0 deletions