summaryrefslogtreecommitdiff
path: root/Zend/tests/gc_028.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-02-03 22:52:20 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-02-03 22:52:20 +0100
commitf8d795820e780a6322e054c26c581570613c14f0 (patch)
tree99d3ae01ce564752807341c5743863b4c92513f8 /Zend/tests/gc_028.phpt
parentd2cb200e10ada6fa44c54a29292bb4665728fff0 (diff)
downloadphp-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz
Reindent phpt files
Diffstat (limited to 'Zend/tests/gc_028.phpt')
-rw-r--r--Zend/tests/gc_028.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/Zend/tests/gc_028.phpt b/Zend/tests/gc_028.phpt
index fb2ea92c91..aabff91a3d 100644
--- a/Zend/tests/gc_028.phpt
+++ b/Zend/tests/gc_028.phpt
@@ -5,15 +5,15 @@ zend.enable_gc=1
--FILE--
<?php
class Foo {
- public $bar;
- function __destruct() {
- if ($this->bar !== null) {
- unset($this->bar);
- }
- }
+ public $bar;
+ function __destruct() {
+ if ($this->bar !== null) {
+ unset($this->bar);
+ }
+ }
}
class Bar {
- public $foo;
+ public $foo;
function __destruct() {
if ($this->foo !== null) {
unset($this->foo);