From 5e40a5a43dffadda040c030eaa12d88510a0987c Mon Sep 17 00:00:00 2001 From: Pieter Hordijk Date: Wed, 11 Oct 2017 13:20:05 +0000 Subject: [PATCH] Added missing PHP open tags to examples git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343230 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 376395bce8..ceac622f70 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -276,6 +276,7 @@ echo (new DateTime())->format('Y'); Property access vs. method call Calling an anonymous function stored in a property