Searched refs:intltz_has_same_rules (Results 1 – 6 of 6) sorted by relevance
25 var_dump(intltz_has_same_rules(null, $tz));36 string(89) "intltz_has_same_rules(): Argument #1 ($timezone) must be of type IntlTimeZone, null giv…
20 var_dump(intltz_has_same_rules($lsb, $azo));
126 ZEND_FUNCTION(intltz_has_same_rules);
477 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() argument
610 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {} function
963 ZEND_FUNCTION(intltz_has_same_rules);1150 ZEND_FE(intltz_has_same_rules, arginfo_intltz_has_same_rules)
Completed in 13 milliseconds