mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed test (sizeof(zend_string) is different on 32 and 64-bit systems)
This commit is contained in:
parent
ab800642df
commit
afedd4fd59
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ var_dump( str_pad($input, $pad_length) );
|
|||
--EXPECTF--
|
||||
*** Testing str_pad() function: with large value for for 'pad_length' argument ***
|
||||
|
||||
Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate 2147483648 bytes) in %s on line %d
|
||||
Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue