Lines Matching refs:when

79             ->when($result = $string->append(' t\'aime'))
91 ->when($result = $string->append('حبك'))
103 ->when($result = $string->prepend('je'))
115 ->when($result = $string->prepend('أحب'))
127 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::BEGINNING))
139 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::BEGINNING))
151 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::END))
163 ->when($result = $string->pad(20, '�� �� �� ❤️ ', LUT::END))
187 ->when($result = $string->compare('a'))
192 ->when($result = $string->compare('b'))
197 ->when($result = $string->compare('c'))
210 ->when($result = $collator->getLocale(\Locale::VALID_LOCALE))
220 ->when($result = LUT::safePattern($pattern))
230 ->when($result = LUT::safePattern($pattern))
243 ->when($result = $string->match($pattern, $matches))
260 ->when($result = $string->match($pattern, $matches, 0, 0))
267 ->when($result = $string->match($pattern, $matches, 0, 4))
274 ->when($result = $string->match($pattern, $matches, 0, 5))
289 ->when($result = $string->match($pattern, $matches, $string::WITH_OFFSET))
309 ->when($result = $string->match($pattern, $matches, 0, 0, true))
329 ->when($result = $string->match($pattern, $matches, $string::WITH_OFFSET, 0, true))
355 ->when($result = $string->match($pattern, $matches, $string::GROUP_BY_PATTERN, 0, true))
379 ->when($result = $string->match($pattern, $matches, $string::GROUP_BY_TUPLE, 0, true))
400 ->when($result = $string->replace('/��/u', '��'))
412 ->when($result = $string->replace('/��/u', '��', 1))
424 ->when($result = $string->split('/��/'))
438 ->when($result = $string->split('/��/', 1))
450 ->when($result = $string->split('/��/', -1, $string::WITH_DELIMITERS))
464 ->when($result = $string->split('/��/', -1, $string::WITH_OFFSET))
487 ->when($result = iterator_to_array($string))
507 ->when($result = iterator_to_array($string))
522 ->when($result = $string->toLowerCase())
530 ->when($result = $string->toLowerCase())
542 ->when($result = $string->toUpperCase())
550 ->when($result = $string->toUpperCase())
562 ->when($result = $string->trim('��'))
574 ->when($result = $string->trim('��', $string::BEGINNING))
586 ->when($result = $string->trim('��', $string::END))
598 ->when($result = $string[0])
603 ->when($result = $string[-1])
613 ->when($result = $string[0])
618 ->when($result = $string[-1])
628 ->when($string[-1] = 'ك')
638 ->when(function () use ($string) {
650 ->when($result = $string->reduce(0, 1))
662 ->when($result = count($string))
668 ->when($result = count($string))
674 ->when($result = count($string))
684 ->when($result = $string->getByteAt(0))
689 ->when($result = $string->getByteAt(1))
694 ->when($result = $string->getByteAt(2))
699 ->when($result = $string->getByteAt(3))
704 ->when($result = $string->getByteAt(-1))
714 ->when($result = $string->getBytesLength())
724 ->when($result = $string->getWidth())
730 ->when($result = $string->getWidth())
739 ->when($result = LUT::getCharDirection('A'))
744 ->when($result = LUT::getCharDirection('ا'))
788 ->when(function () use ($data) {
793 ->when($result = LUT::getCharWidth(LUT::fromCode($code)))
804 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x7f)))
809 ->when($result = LUT::isCharPrintable(LUT::fromCode(0xa0)))
814 ->when($result = LUT::isCharPrintable(LUT::fromCode(0x1100)))
824 ->when($result = LUT::fromCode(0x7e))
830 ->when($result = LUT::fromCode(0xa7))
836 ->when($result = LUT::fromCode(0x1207))
842 ->when($result = LUT::fromCode(0x1f4a9))
852 ->when($result = LUT::toCode('~'))
858 ->when($result = LUT::toCode('§'))
864 ->when($result = LUT::toCode('ሇ'))
870 ->when($result = LUT::toCode('��'))
880 ->when($result = LUT::toBinaryCode('~'))
886 ->when($result = LUT::toBinaryCode('§'))
892 ->when($result = LUT::toBinaryCode('ሇ'))
898 ->when($result = LUT::toBinaryCode('��'))
922 ->when($Σ = LUT::transcode($uΣ, 'UTF-8', 'UTF-16'))
929 ->when($Σ = LUT::transcode($Σ, 'UTF-16', 'UTF-8'))
962 ->when($result = $string->toAscii(true))
979 ->when($result = $string->toAscii())
1026 ->when(function () use ($strings) {
1030 ->when($result = $string->toAscii())
1044 ->when($result = $string->copy())
1054 ->when($result = new LUT($datum))