Home
last modified time | relevance | path

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

/PHP-8.4/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-8.4/Zend/
H A Dzend.h307 ZEND_API const char *get_zend_version(void);
H A Dzend.c1306 ZEND_API const char *get_zend_version(void) /* {{{ */ in get_zend_version() function
/PHP-8.4/ext/standard/
H A Dinfo.c772 const char *zend_version = get_zend_version(); in php_print_info()
/PHP-8.4/main/
H A Dmain.c139 get_zend_version() in php_get_version()

Completed in 38 milliseconds