Searched refs:PHP_STR_PAD_BOTH (Results 1 – 4 of 4) sorted by relevance
80 #define PHP_STR_PAD_BOTH 2 macro
5458 if (pad_type_val < PHP_STR_PAD_LEFT || pad_type_val > PHP_STR_PAD_BOTH) {5479 case PHP_STR_PAD_BOTH:
3747 REGISTER_LONG_CONSTANT("STR_PAD_BOTH", PHP_STR_PAD_BOTH, CONST_PERSISTENT); in register_basic_functions_symbols()
5575 if (pad_type_val < PHP_STR_PAD_LEFT || pad_type_val > PHP_STR_PAD_BOTH) { in PHP_FUNCTION()5595 case PHP_STR_PAD_BOTH: in PHP_FUNCTION()
Completed in 49 milliseconds