get_zend_version  478 Zend/zend.h    ZEND_API char *get_zend_version(void);
get_zend_version  456 ext/standard/info.c 		char *zend_version = get_zend_version();
get_zend_version 1730 sapi/cgi/cgi_main.c 						php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2008 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
get_zend_version 1732 sapi/cgi/cgi_main.c 						php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2008 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
get_zend_version  793 sapi/cli/php_cli.c 					get_zend_version()
get_zend_version 1068 sapi/milter/php_milter.c 				php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2008 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());