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 32c9fce commit 5378d69Copy full SHA for 5378d69
examples/http-client/tests/php/router.php
@@ -1,3 +1,14 @@
1
<?php
2
+
3
+// Copyright (c) 2022 PHPER Framework Team
4
+// PHPER is licensed under Mulan PSL v2.
5
+// You can use this software according to the terms and conditions of the Mulan
6
+// PSL v2. You may obtain a copy of Mulan PSL v2 at:
7
+// http://license.coscl.org.cn/MulanPSL2
8
+// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
9
+// KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
10
+// NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
11
+// See the Mulan PSL v2 for more details.
12
13
header('Content-Type: text/plain');
14
echo "Hello phper!";
0 commit comments