Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/spl/
H A Dspl_heap.stub.php8 public function compare(mixed $priority1, mixed $priority2) {} function in SplPriorityQueue
116 abstract protected function compare(mixed $value1, mixed $value2); function in SplHeap
128 protected function compare(mixed $value1, mixed $value2) {} function in SplMinHeap
134 protected function compare(mixed $value1, mixed $value2) {} function in SplMaxHeap
H A Dspl_heap.c787 PHP_METHOD(SplPriorityQueue, compare) in PHP_METHOD() argument
828 PHP_METHOD(SplMinHeap, compare) in PHP_METHOD() argument
841 PHP_METHOD(SplMaxHeap, compare) in PHP_METHOD() argument
/PHP-8.0/ext/standard/
H A Dversioning.c127 int compare = 0; in php_version_compare() local
208 int compare; in PHP_FUNCTION() local
/PHP-8.0/ext/intl/collator/
H A Dcollator.stub.php19 public function compare(string $string1, string $string2) {} function in Collator
/PHP-8.0/Zend/
H A Dzend_object_handlers.h173 zend_object_compare_t compare; /* required */ member
H A Dzend_API.c1893 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
/PHP-8.0/win32/
H A Dglob.c522 compare(const void *p, const void *q) in compare() function
/PHP-8.0/main/
H A Dphp_streams.h374 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3438 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4375 struct sljit_jump *compare; in do_utfreadtype8() local

Completed in 127 milliseconds