Skip to content

Commit 7b70821

Browse files
committed
Give phper more meaning.
1 parent f8ee415 commit 7b70821

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PHPer
1+
# PHPER (PHP Enjoy Rust)
22

33
[![CI](https://github.com/jmjoy/phper/actions/workflows/ci.yml/badge.svg)](https://github.com/jmjoy/phper/actions/workflows/ci.yml)
44
[![Crates](https://img.shields.io/crates/v/phper)](https://crates.io/crates/phper)

phper/src/values.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ impl Val {
372372
}
373373

374374
impl Clone for Val {
375+
// TODO Deep copy.
375376
fn clone(&self) -> Self {
376377
let mut val = Val::undef();
377378
unsafe {

0 commit comments

Comments
 (0)