|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-01-20 09:39 UTC] johannes@php.net
[2007-01-20 12:05 UTC] php_lists at realplain dot com
[2007-01-20 12:22 UTC] develar at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 06:00:01 2025 UTC |
Description: ------------ php_strip_whitespace produce invalid code Reproduce code: --------------- // test.php <?php echo php_strip_whitespace('stripme.php') ?> // stripme.php <?php $foo = 0x9E3779B9; ?> Expected result: ---------------- <?php $foo = 0x9E3779B9; ?> Actual result: -------------- <?php $foo = 9E3779B9; ?>