]> granicus.if.org Git - php/commitdiff
Fixed test (sizeof(zend_string) is different on 32 and 64-bit systems)
authorDmitry Stogov <dmitry@zend.com>
Wed, 2 Mar 2016 10:01:42 +0000 (13:01 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 2 Mar 2016 10:01:42 +0000 (13:01 +0300)
ext/standard/tests/strings/str_pad_variation5.phpt

index d050ae80e820a9e8e176d14f48783d0565e7cd72..f1f47b932c95e1bff8921d22d7b6487ea734bf66 100644 (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