Searched refs:php_build_date (Results 1 – 4 of 4) sorted by relevance
12 REGISTER_STRING_CONSTANT("PHP_BUILD_DATE", php_build_date, CONST_PERSISTENT); in register_main_symbols()
268 extern const char php_build_date[];
100 const char php_build_date[] = __DATE__ " " __TIME__; variable116 PHP_VERSION, sapi_module->name, php_build_date, in php_get_version()
804 php_info_print_table_row(2, "Build Date", php_build_date); in php_print_info()
Completed in 16 milliseconds