Searched refs:cut_long_words (Results 1 – 3 of 3) sorted by relevance
50 wordwrap(): Argument #4 ($cut_long_words) cannot be true when argument #2 ($width) is 0
560 function wordwrap(string $string, int $width = 75, string $break = "\n", bool $cut_long_words = fal… argument
845 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cut_long_words, _IS_BOOL, 0, "false")
Completed in 33 milliseconds