Searched refs:PHP_OUTPUT_HANDLER_END (Results 1 – 5 of 5) sorted by relevance
7 …return (($mode & PHP_OUTPUT_HANDLER_START)?"[":"") . $s . (($mode & PHP_OUTPUT_HANDLER_END)?"]\n":…
33 #define PHP_OUTPUT_HANDLER_END PHP_OUTPUT_HANDLER_FINAL macro
1112 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP… in php_url_scanner_session_handler_impl()
697 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP…
2216 last_feed = ((arg_status & PHP_OUTPUT_HANDLER_END) != 0); in PHP_FUNCTION()
Completed in 33 milliseconds