Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_string.h80 #define PHP_STR_PAD_BOTH 2 macro
H A Dstring.c5781 if (pad_type_val < PHP_STR_PAD_LEFT || pad_type_val > PHP_STR_PAD_BOTH) {
5802 case PHP_STR_PAD_BOTH:
H A Dbasic_functions_arginfo.h3878 REGISTER_LONG_CONSTANT("STR_PAD_BOTH", PHP_STR_PAD_BOTH, CONST_PERSISTENT); in register_basic_functions_symbols()
/php-src/ext/mbstring/
H A Dmbstring.c5817 if (pad_type_val < PHP_STR_PAD_LEFT || pad_type_val > PHP_STR_PAD_BOTH) { in PHP_FUNCTION()
5837 case PHP_STR_PAD_BOTH: in PHP_FUNCTION()

Completed in 60 milliseconds