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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user