Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/phar/tests/
H A Dphar_oo_001.phpt14 var_dump($phar->getVersion());
27 var_dump($phar->getVersion());
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php163 public function getVersion(): string {} function in Phar
411 public function getVersion(): string {} function in PharData
H A Dphar_object_arginfo.h412 ZEND_METHOD(Phar, getVersion);
491 ZEND_ME(Phar, getVersion, arginfo_class_Phar_getVersion, ZEND_ACC_PUBLIC)
552 ZEND_MALIAS(Phar, getVersion, getVersion, arginfo_class_PharData_getVersion, ZEND_ACC_PUBLIC)
H A Dphar_object.c2770 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
/PHP-8.2/ext/reflection/
H A Dphp_reflection.stub.php742 public function getVersion(): ?string {} function in ReflectionExtension
788 public function getVersion(): string {} function in ReflectionZendExtension
H A Dphp_reflection_arginfo.h795 ZEND_METHOD(ReflectionExtension, getVersion);
808 ZEND_METHOD(ReflectionZendExtension, getVersion);
1114 …ZEND_ME(ReflectionExtension, getVersion, arginfo_class_ReflectionExtension_getVersion, ZEND_ACC_PU…
1133 …ZEND_ME(ReflectionZendExtension, getVersion, arginfo_class_ReflectionZendExtension_getVersion, ZEN…
H A Dphp_reflection.c6016 ZEND_METHOD(ReflectionExtension, getVersion) in ZEND_METHOD() argument
6351 ZEND_METHOD(ReflectionZendExtension, getVersion) in ZEND_METHOD() argument

Completed in 81 milliseconds