Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_string.h83 #define PHP_STR_PAD_BOTH 2 macro
H A Dstring.c5541 if (pad_type_val < PHP_STR_PAD_LEFT || pad_type_val > PHP_STR_PAD_BOTH) {
5562 case PHP_STR_PAD_BOTH:
H A Dbasic_functions_arginfo.h3700 REGISTER_LONG_CONSTANT("STR_PAD_BOTH", PHP_STR_PAD_BOTH, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 25 milliseconds