Searched refs:getVersion (Results 1 – 6 of 6) sorted by relevance
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionExtension_getVersion_basic.phpt | 2 ReflectionExtension::getVersion() 9 $var = $obj->getVersion() ? $obj->getVersion() : null;
|
H A D | ReflectionZendExtension.phpt | 14 var_dump($reflection->getVersion() === PHP_VERSION);
|
/PHP-7.4/ext/phar/tests/ |
H A D | phar_oo_001.phpt | 16 var_dump($phar->getVersion()); 29 var_dump($phar->getVersion());
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 5781 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 D | phar_object.c | 2820 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 D | run-tests.php | 3613 public function getVersion() function in RuntestsValgrind
|
Completed in 42 milliseconds