Searched refs:variant (Results 1 – 18 of 18) sorted by relevance
/PHP-5.3/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.3/ext/intl/tests/ |
H A D | locale_get_all_variants.phpt | 33 foreach($variants_arr as $variant){ 34 $res_str .= "'$variant',";
|
/PHP-5.3/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.3/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.3/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.3/ext/intl/locale/ |
H A D | locale_methods.c | 1143 char* variant = NULL; in PHP_FUNCTION() local 1170 variant = get_icu_value_internal( loc_name , LOC_VARIANT_TAG , &result ,0); in PHP_FUNCTION() 1171 if( result > 0 && variant){ in PHP_FUNCTION() 1173 token = php_strtok_r( variant , DELIMITER , &saved_ptr); in PHP_FUNCTION() 1180 if( variant ){ in PHP_FUNCTION() 1181 efree( variant ); in PHP_FUNCTION()
|
/PHP-5.3/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.3/ext/mbstring/libmbfl/ |
H A D | LICENSE | 101 operating system, as well as its variant, the GNU/Linux operating
|
/PHP-5.3/win32/ |
H A D | php5dll.dsp | 1631 SOURCE=..\ext\com\variant.h
|
H A D | install.txt | 1274 You may also install a specific version using this variant:
|
/PHP-5.3/ |
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.3/ext/fileinfo/tests/ |
H A D | magic | 2355 # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format 5607 # offset variant 5623 # variant 5642 # variant 5660 # variant
|
Completed in 81 milliseconds