From:             mattficken
Operating system: Windows
PHP version:      5.4.0
Package:          Testing related
Bug Type:         Bug
Bug description:Test Bug - ext/standard/tests/streams/bug61115-1

Description:
------------
Looks like this is a test bug, with the fatal error message text being
slightly different than expected.

Might have to fork test into Windows and non-Windows tests.

Test Diff
001+ Fatal error: Allowed memory size of 134217728 bytes exhausted (tried
to allocate 2147483647 bytes) in
C:\php-sdk\0cf70b1\php-test-pack-5.4.1RC1-dev\ext\standard\tests\streams\bug61115-1.php
on line 5
001- Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried
to allocate %d bytes) in %s on line %d

Test script:
---------------
see ext/standard/tests/streams/bug61115-1.phpt

Expected result:
----------------
Pass
--
Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to
allocate %d bytes) in %s on line %d

Actual result:
--------------
Fail
--
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to
allocate 2147483647 bytes) in
C:\php-sdk\0cf70b1\php-test-pack-5.4.1RC1-dev\ext\standard\tests\streams\bug61115-1.php
on line 5

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

Reply via email to