/PHP-5.4/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.4/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 | transliterator_transliterate_variant1.phpt | 2 transliterator_transliterate (variant 1, non-transliterator 1st arg)
|
/PHP-5.4/ext/intl/idn/ |
H A D | idn.c | 267 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 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.4/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-5.4/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.4/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.4/ext/intl/locale/ |
H A D | locale_methods.c | 1146 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 D | details.inc | 15 … // 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 D | php_intl.c | 338 ZEND_ARG_INFO(0, variant) 345 ZEND_ARG_INFO(0, variant)
|
/PHP-5.4/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 102 # a "currency sign" variant of the Mac OS Roman encoding that still
|
/PHP-5.4/ |
H A D | UPGRADING | 335 the variant (IDNA 2003 or UTS #46) and another, passed by reference, to return
|
H A D | INSTALL | 282 Depending on your Apache install and Unix variant, there are many 1395 You may also install a specific version using this variant:
|
H A D | php.ini-development | 81 ; php.ini-development is very similar to its production variant, except it's
|
H A D | php.ini-production | 81 ; php.ini-development is very similar to its production variant, except it's
|
/PHP-5.4/ext/mbstring/libmbfl/ |
H A D | LICENSE | 101 operating system, as well as its variant, the GNU/Linux operating
|
/PHP-5.4/win32/ |
H A D | php5dll.dsp | 1627 SOURCE=..\ext\com\variant.h
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 1649 # 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
|