Home
last modified time | relevance | path

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

12

/PHP-5.4/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.c44 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.4/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 Dtransliterator_transliterate_variant1.phpt2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
/PHP-5.4/ext/intl/idn/
H A Didn.c267 variant = INTL_IDN_VARIANT_2003; in php_intl_idn_handoff() local
273 &domain, &domain_len, &option, &variant, &idna_info) == FAILURE) { in php_intl_idn_handoff()
279 if (variant != INTL_IDN_VARIANT_2003 && variant != INTL_IDN_VARIANT_UTS46) { in php_intl_idn_handoff()
285 if (variant != INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
304 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
314 if (variant == INTL_IDN_VARIANT_2003) { in php_intl_idn_handoff()
/PHP-5.4/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
H A DTutorial.txt67 tertiary level (for example, "ao" < "Ao" < "ao"). In addition, a variant of a letter differs
/PHP-5.4/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-5.4/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
/PHP-5.4/ext/com_dotnet/tests/
H A D27974.phpt34 object(variant)#1 (0) {
H A Dvariants.phpt2 COM: General variant tests
/PHP-5.4/ext/intl/locale/
H A Dlocale_methods.c1146 char* variant = NULL; in PHP_FUNCTION() local
1173 variant = get_icu_value_internal( loc_name , LOC_VARIANT_TAG , &result ,0); in PHP_FUNCTION()
1174 if( result > 0 && variant){ in PHP_FUNCTION()
1176 token = php_strtok_r( variant , DELIMITER , &saved_ptr); in PHP_FUNCTION()
1183 if( variant ){ in PHP_FUNCTION()
1184 efree( variant ); in PHP_FUNCTION()
/PHP-5.4/ext/oci8/tests/
H A Ddetails.inc15 … // this file is not part of the source distribution; make it your own local variant of details.inc
/PHP-5.4/ext/intl/
H A Dphp_intl.c338 ZEND_ARG_INFO(0, variant)
345 ZEND_ARG_INFO(0, variant)
/PHP-5.4/ext/standard/html_tables/mappings/
H A DROMAN.TXT102 # a "currency sign" variant of the Mac OS Roman encoding that still
/PHP-5.4/
H A DUPGRADING335 the variant (IDNA 2003 or UTS #46) and another, passed by reference, to return
H A DINSTALL282 Depending on your Apache install and Unix variant, there are many
1395 You may also install a specific version using this variant:
H A Dphp.ini-development81 ; php.ini-development is very similar to its production variant, except it's
H A Dphp.ini-production81 ; php.ini-development is very similar to its production variant, except it's
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE101 operating system, as well as its variant, the GNU/Linux operating
/PHP-5.4/win32/
H A Dphp5dll.dsp1627 SOURCE=..\ext\com\variant.h
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic1649 # XXX - what flavor of APL used this, and was it a variant of
2619 # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
6301 # offset variant
6317 # variant
6336 # variant
6354 # variant
6855 # Neil Turton mbr loader variant of http://www.chiark.greenend.org.uk/~neilt/mbr/
6868 # variant used by testdisk of http://www.cgsecurity.org/wiki/Menu_MBRCode

Completed in 72 milliseconds

12