mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
c6655fb719
I was surprised to see that getting the stricterror property showed in in the Callgrind profile of some tests. Turns out we sometimes allocate them. Fix this by returning the default in case no changes were made yet. Closes GH-11345.