Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_heap.stub.php15 public function compare(mixed $priority1, mixed $priority2): int {} function in SplPriorityQueue
123 abstract protected function compare(mixed $value1, mixed $value2): int; function in SplHeap
135 protected function compare(mixed $value1, mixed $value2): int {} function in SplMinHeap
141 protected function compare(mixed $value1, mixed $value2): int {} function in SplMaxHeap
H A Dspl_heap.c820 PHP_METHOD(SplPriorityQueue, compare) in PHP_METHOD() argument
861 PHP_METHOD(SplMinHeap, compare) in PHP_METHOD() argument
874 PHP_METHOD(SplMaxHeap, compare) in PHP_METHOD() argument
/php-src/ext/standard/
H A Dversioning.c127 int compare = 0; in php_version_compare() local
209 int compare; in PHP_FUNCTION() local
/php-src/ext/intl/collator/
H A Dcollator.stub.php90 public function compare(string $string1, string $string2): int|false {} function in Collator
/php-src/Zend/
H A Dzend_object_handlers.h187 zend_object_compare_t compare; /* required */ member
H A Dzend_API.c2361 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
/php-src/win32/
H A Dglob.c502 static int compare(const void *p, const void *q) in compare() function
/php-src/main/
H A Dphp_streams.h392 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
/php-src/ext/opcache/
H A DZendAccelerator.c3642 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4598 struct sljit_jump *compare; in do_utfreadtype8() local

Completed in 86 milliseconds