diff options
Diffstat (limited to 'ext/oci8/tests/bug70700.phpt')
-rw-r--r-- | ext/oci8/tests/bug70700.phpt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/oci8/tests/bug70700.phpt b/ext/oci8/tests/bug70700.phpt index 5431a90f6a..5633673406 100644 --- a/ext/oci8/tests/bug70700.phpt +++ b/ext/oci8/tests/bug70700.phpt @@ -154,9 +154,7 @@ echo 'size of string4 is ', strlen($string4), ' bytes, ', mb_strlen($string4), ' echo 'size of stream4a is ', strlen($stream4a), ' bytes, ', mb_strlen($stream4a), ' chars.', PHP_EOL; echo 'beg of stream4a is ', $start4a, PHP_EOL; echo 'end of stream4a is ', $ending4a, PHP_EOL; - --EXPECT-- - Test 1: j size of string1 is 1000006 bytes, 1000006 chars. size of stream1a is 1000006 bytes, 1000006 chars. @@ -180,4 +178,3 @@ size of string4 is 8193 bytes, 2735 chars. size of stream4a is 8193 bytes, 2735 chars. beg of stream4a is abcののののののの end of stream4a is のののののののxyz - |