Home
last modified time | relevance | path

Searched refs:get_zend_version (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/ffi/tests/
H A D100.phpt20 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 D101.phpt20 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 Dbug78714.phpt10 $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 Dzend.h247 ZEND_API char *get_zend_version(void);
H A Dzend.c1159 ZEND_API char *get_zend_version(void) /* {{{ */ in get_zend_version() function
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1291 …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 Dfpm_main.c1721 … 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 Dinfo.c774 char *zend_version = get_zend_version(); in php_print_info()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c673 get_zend_version() in do_cli()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2404 …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 Dphpdbg.c1705 get_zend_version() in main()

Completed in 52 milliseconds