Home
last modified time | relevance | path

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

12

/PHP-7.2/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.2/ext/com_dotnet/tests/
H A Dbug77177.phpt11 $variant = new VARIANT;
12 foreach ([$com, $dotnet, $variant] as $object) {
20 $strings = ['C:3:"com":0:{}', 'C:6:"dotnet":0:{}', 'C:7:"variant":0:{}'];
29 $strings = ['O:3:"com":0:{}', 'O:6:"dotnet":0:{}', 'O:7:"variant":0:{}'];
38 Exception: Serialization of 'variant' is not allowed
41 Exception: Unserialization of 'variant' is not allowed
53 Warning: Erroneous data format for unserializing 'variant' in %s on line %d
H A Dbug78694.phpt2 Bug #78694 (Appending to a variant array causes segfault)
9 foreach ([new com('WScript.Shell'), new variant([])] as $var) {
H A D27974.phpt34 object(variant)#1 (0) {
/PHP-7.2/ext/intl/idn/
H A Didn.c271 variant = INTL_IDN_VARIANT_2003; in php_intl_idn_handoff() local
277 &domain, &option, &variant, &idna_info) == FAILURE) { in php_intl_idn_handoff()
283 if (variant != INTL_IDN_VARIANT_2003 && variant != INTL_IDN_VARIANT_UTS46) { in php_intl_idn_handoff()
289 if (variant != INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
306 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
311 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
321 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
/PHP-7.2/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.c47 ZEND_ARG_INFO(0, variant)
149 ZEND_ARG_INFO(0, variant)
157 ZEND_ARG_INFO(0, variant)
161 ZEND_ARG_INFO(0, variant)
166 ZEND_ARG_INFO(0, variant)
/PHP-7.2/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.phpt35 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: no variant with 4 arguments (e…
38 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
/PHP-7.2/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.2/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
/PHP-7.2/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.2/ext/odbc/tests/
H A Dbug71171.phpt2 Bug #71171 odbc_fetch_array generates SIGFAULT, variant 0
/PHP-7.2/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 66 milliseconds

12