diff options
| author | Anthony Ferrara <ircmaxell@gmail.com> | 2015-02-20 11:43:18 -0500 |
|---|---|---|
| committer | Anthony Ferrara <ircmaxell@gmail.com> | 2015-02-20 11:43:18 -0500 |
| commit | e3b020b945582a45465ae2ae145af9c250be9e54 (patch) | |
| tree | 34c0cfee6a81a15fb2544625d57ac6a360f49953 /ext/mbstring/tests/zend_multibyte-10.phpt | |
| parent | cfae254b6b3966f4c1438563eb066de1c434616b (diff) | |
| download | php-git-e3b020b945582a45465ae2ae145af9c250be9e54.tar.gz | |
Fix declare error behavior so that improper usages will actually error
Diffstat (limited to 'ext/mbstring/tests/zend_multibyte-10.phpt')
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-10.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-10.phpt b/ext/mbstring/tests/zend_multibyte-10.phpt index 138b4899fe..ef8ce9d0bc 100644 --- a/ext/mbstring/tests/zend_multibyte-10.phpt +++ b/ext/mbstring/tests/zend_multibyte-10.phpt @@ -9,4 +9,4 @@ declare(encoding="ISO-8859-1"); echo "ok\n"; ?> --EXPECTF-- -ok +ok
\ No newline at end of file |
