show_source      2979 ext/standard/basic_functions.c 	PHP_FALIAS(show_source,			highlight_file,							arginfo_highlight_file)
show_source       592 sapi/litespeed/lsapi_main.c static int lsapi_module_main(int show_source TSRMLS_DC)
show_source       599 sapi/litespeed/lsapi_main.c     if (show_source) {
show_source        28 sapi/thttpd/php_thttpd.h off_t	 thttpd_php_request(httpd_conn *hc, int show_source);
show_source       410 sapi/thttpd/thttpd.c static void thttpd_module_main(int show_source TSRMLS_DC)
show_source       418 sapi/thttpd/thttpd.c 	if (show_source) {
show_source       656 sapi/thttpd/thttpd.c static off_t thttpd_real_php_request(httpd_conn *hc, int show_source TSRMLS_DC)
show_source       674 sapi/thttpd/thttpd.c 	thttpd_module_main(show_source TSRMLS_CC);
show_source       699 sapi/thttpd/thttpd.c off_t thttpd_php_request(httpd_conn *hc, int show_source)
show_source       705 sapi/thttpd/thttpd.c 	return thttpd_real_php_request(hc, show_source TSRMLS_CC);