summaryrefslogtreecommitdiff
path: root/Zend/tests/bug39438.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug39438.phpt')
-rw-r--r--Zend/tests/bug39438.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Zend/tests/bug39438.phpt b/Zend/tests/bug39438.phpt
index e1ed8e8866..d10e6d9ab7 100644
--- a/Zend/tests/bug39438.phpt
+++ b/Zend/tests/bug39438.phpt
@@ -19,12 +19,12 @@ $test2=array(
'lastuploaddate' => 1088427240,
'dependencies' => array (
'depends' => array(
- 'typo3' =>'',
- 'php' =>'',
+ 'typo3' =>'',
+ 'php' =>'',
'cms' => ''
- ),
- 'conflicts' => array('' =>'')
- ),
+ ),
+ 'conflicts' => array('' =>'')
+ ),
'authorname' => 'Mirko Balluff',
'authoremail' => 'balluff@amt1.de',
'ownerusername' => 'amt1',
@@ -34,7 +34,7 @@ $test2=array(
)
);
$test=array();
-while($i<1200) {
+while($i<1200) {
$test[]=$test2;
$i++;
}