diff --git a/reference/var/functions/var-export.xml b/reference/var/functions/var-export.xml index 618b20b106..1272c976b2 100644 --- a/reference/var/functions/var-export.xml +++ b/reference/var/functions/var-export.xml @@ -82,6 +82,8 @@ exportable, and the resulting code will even work on earlier versions of PHP. + + 5.1.0 Made it possible to export classes and arrays containing classes using @@ -143,7 +145,7 @@ echo $v; - Exporting stdClass (since PHP 7.1.0) + Exporting stdClass (since PHP 7.3.0)