/PHP-7.2/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.2/ext/com_dotnet/tests/ |
H A D | bug77177.phpt | 11 $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 D | bug78694.phpt | 2 Bug #78694 (Appending to a variant array causes segfault) 9 foreach ([new com('WScript.Shell'), new variant([])] as $var) {
|
H A D | 27974.phpt | 34 object(variant)#1 (0) {
|
/PHP-7.2/ext/intl/idn/ |
H A D | idn.c | 271 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 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 | 47 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 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
|
/PHP-7.2/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.2/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.2/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.2/ext/odbc/tests/ |
H A D | bug71171.phpt | 2 Bug #71171 odbc_fetch_array generates SIGFAULT, variant 0
|
/PHP-7.2/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
|