Home
last modified time | relevance | path

Searched refs:show_source (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dphp_thttpd.h28 off_t thttpd_php_request(httpd_conn *hc, int show_source);
H A Dthttpd.c410 static void thttpd_module_main(int show_source TSRMLS_DC)
418 if (show_source) {
656 static off_t thttpd_real_php_request(httpd_conn *hc, int show_source TSRMLS_DC)
674 thttpd_module_main(show_source TSRMLS_CC);
699 off_t thttpd_php_request(httpd_conn *hc, int show_source) argument
705 return thttpd_real_php_request(hc, show_source TSRMLS_CC);
/PHP-5.5/ext/standard/tests/strings/
H A Dshow_source_basic.phpt2 Test function show_source() by calling it with its expected arguments, more test for highlight_file…
19 show_source(__FILE__);
25 …sp;*/<br />&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB">show_source</span><span sty…
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
19 show_source(__FILE__);
26 … #007700">;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB">show_source</span><span sty…
H A Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
18 $source = show_source(__FILE__, true);
25 …span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">show_source</span><span sty…
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c592 static int lsapi_module_main(int show_source TSRMLS_DC) in lsapi_module_main()
599 if (show_source) { in lsapi_module_main()
/PHP-5.5/
H A DCODING_STANDARDS292 highlight_file and show_source), will be separately documented. The
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3007 PHP_FALIAS(show_source, highlight_file, arginfo_highlight_file)

Completed in 50 milliseconds