Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/main/
H A Dphp_scandir.c55 return strcoll((*a)->d_name,(*b)->d_name); in php_alphasort()
/PHP-5.5/win32/build/
H A Dconfig.w32.h.in150 /* Win32 supports strcoll */
/PHP-5.5/ext/standard/
H A Dphp_string.h97 PHP_FUNCTION(strcoll);
H A Dstring.c736 PHP_FUNCTION(strcoll) in PHP_FUNCTION() argument
745 RETURN_LONG(strcoll((const char *) s1, in PHP_FUNCTION()
H A Dbasic_functions.c2775 PHP_FE(strcoll, arginfo_strcoll)
/PHP-5.5/main/streams/
H A Dstreams.c2266 return strcoll(*a, *b);
2274 return strcoll(*b, *a);
/PHP-5.5/Zend/
H A Dzend_operators.c1425 ZVAL_LONG(result, strcoll(Z_STRVAL_P(op1), Z_STRVAL_P(op2))); in string_locale_compare_function()
/PHP-5.5/
H A Dconfigure.in669 strcoll \

Completed in 47 milliseconds