Searched refs:bool_variant_val (Results 1 – 1 of 1) sorted by relevance
474 zend_bool bool_variant_val = (zend_bool)-1; in PHP_FUNCTION() local488 "Olb", &object, Calendar_ce_ptr, &field, &bool_variant_val) in PHP_FUNCTION()494 bool_variant_val = Z_TYPE(args[1]) == IS_TRUE? 1 : 0; in PHP_FUNCTION()507 if (bool_variant_val == (zend_bool)-1 && in PHP_FUNCTION()516 if (bool_variant_val != (zend_bool)-1) { in PHP_FUNCTION()517 co->ucal->roll((UCalendarDateFields)field, (UBool)bool_variant_val, in PHP_FUNCTION()
Completed in 10 milliseconds