diff --git a/components/var_exporter.rst b/components/var_exporter.rst index 59f5ec64fab..810cc271a2b 100644 --- a/components/var_exporter.rst +++ b/components/var_exporter.rst @@ -28,7 +28,7 @@ PHP code, similar to PHP's :phpfunction:`var_export` function:: $exported = VarExporter::export($someVariable); // store the $exported data in some file or cache system for later reuse - $data = file_put_contents('exported.php', $exported); + $data = file_put_contents('exported.php', '