Home
last modified time | relevance | path

Searched refs:STR_PAD_RIGHT (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/ext/standard/tests/strings/
H A Dstr_pad_variation4.phpt34 1, // == STR_PAD_RIGHT
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…
H A Dstr_pad.phpt16 var_dump( str_pad($input_string, $pad_length, $pad_string, STR_PAD_RIGHT) );
48 var_dump( str_pad($input_string, $pad_length, $pad_string, STR_PAD_RIGHT) );
60 var_dump( str_pad($input_string, $pad_length, $pad_string, STR_PAD_RIGHT) );
375 Warning: str_pad(): Padding type has to be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH in %s on li…
/PHP-7.1/ext/standard/
H A Dstring.c67 #define STR_PAD_RIGHT 1 macro
83 REGISTER_LONG_CONSTANT("STR_PAD_RIGHT", STR_PAD_RIGHT, CONST_CS | CONST_PERSISTENT); in register_string_constants()
5262 zend_long pad_type_val = STR_PAD_RIGHT; /* The padding type value */
5297 case STR_PAD_RIGHT:

Completed in 19 milliseconds