Skip to content

Commit afedd4f

Browse files
committed
Fixed test (sizeof(zend_string) is different on 32 and 64-bit systems)
1 parent ab80064 commit afedd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/strings/str_pad_variation5.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ var_dump( str_pad($input, $pad_length) );
3131
--EXPECTF--
3232
*** Testing str_pad() function: with large value for for 'pad_length' argument ***
3333

34-
Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate 2147483648 bytes) in %s on line %d
34+
Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate %d bytes) in %s on line %d

0 commit comments

Comments
 (0)