1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix expectations in version string tests

This commit is contained in:
Tim Düsterhus
2025-05-26 14:29:16 +02:00
committed by Arnaud Le Blanc
parent 7b4c14dc10
commit d3ebf97d77
3 changed files with 3 additions and 6 deletions

View File

@@ -17,6 +17,5 @@ echo "Done\n";
--EXPECTF--
string(%d) "PHP %s (cgi%s (built: %s
Copyright (c) The PHP Group
%AZend Engine v%s, Copyright (c) Zend Technologies
"
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
Done

View File

@@ -14,6 +14,5 @@ echo "Done\n";
--EXPECTF--
string(%d) "PHP %s (cli) (built: %s)%s
Copyright (c) The PHP Group
%AZend Engine v%s, Copyright (c) Zend Technologies
"
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
Done

View File

@@ -16,6 +16,5 @@ echo "Done\n";
--EXPECTF--
string(%d) "PHP %s (fpm%s (built: %s
Copyright (c) The PHP Group
%AZend Engine v%s, Copyright (c) Zend Technologies
"
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
Done