Home
last modified time | relevance | path

Searched refs:getName (Results 26 – 50 of 111) sorted by path

12345

/PHP-7.4/ext/date/tests/
H A Doo_002.phpt17 var_dump($t->getName());
19 var_dump($c->getName());
/PHP-7.4/ext/dom/
H A Dnamelist.c46 PHP_FALIAS(getName, dom_namelist_get_name, arginfo_dom_namelist_get_name)
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp371 RETURN_STRING(locale.getName()); in PHP_FUNCTION()
/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/intl/tests/
H A Dcalendar_toDateTime_basic.phpt17 var_dump($dt->format("c"), $dt->getTimeZone()->getName());
H A Dtimezone_fromDateTimeZone_basic.phpt21 var_dump($dtz->getName());
29 var_dump($dtz->getName());
H A Dtimezone_toDateTimeZone_basic.phpt19 var_dump($dtz->getName(), $dtz->getOffset(new DateTime('2012-01-01 00:00:00')));
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc6 printf("\nInspecting class '%s'\n", $class->getName());
24 $tmp[$method->getName()] = $method;
34 $tmp[$prop->getName()] = $prop;
63 printf("\nInspecting property '%s'\n", $prop->getName());
76 printf("\nInspecting method '%s'\n", $method->getName());
95 $tmp[$param->getName()] = $param;
112 $param->getName(), $method->getName());
/PHP-7.4/ext/opcache/tests/
H A Dbug75556.phpt14 || ($tz instanceof \DateTimeZone && !in_array($tz->getName(), ['UTC', 'Z'], true))
/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/reflection/tests/
H A D001.phpt28 'UMLClass::getName',
H A D002.phpt17 $r = new ReflectionMethodEx('ReflectionMethodEx','getName');
54 string(7) "getName"
60 string(7) "getName"
H A D009.phpt18 echo "--getName--\n";
19 var_dump($func->getName());
63 --getName--
H A D011.phpt7 echo $classes["ReflectionException"]->getName();
H A D013.phpt7 echo $funcs["sleep"]->getName();
H A D025.phpt18 echo "--getName--\n";
19 var_dump($func->getName());
63 --getName--
H A DReflectionClassConstant_basic1.phpt2 Test usage of ReflectionClassConstant methods __toString(), export(), getName(), getValue(), isPubl…
17 echo "getName():\n";
18 var_dump($constInfo->getName());
69 getName():
107 getName():
145 getName():
183 getName():
H A DReflectionClass_getConstructor_basic.phpt58 echo "Constructor of $class: " . $rm->getName() . "\n";
H A DReflectionClass_getModifierNames_basic.phpt34 var_dump($obj->getName(), Reflection::getModifierNames($obj->getModifiers()));
40 …var_dump($obj->getName() . "::" . $method->getName(), Reflection::getModifierNames($method->getMod…
H A DReflectionClass_getName_basic.phpt2 ReflectionClass::getName()
19 var_dump($r1->getName(), $r2->getName(), $r3->getName());
H A DReflectionClass_getName_error1.phpt2 ReflectionClass::getName - forbid static invocation
5 ReflectionClass::getName();
8 Fatal error: Uncaught Error: Non-static method ReflectionClass::getName() cannot be called statical…
H A DReflectionClass_getNamespaceName.phpt11 var_dump($function->getName());
17 var_dump($function->getName());
H A DReflectionClass_toString_001.phpt57 Method [ <internal:Reflection> public method getName ] {
H A DReflectionExtension_getName_basic.phpt2 ReflectionExtension::getName()
9 var_dump($obj->getName());

Completed in 104 milliseconds

12345