Home
last modified time | relevance | path

Searched refs:strcoll (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/standard/tests/strings/
H A Dstrcoll_error.phpt2 Test strcoll() function : error conditions
5 /* Prototype: int strcoll ( string $str1 , string $str2 )
9 echo "*** Testing strcoll() : error conditions ***\n";
11 echo "\n-- Testing strcoll() function with no arguments --\n";
12 var_dump( strcoll() );
13 var_dump( strcoll("") );
16 var_dump( strcoll("Hello World") );
20 var_dump( strcoll("Hello World", "World", $extra_arg) );
25 *** Testing strcoll() : error conditions ***
27 -- Testing strcoll() function with no arguments --
[all …]
H A Dstrcoll.phpt2 Testing Basic behaviour of strcoll()
14 $result = strcoll($a, $b);
/PHP-7.0/main/
H A Dphp_scandir.c55 return strcoll((*a)->d_name,(*b)->d_name); in php_alphasort()
/PHP-7.0/ext/standard/
H A Dphp_string.h97 PHP_FUNCTION(strcoll);
H A Dstring.c726 PHP_FUNCTION(strcoll) in PHP_FUNCTION() argument
734 RETURN_LONG(strcoll((const char *) ZSTR_VAL(s1), in PHP_FUNCTION()
H A Darray.c356 return strcoll(s1, s2); in php_array_key_compare_string_locale()
H A Dbasic_functions.c2757 PHP_FE(strcoll, arginfo_strcoll)
/PHP-7.0/win32/build/
H A Dconfig.w32.h.in150 /* Win32 supports strcoll */
/PHP-7.0/main/streams/
H A Dstreams.c2254 return strcoll(ZSTR_VAL(*a), ZSTR_VAL(*b));
2262 return strcoll(ZSTR_VAL(*b), ZSTR_VAL(*a));
/PHP-7.0/Zend/
H A Dzend_operators.c1839 int ret = strcoll(ZSTR_VAL(str1), ZSTR_VAL(str2)); in string_locale_compare_function()
/PHP-7.0/
H A Dconfigure.in682 strcoll \

Completed in 68 milliseconds