mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix expectations in version string tests
This commit is contained in:
parent
7b4c14dc10
commit
d3ebf97d77
3 changed files with 3 additions and 6 deletions
|
@ -17,6 +17,5 @@ echo "Done\n";
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
string(%d) "PHP %s (cgi%s (built: %s
|
string(%d) "PHP %s (cgi%s (built: %s
|
||||||
Copyright (c) The PHP Group
|
Copyright (c) The PHP Group
|
||||||
%AZend Engine v%s, Copyright (c) Zend Technologies
|
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
|
||||||
"
|
|
||||||
Done
|
Done
|
||||||
|
|
|
@ -14,6 +14,5 @@ echo "Done\n";
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
string(%d) "PHP %s (cli) (built: %s)%s
|
string(%d) "PHP %s (cli) (built: %s)%s
|
||||||
Copyright (c) The PHP Group
|
Copyright (c) The PHP Group
|
||||||
%AZend Engine v%s, Copyright (c) Zend Technologies
|
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
|
||||||
"
|
|
||||||
Done
|
Done
|
||||||
|
|
|
@ -16,6 +16,5 @@ echo "Done\n";
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
string(%d) "PHP %s (fpm%s (built: %s
|
string(%d) "PHP %s (fpm%s (built: %s
|
||||||
Copyright (c) The PHP Group
|
Copyright (c) The PHP Group
|
||||||
%AZend Engine v%s, Copyright (c) Zend Technologies
|
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
|
||||||
"
|
|
||||||
Done
|
Done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue