Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dphp_string.h81 #define PHP_STR_PAD_LEFT 0 macro
H A Dstring.c5541 if (pad_type_val < PHP_STR_PAD_LEFT || pad_type_val > PHP_STR_PAD_BOTH) {
5557 case PHP_STR_PAD_LEFT:
H A Dbasic_functions_arginfo.h3698 REGISTER_LONG_CONSTANT("STR_PAD_LEFT", PHP_STR_PAD_LEFT, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 27 milliseconds