#28917 [NEW]: Extremly unuseful behavior of $string[index]-feature

2004-06-25 Thread aulbach at ssilk dot de
From: aulbach at ssilk dot de Operating system: linux PHP version: 4.3.7 PHP Bug Type: Arrays related Bug description: Extremly unuseful behavior of $string[index]-feature Description: The following code produces this result: a2345 This behaviour is not very

#24750 [NEW]: Heredoc-Syntax

2003-07-22 Thread ssilk at fidion dot de
From: ssilk at fidion dot de Operating system: PHP version: Irrelevant PHP Bug Type: Feature/Change Request Bug description: Heredoc-Syntax Description: I read the bug #13610 and other depending stuff and I think the core of the problem is, that heredoc-syntax

#24750 [Opn]: Heredoc-Syntax

2003-07-22 Thread ssilk at fidion dot de
ID: 24750 User updated by: ssilk at fidion dot de Reported By: ssilk at fidion dot de Status: Open Bug Type:Feature/Change Request PHP Version: Irrelevant New Comment: In addition to above the arguments in the tag-like syntax be very useful writing

Bug #16732: isset() and empty() wrong behavior for empty part of string

2002-04-22 Thread ssilk
From: [EMAIL PROTECTED] Operating system: unix PHP version: 4.2.0 PHP Bug Type: Strings related Bug description: isset() and empty() wrong behavior for empty part of string The following program displays a notice (error_reporting is set to display all warnings):

Bug #16528: Incompatible behaviour of arrays (and maybe other vars)

2002-04-10 Thread ssilk
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.2 PHP Bug Type: *Programming Data Structures Bug description: Incompatible behaviour of arrays (and maybe other vars) In PHP 4.0 you can write the following: ... $a=''; if ( empty($a['bla']) ) ...