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 60fb5db commit 6ec64cdCopy full SHA for 6ec64cd
data.php
@@ -0,0 +1,6 @@
1
+<?php
2
+ $AAA = 12345;
3
+ $BBB = 'hello world';
4
+ $CCC = false;
5
+ $DDD = null;
6
+?>
0 commit comments