Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/phar/tests/
H A Dphar_oo_001.phpt16 var_dump($phar->getVersion());
29 var_dump($phar->getVersion());
/PHP-8.0/ext/reflection/
H A Dphp_reflection.stub.php592 public function getVersion() {} function in ReflectionExtension
635 public function getVersion() {} function in ReflectionZendExtension
H A Dphp_reflection_arginfo.h669 ZEND_METHOD(ReflectionExtension, getVersion);
682 ZEND_METHOD(ReflectionZendExtension, getVersion);
955 …ZEND_ME(ReflectionExtension, getVersion, arginfo_class_ReflectionExtension_getVersion, ZEND_ACC_PU…
974 …ZEND_ME(ReflectionZendExtension, getVersion, arginfo_class_ReflectionZendExtension_getVersion, ZEN…
H A Dphp_reflection.c5726 ZEND_METHOD(ReflectionExtension, getVersion) in ZEND_METHOD() argument
6061 ZEND_METHOD(ReflectionZendExtension, getVersion) in ZEND_METHOD() argument
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php82 public function getVersion() {} function in Phar
327 public function getVersion() {} function in PharData
H A Dphar_object_arginfo.h390 ZEND_METHOD(Phar, getVersion);
469 ZEND_ME(Phar, getVersion, arginfo_class_Phar_getVersion, ZEND_ACC_PUBLIC)
530 ZEND_MALIAS(Phar, getVersion, getVersion, arginfo_class_PharData_getVersion, ZEND_ACC_PUBLIC)
H A Dphar_object.c2785 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
/PHP-8.0/
H A Drun-tests.php3704 public function getVersion(): string function in RuntestsValgrind

Completed in 82 milliseconds