From:             v-ryanbi at microsoft dot com
Operating system: Windows Server 2008 R2
PHP version:      5.3SVN-2010-01-25 (SVN)
PHP Bug Type:     Session related
Bug description:  run_tests.php alerts syntax errors while testing session

Description:
------------
During execution of 'run-tests.php' from the cmd shell, at several points
an alert dialog is created, bypassing stdout and stderr. The contents of
the alert is:

---------------------------
PHP Error
---------------------------
parse error, expecting `TC_DOLLAR_CURLY' or `TC_QUOTED_STRING' or `'\"''
in Unknown on line 39

---------------------------
OK   
---------------------------

It appears twice immediately after each of the following outputs, none of
which have 39 lines, so I'm suspecting it's failing on eval'd code at some
point:

TEST 3029/8140 ext\session\tests\020.phpt
TEST 3047/8140 ext\session\tests\bug41600.phpt
TEST 3048/8140 ext\session\tests\bug42596.phpt

No syntax errors are present in the --FILE section of the tests or in the
files generated.

Reproduce code:
---------------
C:\>SET PHP_TEST_EXECUTABLE=C:\path\to\php\source\Release\php.exe
C:\>cd \path\to\php\source
C:\path\to\php\source>Release\php.exe run-tests.php

Expected result:
----------------
No errors would be nice :)

Actual result:
--------------
See Description

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

Reply via email to