We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1883a58 commit 2b8de4bCopy full SHA for 2b8de4b
tests/test2.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+class People
4
+{
5
+ private $name = "";
6
+ private $age = 2;
7
+ private $isMan = true;
8
+ private $son = [];
9
+ private $friends = array();
10
+}
0 commit comments