Home
last modified time | relevance | path

Searched refs:getName (Results 101 – 111 of 111) sorted by relevance

12345

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt58 echo "Constructor of $class: " . $rm->getName() . "\n";
H A DReflectionObject_getConstructor_basic.phpt58 echo "Constructor of $class: " . $rm->getName() . "\n";
H A DReflectionObject_isInstantiable_variation.phpt66 $name = $reflectionObject->getName();
H A DReflectionClass_toString_001.phpt57 Method [ <internal:Reflection> public method getName ] {
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp371 RETURN_STRING(locale.getName()); in PHP_FUNCTION()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1573 ZEND_METHOD(reflection_function, getName) in ZEND_METHOD() argument
2455 ZEND_METHOD(reflection_parameter, getName) in ZEND_METHOD() argument
2904 ZEND_METHOD(reflection_named_type, getName) in ZEND_METHOD() argument
3567 ZEND_METHOD(reflection_class_constant, getName) in ZEND_METHOD() argument
3961 ZEND_METHOD(reflection_class, getName) in ZEND_METHOD() argument
5384 ZEND_METHOD(reflection_property, getName) in ZEND_METHOD() argument
5770 ZEND_METHOD(reflection_extension, getName) in ZEND_METHOD() argument
6121 ZEND_METHOD(reflection_zend_extension, getName) in ZEND_METHOD() argument
6372 ZEND_ME(reflection_function, getName, arginfo_reflection__void, 0)
6547 ZEND_ME(reflection_class, getName, arginfo_reflection__void, 0)
[all …]
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp197 ZVAL_STRING(&zv, const_cast<char*>(locale.getName())); in Calendar_get_debug_info()
H A Dcalendar_methods.cpp216 add_next_index_string(return_value, locale.getName()); in PHP_FUNCTION()
718 RETURN_STRING(locale.getName()); in PHP_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1658 SXE_METHOD(getName) in SXE_METHOD() argument
2688 SXE_ME(getName, arginfo_simplexmlelement__void, ZEND_ACC_PUBLIC)
/PHP-7.4/
H A DUPGRADING440 This method has been deprecated in favor of ReflectionNamedType::getName()
/PHP-7.4/ext/date/
H A Dphp_date.c541 PHP_ME_MAPPING(getName, timezone_name_get, arginfo_timezone_method_name_get, 0)

Completed in 61 milliseconds

12345