summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/php/phpt/variables/001-process_globals.phpt (renamed from tests/php/phpt/variables/001-process_globals.phpt-)0
-rw-r--r--tests/php/phpt/variables/002-get_complex_array.phpt (renamed from tests/php/phpt/variables/002-get_complex_array.phpt-)4
-rw-r--r--tests/php/phpt/variables/008-value-arrays.phpt (renamed from tests/php/phpt/variables/008-value-arrays.phpt-)0
-rw-r--r--tests/php/phpt/variables/009-value-object.phpt (renamed from tests/php/phpt/variables/009-value-object.phpt-)0
4 files changed, 2 insertions, 2 deletions
diff --git a/tests/php/phpt/variables/001-process_globals.phpt- b/tests/php/phpt/variables/001-process_globals.phpt
index 022e99c..022e99c 100644
--- a/tests/php/phpt/variables/001-process_globals.phpt-
+++ b/tests/php/phpt/variables/001-process_globals.phpt
diff --git a/tests/php/phpt/variables/002-get_complex_array.phpt- b/tests/php/phpt/variables/002-get_complex_array.phpt
index f13afa6..716fda9 100644
--- a/tests/php/phpt/variables/002-get_complex_array.phpt-
+++ b/tests/php/phpt/variables/002-get_complex_array.phpt
@@ -11,7 +11,7 @@ function get_complex_array()
return array(
"a" => 123,
"b" => 456,
- "c" => array("nested_value","example",7)
+ "c" => array("nested value","example",7)
);
}
var_export(get_complex_array());
@@ -26,7 +26,7 @@ array (
'b' => 456,
'c' =>
array (
- 0 => 'nested_value',
+ 0 => 'nested value',
1 => 'example',
2 => 7,
),
diff --git a/tests/php/phpt/variables/008-value-arrays.phpt- b/tests/php/phpt/variables/008-value-arrays.phpt
index 6950780..6950780 100644
--- a/tests/php/phpt/variables/008-value-arrays.phpt-
+++ b/tests/php/phpt/variables/008-value-arrays.phpt
diff --git a/tests/php/phpt/variables/009-value-object.phpt- b/tests/php/phpt/variables/009-value-object.phpt
index c45cae8..c45cae8 100644
--- a/tests/php/phpt/variables/009-value-object.phpt-
+++ b/tests/php/phpt/variables/009-value-object.phpt