diff options
Diffstat (limited to 'ext/standard/tests/array/array_intersect_uassoc_variation10.phpt')
-rw-r--r-- | ext/standard/tests/array/array_intersect_uassoc_variation10.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_intersect_uassoc_variation10.phpt b/ext/standard/tests/array/array_intersect_uassoc_variation10.phpt index 7089e63475..b6a9497082 100644 --- a/ext/standard/tests/array/array_intersect_uassoc_variation10.phpt +++ b/ext/standard/tests/array/array_intersect_uassoc_variation10.phpt @@ -22,7 +22,7 @@ class MyClass public function class_compare_func($a, $b) { return strcasecmp($a, $b); } - + } echo "\n-- Testing array_intersect_uassoc() function using class with static method as callback --\n"; |