Lines Matching refs:output
2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
8 * Function is implemented in main/output.c
19 echo "\n----( chunk_size: $cs, output append size: 1 )----\n";
27 echo "\n----( chunk_size: $cs, output append size: 4 )----\n";
36 ----( chunk_size: -1, output append size: 1 )----
39 ----( chunk_size: 0, output append size: 1 )----
42 ----( chunk_size: 1, output append size: 1 )----
53 ----( chunk_size: 2, output append size: 1 )----
60 ----( chunk_size: 3, output append size: 1 )----
65 ----( chunk_size: 4, output append size: 1 )----
70 ----( chunk_size: 5, output append size: 1 )----
74 ----( chunk_size: 6, output append size: 1 )----
78 ----( chunk_size: 7, output append size: 1 )----
82 ----( chunk_size: 8, output append size: 1 )----
86 ----( chunk_size: 9, output append size: 1 )----
89 ----( chunk_size: -1, output append size: 4 )----
92 ----( chunk_size: 0, output append size: 4 )----
95 ----( chunk_size: 1, output append size: 4 )----
100 ----( chunk_size: 2, output append size: 4 )----
105 ----( chunk_size: 3, output append size: 4 )----
110 ----( chunk_size: 4, output append size: 4 )----
115 ----( chunk_size: 5, output append size: 4 )----
119 ----( chunk_size: 6, output append size: 4 )----
123 ----( chunk_size: 7, output append size: 4 )----
127 ----( chunk_size: 8, output append size: 4 )----
131 ----( chunk_size: 9, output append size: 4 )----