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
973 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP… in php_url_scanner_output_handler()
438 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP…
2158 last_feed = ((arg_status & PHP_OUTPUT_HANDLER_END) != 0); in PHP_FUNCTION()
Completed in 22 milliseconds