Home
last modified time | relevance | path

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

/PHP-8.0/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 …;code&nbsp;here&nbsp;*/<br /><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 …span style="color: #007700">;<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-8.0/sapi/litespeed/
H A Dlsapi_main.c739 static int lsapi_module_main(int show_source) in lsapi_module_main() argument
764 if (show_source) { in lsapi_module_main()
/PHP-8.0/
H A DCODING_STANDARDS.md315 same function (such as `highlight_file` and `show_source`), will be separately
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php309 function show_source(string $filename, bool $return = false): string|bool {} function
H A Dbasic_functions_arginfo.h2968 ZEND_FALIAS(show_source, highlight_file, arginfo_show_source)

Completed in 32 milliseconds