Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/Zend/
H A Dzend.h248 ZEND_API const char *get_zend_version(void);
H A Dzend.c1199 ZEND_API const char *get_zend_version(void) /* {{{ */ in get_zend_version() function
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c1279 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main()
1281 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c1695 … The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in main()
1697 …c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in main()
/PHP-8.0/ext/standard/
H A Dinfo.c763 const char *zend_version = get_zend_version(); in php_print_info()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c658 get_zend_version() in do_cli()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c2375 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
2377 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c1642 get_zend_version() in main()

Completed in 57 milliseconds