Searched refs:PHP_CREDITS_FULLPAGE (Results 1 – 4 of 4) sorted by relevance
30 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { in php_print_credits()128 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { in php_print_credits()
33 #define PHP_CREDITS_FULLPAGE (1<<5) macro
47 #define PHP_CREDITS_FULLPAGE (1<<5) macro
1021 php_print_credits(PHP_CREDITS_ALL & ~PHP_CREDITS_FULLPAGE); in php_print_info()1258 REGISTER_LONG_CONSTANT("CREDITS_FULLPAGE", PHP_CREDITS_FULLPAGE, CONST_PERSISTENT|CONST_CS); in register_phpinfo_constants()
Completed in 19 milliseconds