Searched refs:get_zend_version (Results 1 – 8 of 8) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend.h | 231 ZEND_API char *get_zend_version(void);
|
H A D | zend.c | 969 ZEND_API char *get_zend_version(void) /* {{{ */ in get_zend_version() function
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapi_main.c | 1060 …97-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main() 1062 …97-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main()
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1758 … The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 1760 …18 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
/PHP-7.1/sapi/cli/ |
H A D | php_cli.c | 718 get_zend_version() in do_cli()
|
/PHP-7.1/ext/standard/ |
H A D | info.c | 836 char *zend_version = get_zend_version(); in php_print_info()
|
/PHP-7.1/sapi/cgi/ |
H A D | cgi_main.c | 2446 …97-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 2448 …97-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg.c | 1709 get_zend_version() in main()
|
Completed in 61 milliseconds