wez Tue Mar 18 09:35:15 2003 EDT Modified files: /php4/ext/standard file.c Log: CS fixes Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.326 php4/ext/standard/file.c:1.327 --- php4/ext/standard/file.c:1.326 Tue Mar 18 07:06:02 2003 +++ php4/ext/standard/file.c Tue Mar 18 09:35:15 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.326 2003/03/18 12:06:02 ssb Exp $ */ +/* $Id: file.c,v 1.327 2003/03/18 14:35:15 wez Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -486,6 +486,7 @@ RETURN_TRUE; } +/* }}} */ /* {{{ proto array file(string filename [, int flags]) Read entire file into an array */ @@ -546,7 +547,7 @@ if (include_new_line) { do { p++; - parse_eol: +parse_eol: if (PG(magic_quotes_runtime)) { /* s is in target_buf which is freed at the end of the function */ slashed = php_addslashes(s, (p-s), &len, 0 TSRMLS_CC);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php