Home
last modified time | relevance | path

Searched refs:intlcal_get_type (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/intl/tests/
H A Dcalendar_getType_error.phpt17 var_dump(intlcal_get_type($c, 1));
18 var_dump(intlcal_get_type(1));
24 Warning: IntlCalendar::getType(): intlcal_get_type: bad arguments in %s on line %d
27 Warning: intlcal_get_type() expects exactly 1 parameter, 2 given in %s on line %d
29 Warning: intlcal_get_type(): intlcal_get_type: bad arguments in %s on line %d
32 Catchable fatal error: Argument 1 passed to intlcal_get_type() must be an instance of IntlCalendar,…
H A Dcalendar_getType_basic.phpt17 VAR_DUMP(intlcal_get_type($intlcal));
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.h76 PHP_FUNCTION(intlcal_get_type);
H A Dcalendar_class.cpp427 PHP_ME_MAPPING(getType, intlcal_get_type, ainfo_cal_void, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp792 U_CFUNC PHP_FUNCTION(intlcal_get_type) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/
H A Dphp_intl.c823 PHP_FE( intlcal_get_type, ainfo_cal_only_cal )
/PHP-5.5/
H A DUPGRADING301 - intlcal_get_type()
H A DNEWS2064 intlcal_get_time_zone(), intlcal_get_type(),

Completed in 54 milliseconds