Fixed test (sizeof(zend_string) is different on 32 and 64-bit systems)

This commit is contained in:
Dmitry Stogov 2016-03-02 13:01:42 +03:00
parent ab800642df
commit afedd4fd59

View File

@ -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