Searched refs:PHP_CREDITS_FULLPAGE (Results 1 – 4 of 4) 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()1268 REGISTER_LONG_CONSTANT("CREDITS_FULLPAGE", PHP_CREDITS_FULLPAGE, CONST_PERSISTENT|CONST_CS); in register_phpinfo_constants()
Completed in 11 milliseconds