/PHP-5.6/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 48 int variant; in _php_intlgregcal_constructor_body() local 58 for (variant = ZEND_NUM_ARGS(); in _php_intlgregcal_constructor_body() 59 variant > 0 && Z_TYPE_PP(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body() 60 variant--) {} in _php_intlgregcal_constructor_body() 61 if (variant == 4) { in _php_intlgregcal_constructor_body() 69 if (variant <= 2) { in _php_intlgregcal_constructor_body() 88 if (variant <= 2) { in _php_intlgregcal_constructor_body() 112 for (int i = 0; i < variant; i++) { in _php_intlgregcal_constructor_body() 121 if (variant == 3) { in _php_intlgregcal_constructor_body() 124 } else if (variant == 5) { in _php_intlgregcal_constructor_body() [all …]
|
H A D | calendar_methods.cpp | 421 while (variant > 2 && Z_TYPE_PP(args[variant - 1]) == IS_NULL) { in PHP_FUNCTION() 422 variant--; in PHP_FUNCTION() 425 if (variant == 4 || in PHP_FUNCTION() 451 if (variant == 2) { in PHP_FUNCTION() 453 } else if (variant == 3) { in PHP_FUNCTION() 455 } else if (variant == 5) { in PHP_FUNCTION() 457 } else if (variant == 6) { in PHP_FUNCTION() 529 int variant; in PHP_FUNCTION() local 549 variant = 0; in PHP_FUNCTION() 560 variant = 1; in PHP_FUNCTION() [all …]
|
/PHP-5.6/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 | 44 ZEND_ARG_INFO(0, variant) 146 ZEND_ARG_INFO(0, variant) 154 ZEND_ARG_INFO(0, variant) 158 ZEND_ARG_INFO(0, variant) 163 ZEND_ARG_INFO(0, variant)
|
/PHP-5.6/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 | gregoriancalendar___construct_error.phpt | 26 Warning: intlgregcal_create_instance(): intlgregcal_create_instance: no variant with 4 arguments (e… 29 Warning: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: no variant with 4 argum…
|
H A D | locale_get_all_variants.phpt | 33 foreach($variants_arr as $variant){ 34 $res_str .= "'$variant',";
|
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-5.6/ext/intl/idn/ |
H A D | idn.c | 264 variant = INTL_IDN_VARIANT_2003; in php_intl_idn_handoff() local 270 &domain, &domain_len, &option, &variant, &idna_info) == FAILURE) { in php_intl_idn_handoff() 276 if (variant != INTL_IDN_VARIANT_2003 && variant != INTL_IDN_VARIANT_UTS46) { in php_intl_idn_handoff() 282 if (variant != INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff() 301 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff() 311 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
|
/PHP-5.6/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
|
H A D | Tutorial.txt | 67 tertiary level (for example, "ao" < "Ao" < "ao"). In addition, a variant of a letter differs
|
/PHP-5.6/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
|
H A D | array_column_variant.phpt | 2 Test array_column() function: variant functionality
|
/PHP-5.6/ext/com_dotnet/tests/ |
H A D | 27974.phpt | 34 object(variant)#1 (0) {
|
H A D | variants.phpt | 2 COM: General variant tests
|
/PHP-5.6/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-5.6/ext/intl/locale/ |
H A D | locale_methods.c | 1153 char* variant = NULL; in PHP_FUNCTION() local 1181 variant = get_icu_value_internal( loc_name , LOC_VARIANT_TAG , &result ,0); in PHP_FUNCTION() 1182 if( result > 0 && variant){ in PHP_FUNCTION() 1184 token = php_strtok_r( variant , DELIMITER , &saved_ptr); in PHP_FUNCTION() 1191 if( variant ){ in PHP_FUNCTION() 1192 efree( variant ); in PHP_FUNCTION()
|
/PHP-5.6/ext/oci8/tests/ |
H A D | details.inc | 15 … // this file is not part of the source distribution; make it your own local variant of details.inc
|
/PHP-5.6/ext/intl/ |
H A D | php_intl.c | 376 ZEND_ARG_INFO(0, variant) 383 ZEND_ARG_INFO(0, variant)
|