1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
  Use wildcard for error message
This commit is contained in:
Nikita Popov
2021-09-13 22:47:13 +02:00
+1 -1
View File
@@ -43,5 +43,5 @@ a();
</d>
<!-- init bailout() -->
Fatal error: Allowed memory size of 20971520 bytes exhausted at %s (tried to allocate %d bytes) in %s on line %d
Fatal error: Allowed memory size of 20971520 bytes exhausted %s in %s on line %d
</a>