Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c1611 bool last_feed = ((arg_status & PHP_OUTPUT_HANDLER_END) != 0); in PHP_FUNCTION()
/php-src/main/
H A Dphp_output.h29 #define PHP_OUTPUT_HANDLER_END PHP_OUTPUT_HANDLER_FINAL macro
H A Dmain.stub.php272 const PHP_OUTPUT_HANDLER_END = UNKNOWN; define
/php-src/ext/standard/
H A Durl_scanner_ex.re696 …*handled_output = url_adapt_ext(output, output_len, &len, (bool) (mode & (PHP_OUTPUT_HANDLER_END |…
/php-src/tests/lang/
H A Dbug24951.phpt7 …return (($mode & PHP_OUTPUT_HANDLER_START)?"[":"") . $s . (($mode & PHP_OUTPUT_HANDLER_END)?"]\n":…

Completed in 36 milliseconds