summaryrefslogtreecommitdiff
path: root/ext/spl/tests/dit_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/dit_002.phpt')
-rwxr-xr-xext/spl/tests/dit_002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/dit_002.phpt b/ext/spl/tests/dit_002.phpt
index fc111e5012..49e2f4ec7e 100755
--- a/ext/spl/tests/dit_002.phpt
+++ b/ext/spl/tests/dit_002.phpt
@@ -31,7 +31,7 @@ foreach ($classes as $class => $flags) {
var_dump($obj->getFlags());
if ($isstring) {
$val = $obj->current();
- if (is_string($val) || is_unicode($val)) {
+ if (is_string($val)) {
var_dump(true);
} else {
var_dump($val);