Searched refs:natsort (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/ext/spl/tests/ |
H A D | arrayObject_natsort_basic1.phpt | 2 SPL: Test ArrayObject::natsort() function : basic functionality 5 /* Prototype : int ArrayObject::natsort() 6 * Description: proto int ArrayIterator::natsort() 12 echo "*** Testing ArrayObject::natsort() : basic functionality ***\n"; 16 var_dump($ao1->natsort()); 18 var_dump($ao2->natsort('blah')); 23 *** Testing ArrayObject::natsort() : basic functionality ***
|
/PHP-5.3/ext/standard/tests/array/ |
H A D | natsort_basic.phpt | 2 Test natsort(): basic functionality 6 * proto bool natsort ( array &$array ) 13 natsort($array2);
|
H A D | bug44929.phpt | 2 Bug #44929 (natsort doesn't handle leading zeros well) 6 natsort($a);
|
H A D | 004.phpt | 2 Test natsort and natcasesort 17 natsort($data);
|
/PHP-5.3/ext/spl/ |
H A D | spl.php | 668 function natsort() {/**/} function in ArrayObject 789 function natsort() {/**/} function in ArrayIterator
|
H A D | spl_array.c | 1461 SPL_ARRAY_METHOD(Array, natsort, 0) /* }}} */ 1963 SPL_ME(Array, natsort, arginfo_array_void, ZEND_ACC_PUBLIC) 1990 SPL_ME(Array, natsort, arginfo_array_void, ZEND_ACC_PUBLIC)
|
/PHP-5.3/ext/standard/ |
H A D | php_array.h | 32 PHP_FUNCTION(natsort);
|
H A D | array.c | 474 PHP_FUNCTION(natsort) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3260 PHP_FE(natsort, arginfo_natsort)
|
/PHP-5.3/ |
H A D | UPGRADING | 49 - The array functions natsort(), natcasesort(), usort(), uasort(), uksort(),
|
Completed in 46 milliseconds