Skip to content

Commit

Permalink
fix test (32bits)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 15, 2016
1 parent 55237fe commit 3c117d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/strings/str_pad_variation5.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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: String allocation overflow, max size is 2147483647 in %s on line %d

0 comments on commit 3c117d4

Please sign in to comment.