Skip to content

Add simple example hello. #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 3, 2022
Merged

Add simple example hello. #76

merged 3 commits into from
Dec 3, 2022

Conversation

jmjoy
Copy link
Member

@jmjoy jmjoy commented Dec 3, 2022

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 179 files.

Valid Invalid Ignored Fixed
110 1 68 0
Click to see the invalid file list
  • examples/hello/src/lib.rs

@@ -0,0 +1,30 @@
use phper::{echo, functions::Argument, modules::Module, php_get_module, values::ZVal};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
use phper::{echo, functions::Argument, modules::Module, php_get_module, values::ZVal};
// Copyright (c) 2022 PHPER Framework Team
// PHPER is licensed under Mulan PSL v2.
// You can use this software according to the terms and conditions of the Mulan PSL v2.
// You may obtain a copy of Mulan PSL v2 at:
// http://license.coscl.org.cn/MulanPSL2
// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
// EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
// MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
// See the Mulan PSL v2 for more details.
use phper::{echo, functions::Argument, modules::Module, php_get_module, values::ZVal};

@jmjoy jmjoy merged commit 8f58b49 into master Dec 3, 2022
@jmjoy jmjoy deleted the jmjoy/hello branch December 3, 2022 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant