Home
last modified time | relevance | path

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

/php-src/ext/ffi/tests/
H A D100.phpt21 const char *get_zend_version(void);
22 //char *get_zend_version(void);
30 var_dump(trim(explode("\n",$zend->get_zend_version())[0]));
31 //var_dump(trim(FFI::string($zend->get_zend_version())));
H A D101.phpt21 const char *get_zend_version(void);
22 //char *get_zend_version(void);
30 $f = $zend->get_zend_version;
32 //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-src/Zend/
H A Dzend.h298 ZEND_API const char *get_zend_version(void);
H A Dzend.c1270 ZEND_API const char *get_zend_version(void) /* {{{ */ in get_zend_version() function
/php-src/sapi/litespeed/
H A Dlsapi_main.c1276 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main()
1278 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in cli_main()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c1712 … The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in main()
1714 …c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); in main()
/php-src/sapi/cli/
H A Dphp_cli.c659 get_zend_version() in do_cli()
/php-src/ext/standard/
H A Dinfo.c792 const char *zend_version = get_zend_version(); in php_print_info()
/php-src/sapi/cgi/
H A Dcgi_main.c2360 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
2362 …ght (c) The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
/php-src/sapi/phpdbg/
H A Dphpdbg.c1378 get_zend_version() in main()

Completed in 71 milliseconds