--TEST-- ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to equal or exceed chunk_size. --FILE-- --EXPECTF-- ----( chunk_size: -1, output append size: 1 )---- f[call:1; len:8]12345678 ----( chunk_size: 0, output append size: 1 )---- f[call:1; len:8]12345678 ----( chunk_size: 1, output append size: 1 )---- f[call:1; len:8]12345678 ----( chunk_size: 2, output append size: 1 )---- f[call:1; len:2]12 f[call:2; len:2]34 f[call:3; len:2]56 f[call:4; len:2]78 f[call:5; len:0] ----( chunk_size: 3, output append size: 1 )---- f[call:1; len:3]123 f[call:2; len:3]456 f[call:3; len:2]78 ----( chunk_size: 4, output append size: 1 )---- f[call:1; len:4]1234 f[call:2; len:4]5678 f[call:3; len:0] ----( chunk_size: 5, output append size: 1 )---- f[call:1; len:5]12345 f[call:2; len:3]678 ----( chunk_size: 6, output append size: 1 )---- f[call:1; len:6]123456 f[call:2; len:2]78 ----( chunk_size: 7, output append size: 1 )---- f[call:1; len:7]1234567 f[call:2; len:1]8 ----( chunk_size: 8, output append size: 1 )---- f[call:1; len:8]12345678 f[call:2; len:0] ----( chunk_size: 9, output append size: 1 )---- f[call:1; len:8]12345678 ----( chunk_size: -1, output append size: 4 )---- f[call:1; len:8]12345678 ----( chunk_size: 0, output append size: 4 )---- f[call:1; len:8]12345678 ----( chunk_size: 1, output append size: 4 )---- f[call:1; len:8]12345678 ----( chunk_size: 2, output append size: 4 )---- f[call:1; len:4]1234 f[call:2; len:4]5678 f[call:3; len:0] ----( chunk_size: 3, output append size: 4 )---- f[call:1; len:4]1234 f[call:2; len:4]5678 f[call:3; len:0] ----( chunk_size: 4, output append size: 4 )---- f[call:1; len:4]1234 f[call:2; len:4]5678 f[call:3; len:0] ----( chunk_size: 5, output append size: 4 )---- f[call:1; len:8]12345678 f[call:2; len:0] ----( chunk_size: 6, output append size: 4 )---- f[call:1; len:8]12345678 f[call:2; len:0] ----( chunk_size: 7, output append size: 4 )---- f[call:1; len:8]12345678 f[call:2; len:0] ----( chunk_size: 8, output append size: 4 )---- f[call:1; len:8]12345678 f[call:2; len:0] ----( chunk_size: 9, output append size: 4 )---- f[call:1; len:8]12345678