Skip to content

Commit 6ec64cd

Browse files
authored
Update data.php
1 parent 60fb5db commit 6ec64cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
$AAA = 12345;
3+
$BBB = 'hello world';
4+
$CCC = false;
5+
$DDD = null;
6+
?>

0 commit comments

Comments
 (0)