Home
last modified time | relevance | path

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

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

Completed in 33 milliseconds