ID:               44656
 User updated by:  cowmonkey111 at gmail dot com
 Reported By:      cowmonkey111 at gmail dot com
 Status:           Open
 Bug Type:         *Compile Issues
 Operating System: Windows XP
 PHP Version:      4.4.8
 New Comment:

(The reproduction code probably should not acually reproduce it, it
wasd just the code I used when the parser shut down) And I have
restarted my Apache server, also.


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

[2008-04-07 01:48:35] cowmonkey111 at gmail dot com

Description:
------------
I was doing some codeing on my apache server running on my own
computer, then my parser just, stopped parsing. It happened after I used
an E_ALL in error reporting and then it just stopped, from what I
remember. All I got, when there was an error that I made, was a blank
page.

Reproduce code:
---------------
$rand = time();
$salt1="SUPASECURE11215477344";
$salt2="SUPASECUREppepeowo34929093";
$salt3="23457844242235";
$hash1=sha1($salt1)
$hash2=md5(sha1($salt2));
$hash3=md5($salt3);
$h = $hash1.$hash2.$hash3;
echo $h;

Expected result:
----------------
A message telling me that I had an error or the end result.

Actual result:
--------------
A blank page.


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


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

Reply via email to