summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-08-15 23:52:44 -0300
committerGabriel Caruso <carusogabriel34@gmail.com>2018-09-16 15:39:18 -0300
commitf72b6c5e1979f0b203723421b58e8b2528fe77fc (patch)
treee8768138b228c6e7ba9631c703b519fec1247ff3 /ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
parentd51b9a690e0322700628678795874c0878ab6f91 (diff)
downloadphp-git-f72b6c5e1979f0b203723421b58e8b2528fe77fc.tar.gz
Use EXPECT instead of EXPECTF when possible
Diffstat (limited to 'ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt')
-rw-r--r--ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt b/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
index 79f74cd5e7..03cbeeecd7 100644
--- a/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
+++ b/ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt
@@ -10,7 +10,7 @@ $array = SplFixedArray::fromArray(array(1 => 1,
false);
var_dump($array);
?>
---EXPECTF--
+--EXPECT--
object(SplFixedArray)#1 (3) {
[0]=>
int(1)