Re: [PHP-DEV] Problem with strings on Win32

2001-02-20 Thread Martin Jansen
On Tue, 20 Feb 2001 20:40:04 +0100, Sebastian Bergmann wrote: > The following code > > $string = ""; > > print "*".$string."*"; > var_dump($string); >?> > > outputs > >** >string(6) "" On my machine (Windows 2000 Professional German) everything works fine: | [d

Re: [PHP-DEV] Problem with strings on Win32

2001-02-20 Thread Sebastian Bergmann
Martin Jansen wrote: > On my machine (Windows 2000 Professional German) everything > works fine: > > | [d:\php\php4.0.4pl1]php > | | $string = ""; > | > | print "*".$string."*"; > | var_dump($string); > | ?> > | ^Z > | X-Powered-By: PHP/4.0.4pl1 > | Content-type: text/html > | > | **st