Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/intl/tests/
H A Dlocale_get_all_variants.phpt33 foreach($variants_arr as $variant){
34 $res_str .= "'$variant',";
/PHP-5.3/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.3/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.3/ext/com_dotnet/tests/
H A D27974.phpt34 object(variant)#1 (0) {
H A Dvariants.phpt2 COM: General variant tests
/PHP-5.3/ext/intl/locale/
H A Dlocale_methods.c1143 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 Ddetails.inc15 … // 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 DLICENSE101 operating system, as well as its variant, the GNU/Linux operating
/PHP-5.3/win32/
H A Dphp5dll.dsp1631 SOURCE=..\ext\com\variant.h
H A Dinstall.txt1274 You may also install a specific version using this variant:
/PHP-5.3/
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.3/ext/fileinfo/tests/
H A Dmagic2355 # 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 112 milliseconds