From:             cowmonkey111 at gmail dot com
Operating system: Windows XP
PHP version:      4.4.8
PHP Bug Type:     *Compile Issues
Bug description:  Parser refuses to parse.

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 bug report at http://bugs.php.net/?id=44656&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44656&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44656&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44656&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44656&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44656&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44656&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44656&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44656&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44656&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44656&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44656&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44656&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44656&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44656&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44656&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44656&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44656&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44656&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44656&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44656&r=mysqlcfg

Reply via email to