D25557
D25557
Fix "strpos(): Non-string needles will be interpreted as strings" in PhutilSortVector
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan, speck
Summary: Code checking if the needle string `$value` is somewhere in the haystack `"\0"` makes no sense for a single byte (if it…