1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

Merge branch 'PHP-7.0'

* PHP-7.0:
  fix directory separator in test
This commit is contained in:
Anatol Belski
2016-02-02 09:52:26 +01:00

View File

@@ -12,5 +12,5 @@ openssl_seal($_, $_, $_, array_fill(0,64,0));
DONE
--EXPECTF--
Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s/bug71475.php on line %d
DONE
Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s%ebug71475.php on line %d
DONE