Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_string.h71 #define PHP_STR_PAD_RIGHT 1 macro
H A Dstring.c5744 zend_long pad_type_val = PHP_STR_PAD_RIGHT; /* The padding type value */
5778 case PHP_STR_PAD_RIGHT:
H A Dbasic_functions_arginfo.h3745 REGISTER_LONG_CONSTANT("STR_PAD_RIGHT", PHP_STR_PAD_RIGHT, CONST_PERSISTENT); in register_basic_functions_symbols()
/php-src/ext/mbstring/
H A Dmbstring.c5788 zend_long pad_type_val = PHP_STR_PAD_RIGHT; in PHP_FUNCTION()
5829 case PHP_STR_PAD_RIGHT: in PHP_FUNCTION()

Completed in 63 milliseconds