Home
last modified time | relevance | path

Searched refs:numeric_compare_function (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/intl/collator/
H A Dcollator_sort.c154 ZVAL_LONG(result, numeric_compare_function(op1, op2)); in collator_numeric_compare_function()
/PHP-8.1/Zend/
H A Dzend_operators.h419 ZEND_API int ZEND_FASTCALL numeric_compare_function(zval *op1, zval *op2);
H A Dzend_operators.c2023 ZEND_API int ZEND_FASTCALL numeric_compare_function(zval *op1, zval *op2) /* {{{ */ in numeric_compare_function() function
/PHP-8.1/ext/standard/
H A Darray.c374 return numeric_compare_function(&f->val, &s->val); in php_array_data_compare_numeric_unstable_i()

Completed in 37 milliseconds