Home
last modified time | relevance | path

Searched refs:send_php (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/sapi/apache/
H A Dmod_php5.c40 static int send_php(request_rec *r, int display_source_mode, char *filename);
600 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php() function
697 int result = send_php(r, 0, NULL); in send_parsed_php()
711 return send_php(r, 1, NULL); in send_parsed_php_source()
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c39 static int send_php(request_rec *r, int display_source_mode, char *filename);
651 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php() function
750 int result = send_php(r, 0, NULL); in send_parsed_php()
764 return send_php(r, 1, NULL); in send_parsed_php_source()

Completed in 17 milliseconds