Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp474 zend_bool bool_variant_val = (zend_bool)-1; in PHP_FUNCTION() local
490 "Olb", &object, Calendar_ce_ptr, &field, &bool_variant_val) in PHP_FUNCTION()
496 bool_variant_val = Z_TYPE(args[1]) == IS_TRUE? 1 : 0; in PHP_FUNCTION()
509 if (bool_variant_val == (zend_bool)-1 && in PHP_FUNCTION()
518 if (bool_variant_val != (zend_bool)-1) { in PHP_FUNCTION()
519 co->ucal->roll((UCalendarDateFields)field, (UBool)bool_variant_val, in PHP_FUNCTION()

Completed in 23 milliseconds