Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_heap.stub.php24 public function compare(mixed $priority1, mixed $priority2): int {} function in SplPriorityQueue
132 abstract protected function compare(mixed $value1, mixed $value2): int; function in SplHeap
144 protected function compare(mixed $value1, mixed $value2): int {} function in SplMinHeap
150 protected function compare(mixed $value1, mixed $value2): int {} function in SplMaxHeap
H A Dspl_heap.c816 PHP_METHOD(SplPriorityQueue, compare) in PHP_METHOD() argument
857 PHP_METHOD(SplMinHeap, compare) in PHP_METHOD() argument
870 PHP_METHOD(SplMaxHeap, compare) in PHP_METHOD() argument
/PHP-8.2/ext/standard/
H A Dversioning.c127 int compare = 0; in php_version_compare() local
209 int compare; in PHP_FUNCTION() local
/PHP-8.2/ext/intl/collator/
H A Dcollator.stub.php162 public function compare(string $string1, string $string2): int|false {} function in Collator
/PHP-8.2/Zend/
H A Dzend_object_handlers.h185 zend_object_compare_t compare; /* required */ member
H A Dzend_API.c2255 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.2/win32/
H A Dglob.c502 static int compare(const void *p, const void *q) in compare() function
/PHP-8.2/main/
H A Dphp_streams.h383 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c3663 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4446 struct sljit_jump *compare; in do_utfreadtype8() local

Completed in 130 milliseconds