[PHP-DEV] PHP 4.0 Bug #9146: date() doesn't return the RFC 822 date

2001-02-07 Thread artymiak
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.3pl1 PHP Bug Type: Date/time related Bug description: date() doesn't return the RFC 822 date echo date("r") returns "r" instead of RFC 822 date. -- Edit Bug report at: http://bugs.php.net/?id=9146&edi

[PHP-DEV] PHP 4.0 Bug #9120: unexpected behavior of chop(), ltrim(), rtrim(), and trim()

2001-02-05 Thread artymiak
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.3pl1 PHP Bug Type: Strings related Bug description: unexpected behavior of chop(), ltrim(), rtrim(), and trim() chop(), trim(), ltrim(), and rtrim() do not remove \v, \r, or \n. # chop(); echo "

[PHP-DEV] PHP 4.0 Bug #9102: a possible bug in count_chars

2001-02-04 Thread artymiak
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.3pl1 PHP Bug Type: Strings related Bug description: a possible bug in count_chars The following code stops at 254, whereas the documentation says count_chars ought to generate an array of 256 element. v

[PHP-DEV] PHP 4.0 Bug #9011: Only one var allowed in a class

2001-01-30 Thread artymiak
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.7 PHP version: 4.0.3pl1 PHP Bug Type: *General Issues Bug description: Only one var allowed in a class The following class definition lists three vars, yet they are all treated as one, as the call to report() shows. I'd l