Home
last modified time | relevance | path

Searched refs:variant (Results 1 – 25 of 41) sorted by relevance

12

/PHP-7.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp51 int variant; in _php_intlgregcal_constructor_body() local
66 for (variant = ZEND_NUM_ARGS(); in _php_intlgregcal_constructor_body()
67 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
68 variant--) {} in _php_intlgregcal_constructor_body()
69 if (variant == 4) { in _php_intlgregcal_constructor_body()
81 if (variant <= 2) { in _php_intlgregcal_constructor_body()
108 if (variant <= 2) { in _php_intlgregcal_constructor_body()
143 for (int i = 0; i < variant; i++) { in _php_intlgregcal_constructor_body()
156 if (variant == 3) { in _php_intlgregcal_constructor_body()
159 } else if (variant == 5) { in _php_intlgregcal_constructor_body()
[all …]
H A Dcalendar_methods.cpp406 int variant; /* number of args of the set() overload */ in PHP_FUNCTION() local
419 variant = ZEND_NUM_ARGS() - (getThis() ? 0 : 1); in PHP_FUNCTION()
420 while (variant > 2 && Z_TYPE(args[variant - 1]) == IS_NULL) { in PHP_FUNCTION()
421 variant--; in PHP_FUNCTION()
424 if (variant == 4 || in PHP_FUNCTION()
433 for (i = 0; i < variant; i++) { in PHP_FUNCTION()
442 if (variant == 2 && (arg1 < 0 || arg1 >= UCAL_FIELD_COUNT)) { in PHP_FUNCTION()
450 if (variant == 2) { in PHP_FUNCTION()
452 } else if (variant == 3) { in PHP_FUNCTION()
454 } else if (variant == 5) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/com_dotnet/
H A DREADME6 This module exposes 3 classes: variant, com and dotnet(*).
7 com and dotnet classes are descendants of the variant class; the only
41 large number of the variant API has been mapped to PHP space so that you can
42 use it for working with the special variant decimal, currency and date time
47 a variant object:
49 $a = new variant(4);
50 $b = new variant(6);
H A Dcom_extension.c46 ZEND_ARG_INFO(0, variant)
148 ZEND_ARG_INFO(0, variant)
156 ZEND_ARG_INFO(0, variant)
160 ZEND_ARG_INFO(0, variant)
165 ZEND_ARG_INFO(0, variant)
/PHP-7.0/ext/intl/idn/
H A Didn.c262 variant = INTL_IDN_VARIANT_2003; in php_intl_idn_handoff() local
268 &domain, &domain_len, &option, &variant, &idna_info) == FAILURE) { in php_intl_idn_handoff()
274 if (variant != INTL_IDN_VARIANT_2003 && variant != INTL_IDN_VARIANT_UTS46) { in php_intl_idn_handoff()
280 if (variant != INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
299 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
309 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
/PHP-7.0/ext/intl/tests/
H A Didn_uts46_errors.phpt18 echo "bad variant:", "\n";
24 echo "fourth arg for 2003 variant (only notice raised):", "\n";
55 bad variant:
57 Warning: idn_to_ascii(): idn_to_ascii: invalid variant, must be one of {INTL_IDNA_VARIANT_2003, INT…
63 fourth arg for 2003 variant (only notice raised):
H A Dlocale_get_all_variants.phpt33 foreach($variants_arr as $variant){
34 $res_str .= "'$variant',";
H A Dgregoriancalendar___construct_error.phpt36 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: no variant with 4 arguments (e…
39 Exception: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: no variant with 4 arg…
H A Dtimezone_createEnumeration_variation1.phpt2 IntlTimeZone::createEnumeration(): variant with offset
H A Dtimezone_createEnumeration_variation2.phpt2 IntlTimeZone::createEnumeration(): variant with country
H A Dtimezone_createTimeZoneIDEnumeration_variant1.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without offset
H A Dtimezone_createTimeZoneIDEnumeration_variant2.phpt2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
H A Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
/PHP-7.0/ext/intl/doc/
H A Dlocale_api.php200 public static function getDisplayVariant($variant, $in_locale = null) {} argument
383 function locale_get_display_variant($variant, $in_locale = null) {} argument
/PHP-7.0/ext/standard/tests/array/
H A Dbug50006_1.phpt2 Bug #50006 (Segfault caused by uksort()) - usort variant
H A Dbug50006_2.phpt2 Bug #50006 (Segfault caused by uksort()) - uasort variant
H A Darray_column_variant.phpt2 Test array_column() function: variant functionality
/PHP-7.0/Zend/tests/
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2
H A Dexception_022.phpt2 Testing throw exception doesn't crash with wrong params, variant 4
H A Dexception_018.phpt2 Testing throw exception doesn't crash with wrong params, variant 1
H A Dexception_021.phpt2 Testing throw exception doesn't crash with wrong params, variant 3
/PHP-7.0/ext/com_dotnet/tests/
H A D27974.phpt34 object(variant)#1 (0) {
/PHP-7.0/ext/odbc/tests/
H A Dbug71171.phpt2 Bug #71171 odbc_fetch_array generates SIGFAULT, variant 0
/PHP-7.0/ext/simplexml/tests/
H A Dbug66084_1.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, json variant
H A Dbug66084_0.phpt2 Bug #66084 simplexml_load_string() mangles empty node name, var_dump variant

Completed in 931 milliseconds

12