Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.cpp470 zend_bool bool_variant_val = (zend_bool)-1; in PHP_FUNCTION() local
484 "Olb", &object, Calendar_ce_ptr, &field, &bool_variant_val) in PHP_FUNCTION()
490 bool_variant_val = Z_BVAL_PP(args[1]); in PHP_FUNCTION()
503 if (bool_variant_val == (zend_bool)-1 && in PHP_FUNCTION()
512 if (bool_variant_val != (zend_bool)-1) { in PHP_FUNCTION()
513 co->ucal->roll((UCalendarDateFields)field, (UBool)bool_variant_val, in PHP_FUNCTION()

Completed in 9 milliseconds