Edit report at https://bugs.php.net/bug.php?id=64977&edit=1
ID: 64977
Comment by: kubo at iteman dot jp
Reported by:rewilliams at newtekemail dot com
Summary:ob_start() fails when passed default parameters
Status: Analyzed
From: kubo at iteman dot jp
Operating system: Windows XP SP2
PHP version: 5.3CVS-2007-12-21 (snap)
PHP Bug Type: Reproducible crash
Bug description: is_callable() with one or more nonconsecutive colons crashes
in CLI
Description:
is_callable() with any string
From: kubo at iteman dot jp
Operating system: Windows XP SP2
PHP version: 5.3CVS-2007-12-20 (snap)
PHP Bug Type: Reproducible crash
Bug description: is_callable(':') crashes in CLI.
Description:
is_callable(':') crashes in
= 1
$b = 2
case 2:
$a = 1
$b = 2
case 3:
$a = foo
$b = bar
case 4:
$a = 1st
$b = 2nd
case 5:
$a = 1
$b = 2
case 6:
$a = 1st
$b = 2nd
Regards,
KUBO Atsuhiro
Previous Comments:
[2002-05-15 08:13:06
overwritten by MyMethod or
MyFunction. However, they were not overwritten.
Is this right doing? Or is my understanding wrong?
Regards,
KUBO Atsuhiro
test code:
output:
$a = 1
$b = 2
case 2:
$a = 1
$b = 2
case 3:
$a = foo
$b = bar
case 4:
$a = hoge
$b = huge
case 5:
$a = 1