1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

Trim trailing whitespace in *.phpt

This commit is contained in:
Peter Kokot
2018-10-14 17:23:43 +02:00
parent cc7215f48f
commit 17ccbeec32
6435 changed files with 17425 additions and 17434 deletions
@@ -5,7 +5,7 @@ SPL: ArrayObject::exchangeArray() basic usage with object as underlying data sto
class C {
public $pub1 = 'public1';
}
}
echo "--> exchangeArray() with objects:\n";
$original = new C;