Home
last modified time | relevance | path

Searched refs:PHP_OUTPUT_HANDLER_END (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/tests/lang/
H A Dbug24951.phpt7 …return (($mode & PHP_OUTPUT_HANDLER_START)?"[":"") . $s . (($mode & PHP_OUTPUT_HANDLER_END)?"]\n":…
/PHP-5.3/main/
H A Dphp_output.h105 #define PHP_OUTPUT_HANDLER_END (1<<2) macro
H A Doutput.c103 …REGISTER_MAIN_LONG_CONSTANT("PHP_OUTPUT_HANDLER_END", PHP_OUTPUT_HANDLER_END, CONST_CS | CONST_PER… in php_output_register_constants()
207 status |= PHP_OUTPUT_HANDLER_END; in php_end_ob_buffer()
320 if (status & PHP_OUTPUT_HANDLER_END) { in php_end_ob_buffer()
/PHP-5.3/ext/zlib/
H A Dzlib.c1024 do_end = ((mode & PHP_OUTPUT_HANDLER_END) ? 1 : 0); in PHP_FUNCTION()
1079 do_end = (mode & PHP_OUTPUT_HANDLER_END ? 1 : 0); in php_gzip_output_handler()
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c999 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP… in php_url_scanner_output_handler()
H A Durl_scanner_ex.re438 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP…
/PHP-5.3/ext/soap/
H A Dsoap.c2090 ZVAL_LONG(&mode, PHP_OUTPUT_HANDLER_START | PHP_OUTPUT_HANDLER_END);
2267 ZVAL_LONG(&mode, PHP_OUTPUT_HANDLER_START | PHP_OUTPUT_HANDLER_END);
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1989 last_feed = ((arg_status & PHP_OUTPUT_HANDLER_END) != 0); in PHP_FUNCTION()

Completed in 36 milliseconds