mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
Trim trailing whitespace in *.phpt
This commit is contained in:
@@ -4,11 +4,11 @@ SPL: Ensure access to non-visible properties falls back to dimension access with
|
||||
<?php
|
||||
class C extends ArrayObject {
|
||||
private $x = 'secret';
|
||||
|
||||
|
||||
static function go($c) {
|
||||
var_dump($c->x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$c = new C(array('x'=>'public'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user