François Perrad schrieb:
chromatic a écrit :
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote:
This bug starts with r28354 (cache string).
The cache don't handle empty string.
Now, in Pipp (PHP), an empty string is used to stringify boolean False.
// languages/pipp/src/pmc/phpboo
chromatic a écrit :
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote:
This bug starts with r28354 (cache string).
The cache don't handle empty string.
Now, in Pipp (PHP), an empty string is used to stringify boolean False.
// languages/pipp/src/pmc/phpboolean.pmc
STRING* get_s
On Tuesday 08 July 2008 02:36:37 François PERRAD via RT wrote:
> This bug starts with r28354 (cache string).
> The cache don't handle empty string.
>
> Now, in Pipp (PHP), an empty string is used to stringify boolean False.
> // languages/pipp/src/pmc/phpboolean.pmc
> STRING* get_string() {
>
This bug starts with r28354 (cache string).
The cache don't handle empty string.
Now, in Pipp (PHP), an empty string is used to stringify boolean False.
// languages/pipp/src/pmc/phpboolean.pmc
STRING* get_string() {
if (PMC_int_val(SELF))
return const_string(INTERP, "1");
# New Ticket Created by François PERRAD
# Please include the string: [perl #55842]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=55842 >
Between r28319 and r28374, the behavior of empty .const .String was broken.
Now, the