Home
last modified time | relevance | path

Searched refs:PHP_OUTPUT_HANDLER_END (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.2/main/
H A Dphp_output.h33 #define PHP_OUTPUT_HANDLER_END PHP_OUTPUT_HANDLER_FINAL macro
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c1112 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP… in php_url_scanner_session_handler_impl()
H A Durl_scanner_ex.re697 …t = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_END | PHP_OUTP…
/PHP-7.2/ext/mbstring/
H A Dmbstring.c2216 last_feed = ((arg_status & PHP_OUTPUT_HANDLER_END) != 0); in PHP_FUNCTION()
/PHP-7.2/tests/lang/
H A Dbug24951.phpt7 …return (($mode & PHP_OUTPUT_HANDLER_START)?"[":"") . $s . (($mode & PHP_OUTPUT_HANDLER_END)?"]\n":…

Completed in 30 milliseconds