diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-08-15 23:52:44 -0300 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-09-16 15:39:18 -0300 |
commit | f72b6c5e1979f0b203723421b58e8b2528fe77fc (patch) | |
tree | e8768138b228c6e7ba9631c703b519fec1247ff3 /ext/spl/tests/SplFixedArray_fromarray_non_indexes.phpt | |
parent | d51b9a690e0322700628678795874c0878ab6f91 (diff) | |
download | php-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.phpt | 2 |
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) |