File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ fn test_cli() {
2929 "integration" ,
3030 ) ,
3131 & [
32+ & tests_php_dir. join ( "phpinfo.php" ) ,
3233 & tests_php_dir. join ( "arguments.php" ) ,
3334 & tests_php_dir. join ( "arrays.php" ) ,
3435 & tests_php_dir. join ( "classes.php" ) ,
Original file line number Diff line number Diff line change 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+ phpinfo ();
You can’t perform that action at this time.
0 commit comments