Home
last modified time | relevance | path

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

/PHP-8.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-8.4/ext/phar/tests/
H A Dphar_oo_001.phpt14 var_dump($phar->getVersion());
27 var_dump($phar->getVersion());
/PHP-8.4/ext/phar/
H A Dphar_object.stub.php147 public function getVersion(): string {} function in Phar
390 public function getVersion(): string {} function in PharData
H A Dphar_object_arginfo.h420 ZEND_METHOD(Phar, getVersion);
493 ZEND_ME(Phar, getVersion, arginfo_class_Phar_getVersion, ZEND_ACC_PUBLIC)
H A Dphar_object.c2800 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument
/PHP-8.4/ext/reflection/
H A Dphp_reflection.stub.php765 public function getVersion(): ?string {} function in ReflectionExtension
811 public function getVersion(): string {} function in ReflectionZendExtension
H A Dphp_reflection_arginfo.h928 ZEND_METHOD(ReflectionExtension, getVersion);
941 ZEND_METHOD(ReflectionZendExtension, getVersion);
1258 …ZEND_ME(ReflectionExtension, getVersion, arginfo_class_ReflectionExtension_getVersion, ZEND_ACC_PU…
1276 …ZEND_ME(ReflectionZendExtension, getVersion, arginfo_class_ReflectionZendExtension_getVersion, ZEN…
H A Dphp_reflection.c6745 ZEND_METHOD(ReflectionExtension, getVersion) in ZEND_METHOD() argument
7080 ZEND_METHOD(ReflectionZendExtension, getVersion) in ZEND_METHOD() argument

Completed in 52 milliseconds