Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/phar/tests/
H A Dphar_oo_001.phpt16 var_dump($phar->getVersion());
29 var_dump($phar->getVersion());
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c5678 ZEND_METHOD(reflection_extension, getVersion) in ZEND_METHOD() argument
6045 ZEND_METHOD(reflection_zend_extension, getVersion) in ZEND_METHOD() argument
6570 ZEND_ME(reflection_extension, getVersion, arginfo_reflection__void, 0)
6593 ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)
/PHP-7.3/ext/phar/
H A Dphar_object.c2807 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
5289 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
5358 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
/PHP-7.3/
H A Drun-tests.php2982 public function getVersion() { function in RuntestsValgrind

Completed in 45 milliseconds