Re: [PHP-DEV] Problem with strings on Win32 From: Sebastian Bergmann (sb <email protected>)
Date: 02/20/01

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

  On mine, too, it works fine. I was just stupid :-)

-- 
 sebastian bergmann         e-mail :              sb <email protected>
                          homepage :      http://www.sebastian-bergmann.de
                       make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- 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>