diff options
Diffstat (limited to 'ext/pdo_oci/tests/bug60994.phpt')
-rw-r--r-- | ext/pdo_oci/tests/bug60994.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pdo_oci/tests/bug60994.phpt b/ext/pdo_oci/tests/bug60994.phpt index 0f27222de9..c7b00cf8eb 100644 --- a/ext/pdo_oci/tests/bug60994.phpt +++ b/ext/pdo_oci/tests/bug60994.phpt @@ -93,11 +93,9 @@ echo 'size of string4 is ', strlen($string4), ' bytes, ', mb_strlen($string4), ' echo 'size of stream4 is ', strlen($stream4), ' bytes, ', mb_strlen($stream4), ' chars.', PHP_EOL; echo 'beg of stream4 is ', $start4, PHP_EOL; echo 'end of stream4 is ', $ending4, PHP_EOL; - --XFAIL-- Fails due to Bug 60994 --EXPECTF-- - Test 1: j size of string1 is 1000006 bytes, 1000006 chars. size of stream1 is 1000006 bytes, 1000006 chars. @@ -121,4 +119,3 @@ size of string4 is 24567 bytes, 8193 chars. size of stream4 is 24567 bytes, 8193 chars. beg of stream4 is abcののののののの end of stream4 is のののののののxyz - |