Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 27) sorted by relevance

12

/PHP-7.1/Zend/tests/
H A Dbug35393.phpt11 static function getType()
16 print_r(ObjectPath::getType());
17 $object_type = array_pop((ObjectPath::getType()));
18 print_r(ObjectPath::getType());
/PHP-7.1/ext/intl/tests/
H A Dcalendar_getType_error.phpt2 IntlCalendar::getType(): bad arguments
15 var_dump($c->getType(1));
20 Warning: IntlCalendar::getType() expects exactly 0 parameters, 1 given in %s on line %d
22 Warning: IntlCalendar::getType(): intlcal_get_type: bad arguments in %s on line %d
H A Dcalendar_getType_basic.phpt2 IntlCalendar::getType() basic test
15 VAR_DUMP($intlcal->getType());
H A Dgregoriancalendar___construct_variant1.phpt20 var_dump($intlcal->getType());
H A Dcalendar_createInstance_basic.phpt20 print_R($cal->getType());
H A Dgregoriancalendar___construct_basic.phpt36 var_dump($intlcal->getType());
H A Dcalendar_equals_before_after_basic.phpt19 var_dump($intlcal2->getType());
H A Ddateformat_get_set_calendar.phpt19 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant2.phpt19 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant5.phpt19 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant3.phpt20 $df->getCalendarObject()->getType(),
H A Ddateformat_get_set_calendar_variant4.phpt20 $df->getCalendarObject()->getType(),
/PHP-7.1/ext/opcache/tests/
H A Dbug73789.phpt10 public function getType($value): int
28 var_dump((new Lexer())->getType("dot"));
/PHP-7.1/ext/reflection/tests/
H A DReflectionNamedType.phpt15 $type = $function->getParameters()[0]->getType();
24 $type = $function->getParameters()[0]->getType();
H A Dbug72661.phpt7 var_dump((string)(new ReflectionParameter("test", 0))->getType());
H A DReflectionType_002.phpt9 $rt = $rp->getType();
H A DReflectionType_001.phpt27 $ra = $rp->getType();
47 $ra = $rp->getType();
/PHP-7.1/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt31 $type = $param->getType();
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp178 if (p.getType() != UMSGPAT_PART_TYPE_ARG_START) { in umsg_parse_format()
186 if (name_part.getType() == UMSGPAT_PART_TYPE_ARG_NAME) { in umsg_parse_format()
198 } else if (name_part.getType() == UMSGPAT_PART_TYPE_ARG_NUMBER) { in umsg_parse_format()
228 if (type_part.getType() == UMSGPAT_PART_TYPE_ARG_TYPE) { in umsg_parse_format()
234 if (style_part.getType() == UMSGPAT_PART_TYPE_ARG_STYLE) { in umsg_parse_format()
675 switch(fargs[i].getType()) { in umsg_parse_helper()
/PHP-7.1/ext/spl/tests/
H A Dbug55701.phpt173 echo "->getType()... ";
176 $o->getType();
318 ->getType()... ran normally (expected)
/PHP-7.1/ext/phar/tests/
H A Dphar_oo_002.phpt24 var_dump($ent->getType());
H A Dphar_oo_002U.phpt24 var_dump($ent->getType());
/PHP-7.1/ext/spl/
H A Dspl.php919 function getType() {/**/} function in SplFileInfo
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp171 ZVAL_STRING(&zv, const_cast<char*>(cal->getType())); in Calendar_get_debug_info()
407 PHP_ME_MAPPING(getType, intlcal_get_type, ainfo_cal_void, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp784 RETURN_STRING(co->ucal->getType()); in PHP_FUNCTION()

Completed in 91 milliseconds

12