From f8d795820e780a6322e054c26c581570613c14f0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 3 Feb 2020 22:52:20 +0100 Subject: Reindent phpt files --- Zend/tests/bug52484_3.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Zend/tests/bug52484_3.phpt') diff --git a/Zend/tests/bug52484_3.phpt b/Zend/tests/bug52484_3.phpt index 995e624dfc..3bb5743963 100644 --- a/Zend/tests/bug52484_3.phpt +++ b/Zend/tests/bug52484_3.phpt @@ -4,9 +4,9 @@ Bug #52484.3 (__set() ignores setting properties with empty names) $prop); - } + function __get($prop) { + var_dump($this->$prop); + } } $a = new A(); -- cgit v1.2.1