Skip to content

Commit 5dd671e

Browse files
committed
ups (2nd)
1 parent e0a68b1 commit 5dd671e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/classes/clone_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class test {
88
public $p1 = 1;
99
public $p2 = 2;
1010
public $p3;
11-
public __clone() {
11+
public function __clone() {
1212
}
1313
};
1414

0 commit comments

Comments
 (0)