mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
ups (2nd)
This commit is contained in:
parent
e0a68b1ee0
commit
5dd671e3cc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class test {
|
|||
public $p1 = 1;
|
||||
public $p2 = 2;
|
||||
public $p3;
|
||||
public __clone() {
|
||||
public function __clone() {
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue