diff options
author | Jani Taskinen <jani@php.net> | 2008-08-15 15:21:04 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-08-15 15:21:04 +0000 |
commit | f11ce93fd54305ea8eff926b3a983ed8f0d7a149 (patch) | |
tree | 28d7182463bbd62aa46a821393d383483132d432 | |
parent | 4ccb9037cce71f3a2fb65d075051286882e5c29c (diff) | |
download | php-git-f11ce93fd54305ea8eff926b3a983ed8f0d7a149.tar.gz |
- Remove crap
-rwxr-xr-x | ext/spl/tests/dit_002.phpt | 2 |
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); |