Searched refs:PHP_CREDITS_FULLPAGE (Results 1 – 5 of 5) sorted by relevance
26 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { in php_print_credits()124 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { in php_print_credits()
29 #define PHP_CREDITS_FULLPAGE (1<<5) macro
43 #define PHP_CREDITS_FULLPAGE (1<<5) macro
1036 php_print_credits(PHP_CREDITS_ALL & ~PHP_CREDITS_FULLPAGE); in php_print_info()
3681 REGISTER_LONG_CONSTANT("CREDITS_FULLPAGE", PHP_CREDITS_FULLPAGE, CONST_PERSISTENT); in register_basic_functions_symbols()
Completed in 35 milliseconds