Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_getVersion_basic.phpt2 ReflectionExtension::getVersion()
9 $var = $obj->getVersion() ? $obj->getVersion() : null;
H A DReflectionZendExtension.phpt14 var_dump($reflection->getVersion() === PHP_VERSION);
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_001.phpt16 var_dump($phar->getVersion());
29 var_dump($phar->getVersion());
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c5781 ZEND_METHOD(reflection_extension, getVersion) in ZEND_METHOD() argument
6137 ZEND_METHOD(reflection_zend_extension, getVersion) in ZEND_METHOD() argument
6760 ZEND_ME(reflection_extension, getVersion, arginfo_reflection__void, 0)
6783 ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)
/PHP-7.4/ext/phar/
H A Dphar_object.c2820 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
5318 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
5387 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A Drun-tests.php3613 public function getVersion() function in RuntestsValgrind

Completed in 50 milliseconds