Date: 10/11/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7129 Updated: I can't take the exception message for a procedure."
- Previous message: Andi Gutmans: "Re: [PHP-DEV] 4.0.3 status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: zozo <email protected>
Operating system: linux
PHP version: 4.0.3RC1
PHP Bug Type: *General Issues
Bug description: switch() problem
When i use switch(), without any case, just a default way, php segfaults.
I tried:
switch ($func) {
default: print "qwerqrew";
}
$func was undefined.
My system is a Debian Linux 2.2 "potato".
PHP Version 4.0b3
System: Linux thunderchild 2.2.14-smp #1 SMP Thu Jan 27 02:58:56 CET 2000 i686 unknown
Build Date: Apr 9 2000
php.ini path: /etc/php4/apache
ZEND_DEBUG=1
ZTS is undefined
-- Edit Bug report at: http://bugs.php.net/?id=7140&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #7129 Updated: I can't take the exception message for a procedure."
- Previous message: Andi Gutmans: "Re: [PHP-DEV] 4.0.3 status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

