Lines Matching refs:str_pad
2 Test str_pad() function : usage variations - unexpected inputs for '$pad_type' argument
7 /* Prototype : string str_pad ( string $input , int $pad_length [, string $pad_string [, int $…
12 /* Test str_pad() function: with unexpected inputs for '$pad_type'
16 echo "*** Testing str_pad() function: with unexpected inputs for 'pad_type' argument ***\n";
82 // loop through with each element of the $pad_types array to test str_pad() function
86 var_dump( str_pad($input, $pad_length, $pad_string, $pad_type) );
93 *** Testing str_pad() function: with unexpected inputs for 'pad_type' argument ***
102 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
106 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
110 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
114 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
118 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
122 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
126 Warning: str_pad() expects parameter 4 to be integer, string given in %s on line %d
130 Warning: str_pad() expects parameter 4 to be integer, string given in %s on line %d
142 Warning: str_pad() expects parameter 4 to be integer, array given in %s on line %d
146 Warning: str_pad() expects parameter 4 to be integer, array given in %s on line %d
150 Warning: str_pad() expects parameter 4 to be integer, array given in %s on line %d
166 Warning: str_pad() expects parameter 4 to be integer, object given in %s on line %d