Home
last modified time | relevance | path

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

/php-src/tests/lang/
H A Dbug24951.phpt7 …return (($mode & PHP_OUTPUT_HANDLER_START)?"[":"") . $s . (($mode & PHP_OUTPUT_HANDLER_END)?"]\n":…
/php-src/main/
H A Dmain.stub.php272 const PHP_OUTPUT_HANDLER_END = UNKNOWN; define
H A Dphp_output.h29 #define PHP_OUTPUT_HANDLER_END PHP_OUTPUT_HANDLER_FINAL macro
/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/ext/mbstring/
H A Dmbstring.c1611 bool last_feed = ((arg_status & PHP_OUTPUT_HANDLER_END) != 0); in PHP_FUNCTION()

Completed in 35 milliseconds