summaryrefslogtreecommitdiff
path: root/Zend/tests/bug42819.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/bug42819.phpt
parentd2cb200e10ada6fa44c54a29292bb4665728fff0 (diff)
downloadphp-git-f8d795820e780a6322e054c26c581570613c14f0.tar.gz
Reindent phpt files
Diffstat (limited to 'Zend/tests/bug42819.phpt')
-rw-r--r--Zend/tests/bug42819.phpt88
1 files changed, 44 insertions, 44 deletions
diff --git a/Zend/tests/bug42819.phpt b/Zend/tests/bug42819.phpt
index d0b5c0b2ee..615aabc8ed 100644
--- a/Zend/tests/bug42819.phpt
+++ b/Zend/tests/bug42819.phpt
@@ -19,65 +19,65 @@ const C = "foo\\C\n";
const I = 11;
class foo {
- const C = "foo\\foo::C\n";
- const I = 22;
- const C1 = C;
- const C2 = foo\C;
- const C3 = foo\foo::C;
- const C4 = \foo\C;
- const C5 = \foo\foo::C;
- const C6 = ArrayObject::STD_PROP_LIST;
- const C7 = E_ERROR;
+ const C = "foo\\foo::C\n";
+ const I = 22;
+ const C1 = C;
+ const C2 = foo\C;
+ const C3 = foo\foo::C;
+ const C4 = \foo\C;
+ const C5 = \foo\foo::C;
+ const C6 = ArrayObject::STD_PROP_LIST;
+ const C7 = E_ERROR;
}
class bar1 {
- static $a1 = array(I => 0);
- static $a2 = array(foo\I => 0);
- static $a3 = array(foo\foo::I => 0);
- static $a4 = array(\foo\I => 0);
- static $a5 = array(\foo\foo::I => 0);
- static $a6 = array(ArrayObject::STD_PROP_LIST => 0);
- static $a7 = array(E_ERROR => 0);
+ static $a1 = array(I => 0);
+ static $a2 = array(foo\I => 0);
+ static $a3 = array(foo\foo::I => 0);
+ static $a4 = array(\foo\I => 0);
+ static $a5 = array(\foo\foo::I => 0);
+ static $a6 = array(ArrayObject::STD_PROP_LIST => 0);
+ static $a7 = array(E_ERROR => 0);
}
class bar2 {
- static $a1 = array(I => I);
- static $a2 = array(foo\I => I);
- static $a3 = array(foo\foo::I => I);
- static $a4 = array(\foo\I => I);
- static $a5 = array(\foo\foo::I => I);
- static $a6 = array(ArrayObject::STD_PROP_LIST => I);
- static $a7 = array(E_ERROR => I);
+ static $a1 = array(I => I);
+ static $a2 = array(foo\I => I);
+ static $a3 = array(foo\foo::I => I);
+ static $a4 = array(\foo\I => I);
+ static $a5 = array(\foo\foo::I => I);
+ static $a6 = array(ArrayObject::STD_PROP_LIST => I);
+ static $a7 = array(E_ERROR => I);
}
class bar3 {
- static $a1 = array(I => foo\I);
- static $a2 = array(foo\I => foo\I);
- static $a3 = array(foo\foo::I => foo\I);
- static $a4 = array(\foo\I => foo\I);
- static $a5 = array(\foo\foo::I => foo\I);
- static $a6 = array(ArrayObject::STD_PROP_LIST => foo\I);
- static $a7 = array(E_ERROR => foo\I);
+ static $a1 = array(I => foo\I);
+ static $a2 = array(foo\I => foo\I);
+ static $a3 = array(foo\foo::I => foo\I);
+ static $a4 = array(\foo\I => foo\I);
+ static $a5 = array(\foo\foo::I => foo\I);
+ static $a6 = array(ArrayObject::STD_PROP_LIST => foo\I);
+ static $a7 = array(E_ERROR => foo\I);
}
class bar4 {
- static $a1 = array(I => ArrayObject::STD_PROP_LIST);
- static $a2 = array(foo\I => ArrayObject::STD_PROP_LIST);
- static $a3 = array(foo\foo::I => ArrayObject::STD_PROP_LIST);
- static $a4 = array(\foo\I => ArrayObject::STD_PROP_LIST);
- static $a5 = array(\foo\foo::I => ArrayObject::STD_PROP_LIST);
- static $a6 = array(ArrayObject::STD_PROP_LIST => ArrayObject::STD_PROP_LIST);
- static $a7 = array(E_ERROR => ArrayObject::STD_PROP_LIST);
+ static $a1 = array(I => ArrayObject::STD_PROP_LIST);
+ static $a2 = array(foo\I => ArrayObject::STD_PROP_LIST);
+ static $a3 = array(foo\foo::I => ArrayObject::STD_PROP_LIST);
+ static $a4 = array(\foo\I => ArrayObject::STD_PROP_LIST);
+ static $a5 = array(\foo\foo::I => ArrayObject::STD_PROP_LIST);
+ static $a6 = array(ArrayObject::STD_PROP_LIST => ArrayObject::STD_PROP_LIST);
+ static $a7 = array(E_ERROR => ArrayObject::STD_PROP_LIST);
}
class bar5 {
- static $a1 = array(I => E_ERROR);
- static $a2 = array(foo\I => E_ERROR);
- static $a3 = array(foo\foo::I => E_ERROR);
- static $a4 = array(\foo\I => E_ERROR);
- static $a5 = array(\foo\foo::I => E_ERROR);
- static $a6 = array(ArrayObject::STD_PROP_LIST => E_ERROR);
- static $a7 = array(E_ERROR => E_ERROR);
+ static $a1 = array(I => E_ERROR);
+ static $a2 = array(foo\I => E_ERROR);
+ static $a3 = array(foo\foo::I => E_ERROR);
+ static $a4 = array(\foo\I => E_ERROR);
+ static $a5 = array(\foo\foo::I => E_ERROR);
+ static $a6 = array(ArrayObject::STD_PROP_LIST => E_ERROR);
+ static $a7 = array(E_ERROR => E_ERROR);
}
echo "first\n";