Searched refs:get_zend_version (Results 1 – 11 of 11) sorted by relevance
/PHP-7.4/ext/ffi/tests/ |
H A D | 100.phpt | 20 const char *get_zend_version(void); 21 //char *get_zend_version(void); 29 var_dump(trim(explode("\n",$zend->get_zend_version())[0])); 30 //var_dump(trim(FFI::string($zend->get_zend_version())));
|
H A D | 101.phpt | 20 const char *get_zend_version(void); 21 //char *get_zend_version(void); 29 $f = $zend->get_zend_version; 31 //var_dump(trim(FFI::string($zend->get_zend_version())));
|
H A D | bug78714.phpt | 10 $def = 'char * __cdecl get_zend_version(void);'; 12 echo substr(FFI::string($ffi->get_zend_version()), 0, 4) . "\n";
|
/PHP-7.4/Zend/ |
H A D | zend.h | 247 ZEND_API char *get_zend_version(void);
|
H A D | zend.c | 1159 ZEND_API char *get_zend_version(void) /* {{{ */ in get_zend_version() function
|
/PHP-7.4/sapi/litespeed/ |
H A D | lsapi_main.c | 1291 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main() 1293 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main()
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1721 … The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in main() 1723 …c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in main()
|
/PHP-7.4/ext/standard/ |
H A D | info.c | 774 char *zend_version = get_zend_version(); in php_print_info()
|
/PHP-7.4/sapi/cli/ |
H A D | php_cli.c | 673 get_zend_version() in do_cli()
|
/PHP-7.4/sapi/cgi/ |
H A D | cgi_main.c | 2404 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 2406 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg.c | 1705 get_zend_version() in main()
|
Completed in 52 milliseconds