From f2009ef6813108a067b7b046c32554890ce7a615 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 4 May 2021 14:21:13 +1200 Subject: [PATCH] Fix and restore disabled code in PHP value example --- Examples/php/value/runme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/php/value/runme.php b/Examples/php/value/runme.php index 112fbc874..754f94233 100644 --- a/Examples/php/value/runme.php +++ b/Examples/php/value/runme.php @@ -31,6 +31,6 @@ echo "\nNow I'm going to clean up the return result\n"; -# free($r); + unset($r); echo "Good\n";