--TEST-- Test str_pad() function : usage variations - unexpected inputs for '$pad_length' argument --FILE-- ===DONE=== --EXPECTF-- *** Testing str_pad() function: with unexpected inputs for 'pad_length' argument *** -- Iteration 1 -- string(11) "Test string" -- Iteration 2 -- string(11) "Test string" -- Iteration 3 -- string(11) "Test string" -- Iteration 4 -- string(255) "Test string " -- Iteration 5 -- string(11) "Test string" -- Iteration 6 -- string(11) "Test string" -- Iteration 7 -- string(1012) "Test string " -- Iteration 8 -- Warning: str_pad() expects parameter 2 to be long, array given in %s on line %d NULL -- Iteration 9 -- Warning: str_pad() expects parameter 2 to be long, array given in %s on line %d NULL -- Iteration 10 -- Warning: str_pad() expects parameter 2 to be long, array given in %s on line %d NULL -- Iteration 11 -- string(11) "Test string" -- Iteration 12 -- string(11) "Test string" -- Iteration 13 -- string(11) "Test string" -- Iteration 14 -- string(11) "Test string" -- Iteration 15 -- string(11) "Test string" -- Iteration 16 -- string(11) "Test string" -- Iteration 17 -- Warning: str_pad() expects parameter 2 to be long, object given in %s on line %d NULL -- Iteration 18 -- Warning: str_pad() expects parameter 2 to be long, resource given in %s on line %d NULL -- Iteration 19 -- string(11) "Test string" -- Iteration 20 -- string(11) "Test string" ===DONE===