Searched defs:compare (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/spl/ |
H A D | spl_heap.stub.php | 15 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 D | spl_heap.c | 831 PHP_METHOD(SplPriorityQueue, compare) in PHP_METHOD() argument 871 PHP_METHOD(SplMinHeap, compare) in PHP_METHOD() argument 884 PHP_METHOD(SplMaxHeap, compare) in PHP_METHOD() argument
|
/php-src/ext/standard/ |
H A D | versioning.c | 127 int compare = 0; in php_version_compare() local 209 int compare; in PHP_FUNCTION() local
|
/php-src/ext/intl/collator/ |
H A D | collator.stub.php | 90 public function compare(string $string1, string $string2): int|false {} function in Collator
|
/php-src/ext/bcmath/ |
H A D | bcmath.stub.php | 88 public function compare(Number|string|int $num, ?int $scale = null): int {} function in BcMath\\Number
|
H A D | bcmath.c | 1702 PHP_METHOD(BcMath_Number, compare) in PHP_METHOD() argument
|
/php-src/Zend/ |
H A D | zend_object_handlers.h | 231 zend_object_compare_t compare; /* required */ member
|
H A D | zend_API.c | 2449 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 D | glob.c | 502 static int compare(const void *p, const void *q) in compare() function
|
/php-src/main/ |
H A D | php_streams.h | 388 #define php_stream_scandir(dirname, namelist, context, compare) _php_stream_scandir((dirname), (nam… argument
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 3670 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 D | pcre2_jit_compile.c | 4598 struct sljit_jump *compare; in do_utfreadtype8() local
|
Completed in 100 milliseconds