Searched refs:getVersion (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/reflection/tests/ |
H A D | ReflectionExtension_getVersion_basic.phpt | 2 ReflectionExtension::getVersion() 9 $var = $obj->getVersion() ? $obj->getVersion() : null;
|
/PHP-7.1/ext/phar/tests/ |
H A D | phar_oo_001U.phpt | 18 var_dump($phar->getVersion()); 31 var_dump($phar->getVersion());
|
H A D | phar_oo_001.phpt | 18 var_dump($phar->getVersion()); 31 var_dump($phar->getVersion());
|
/PHP-7.1/ext/reflection/ |
H A D | php_reflection.c | 5878 ZEND_METHOD(reflection_extension, getVersion) in ZEND_METHOD() argument 6246 ZEND_METHOD(reflection_zend_extension, getVersion) in ZEND_METHOD() argument 6770 ZEND_ME(reflection_extension, getVersion, arginfo_reflection__void, 0) 6793 ZEND_ME(reflection_zend_extension, getVersion, arginfo_reflection__void, 0)
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 2803 PHP_METHOD(Phar, getVersion) in PHP_METHOD() argument 5292 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC) 5361 PHP_ME(Phar, getVersion, arginfo_phar__void, ZEND_ACC_PUBLIC)
|
Completed in 41 milliseconds