ID:               12663
 Comment by:       straight-blow1852 at hotmail dot com
 Reported By:      vallimar at sexorcisto dot net
 Status:           Bogus
 Bug Type:         Strings related
 Operating System: Redhat 7.1 kernel 2.4.7
 PHP Version:      4.0.6
 New Comment:

<a href=http://b-slim-straight-blo.da.ru>blow straight</a>


Previous Comments:
------------------------------------------------------------------------

[2002-01-08 21:01:45] [EMAIL PROTECTED]

Forgot to close.

------------------------------------------------------------------------

[2002-01-08 21:01:28] [EMAIL PROTECTED]

>From the man page for sscanf:

s - Matches a sequence of non-white-space characters;

This is by design, not a bug.

Sean

------------------------------------------------------------------------

[2001-08-09 21:50:40] vallimar at sexorcisto dot net

Ugh, they have filtered incoming port 80..
use http://www.sexorcisto.net:8008/php.php
to see the configuration.

------------------------------------------------------------------------

[2001-08-08 17:43:26] vallimar at sexorcisto dot net

<?php
    $bug = "this_is = a bug";
    list($var1, $var2) = sscanf($bug, "%s = %s");
    echo "Var1: $var1,  Var2: $var2\n";
?>

Execute and you will see that it does not check on strings
and any spaces will foul the results which is not good.

Which means it is only checking at the word level, and
stopping once it hits a space, instead of parsing the
entirety as a string which is what it should be doing.

I have had to switch to using explode() which is problematic
because I may have more then 1 '=' sign in the string and I
only want to split on the first one.

Please get this fixed as it causes problems, headaches and
the need to write crappily inefficent workarounds when a
simple sscanf is all you should need.

----

Modules.. Hmm, I have no idea really, I installed the RPM.
Goto www.sexorcisto.net/php.php  for the php configuration
output if you need it.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=12663&edit=1

Reply via email to