From 9ddc8b69468da104704dadf9fb8d22480c7ad687 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 28 Feb 2020 14:00:14 +0000 Subject: [PATCH] Fix broken changelog and wrong version number git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349260 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/var-export.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)