Home
last modified time | relevance | path

Searched refs:intltz_has_same_rules (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt25 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…
H A Dtimezone_hasSameRules_basic.phpt20 var_dump(intltz_has_same_rules($lsb, $azo));
/php-src/ext/intl/timezone/
H A Dtimezone_arginfo.h126 ZEND_FUNCTION(intltz_has_same_rules);
H A Dtimezone_methods.cpp477 U_CFUNC PHP_FUNCTION(intltz_has_same_rules) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php610 function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $other): bool {} function
H A Dphp_intl_arginfo.h963 ZEND_FUNCTION(intltz_has_same_rules);
1150 ZEND_FE(intltz_has_same_rules, arginfo_intltz_has_same_rules)

Completed in 13 milliseconds