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 f8ee415 commit 7b70821Copy full SHA for 7b70821
README.md
@@ -1,4 +1,4 @@
1
-# PHPer
+# PHPER (PHP Enjoy Rust)
2
3
[](https://github.com/jmjoy/phper/actions/workflows/ci.yml)
4
[](https://crates.io/crates/phper)
phper/src/values.rs
@@ -372,6 +372,7 @@ impl Val {
372
}
373
374
impl Clone for Val {
375
+ // TODO Deep copy.
376
fn clone(&self) -> Self {
377
let mut val = Val::undef();
378
unsafe {
0 commit comments