/PHP-7.1/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 51 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 D | calendar_methods.cpp | 406 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.1/ext/com_dotnet/ |
H A D | README | 6 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 D | com_extension.c | 46 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.1/ext/intl/idn/ |
H A D | idn.c | 262 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.1/ext/intl/tests/ |
H A D | idn_uts46_errors.phpt | 18 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 D | locale_get_all_variants.phpt | 33 foreach($variants_arr as $variant){ 34 $res_str .= "'$variant',";
|
H A D | gregoriancalendar___construct_error.phpt | 35 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 D | timezone_createEnumeration_variation1.phpt | 2 IntlTimeZone::createEnumeration(): variant with offset
|
H A D | timezone_createEnumeration_variation2.phpt | 2 IntlTimeZone::createEnumeration(): variant with country
|
H A D | timezone_createTimeZoneIDEnumeration_variant1.phpt | 2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without offset
|
H A D | timezone_createTimeZoneIDEnumeration_variant2.phpt | 2 IntlTimeZone::createTimeZoneIDEnumeration(): variant without region
|
H A D | transliterator_transliterate_variant1.phpt | 2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
|
/PHP-7.1/ext/intl/doc/ |
H A D | locale_api.php | 200 public static function getDisplayVariant($variant, $in_locale = null) {} argument 383 function locale_get_display_variant($variant, $in_locale = null) {} argument
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | bug50006_1.phpt | 2 Bug #50006 (Segfault caused by uksort()) - usort variant
|
H A D | bug50006_2.phpt | 2 Bug #50006 (Segfault caused by uksort()) - uasort variant
|
/PHP-7.1/Zend/tests/ |
H A D | exception_019.phpt | 2 Testing throw exception doesn't crash with wrong params, variant 2
|
H A D | exception_022.phpt | 2 Testing throw exception doesn't crash with wrong params, variant 4
|
H A D | exception_018.phpt | 2 Testing throw exception doesn't crash with wrong params, variant 1
|
H A D | exception_021.phpt | 2 Testing throw exception doesn't crash with wrong params, variant 3
|
/PHP-7.1/ext/odbc/tests/ |
H A D | bug71171.phpt | 2 Bug #71171 odbc_fetch_array generates SIGFAULT, variant 0
|
/PHP-7.1/ext/com_dotnet/tests/ |
H A D | 27974.phpt | 34 object(variant)#1 (0) {
|
/PHP-7.1/ext/simplexml/tests/ |
H A D | bug66084_1.phpt | 2 Bug #66084 simplexml_load_string() mangles empty node name, json variant
|
H A D | bug66084_0.phpt | 2 Bug #66084 simplexml_load_string() mangles empty node name, var_dump variant
|
/PHP-7.1/ext/openssl/tests/ |
H A D | bug74720_1.phpt | 2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 1
|