bug65544.phpt 363 B

12345678910
  1. --TEST--
  2. Bug #65544: mb title case conversion-first word in quotation isn't capitalized
  3. --EXTENSIONS--
  4. mbstring
  5. --FILE--
  6. <?php
  7. var_dump(mb_convert_case("\"or else it doesn't, you know. the name of the song is called 'haddocks' eyes.'\"", MB_CASE_TITLE));
  8. ?>
  9. --EXPECT--
  10. string(80) ""Or Else It Doesn't, You Know. The Name Of The Song Is Called 'Haddocks' Eyes.'""