From:             gemini06011990 at yahoo dot com
Operating system: Windows Vista
PHP version:      5.3.0RC1
PHP Bug Type:     Unknown/Other Function
Bug description:  parse error: syntax error,

Description:
------------
I made a "dynamic signature generator" and the code works fine by itself,
but now that I am trying to incorporate it into a vB forum, I am
incountering several problems, that I didn't encounter before.

For instance, I can't use header(content-type...) so that my images will
show up.

Reproduce code:
---------------
$name = $_REQUEST['name'];
$year = $_REQUEST['year']; 
$circulation = $_REQUEST['circulation'];
$creator = $_REQUEST['creator'];
$serial = $_REQUEST['serial'];
$type = $_REQUEST['type'];
$picture = $_REQUEST['picture'];
$desc = $_REQUEST['desc'];
$charname = $_REQUEST['charname'];
$chardesc = $_REQUEST['chardesc'];

Expected result:
----------------
An image is suppose to appear.

Actual result:
--------------
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting
T_STRING or T_VARIABLE or T_NUM_STRING in
/home/tsoto760/public_html/forum/includes/adminfunctions_template.php(3938)
: eval()'d code on line 24

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

Reply via email to