Fix and restore disabled code in PHP value example

This commit is contained in:
Olly Betts 2021-05-04 14:21:13 +12:00
commit f2009ef681

View file

@ -31,6 +31,6 @@
echo "\nNow I'm going to clean up the return result\n";
# free($r);
unset($r);
echo "Good\n";