Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dphp_string.h79 #define PHP_STR_PAD_RIGHT 1 macro
H A Dstring.c5435 zend_long pad_type_val = PHP_STR_PAD_RIGHT; /* The padding type value */
5469 case PHP_STR_PAD_RIGHT:
H A Dbasic_functions_arginfo.h3746 REGISTER_LONG_CONSTANT("STR_PAD_RIGHT", PHP_STR_PAD_RIGHT, CONST_PERSISTENT); in register_basic_functions_symbols()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c5521 zend_long pad_type_val = PHP_STR_PAD_RIGHT; in PHP_FUNCTION()
5562 case PHP_STR_PAD_RIGHT: in PHP_FUNCTION()

Completed in 66 milliseconds