Skip to main content
Missing the closing ")" at the end.
Source Link
mignz
  • 3.9k
  • 2
  • 22
  • 22

try this:

substr($text, 0, strpos($text, chr(10)))

try this:

substr($text, 0, strpos($text, chr(10))

try this:

substr($text, 0, strpos($text, chr(10)))
Source Link

try this:

substr($text, 0, strpos($text, chr(10))