Home
last modified time | relevance | path

Searched refs:compare (Results 76 – 100 of 225) sorted by relevance

123456789

/php-src/ext/standard/tests/array/
H A Dasort_variation6.phpt8 * SORT_REGULAR - compare items normally
9 * SORT_NUMERIC - compare items numerically
H A Dksort_variation6.phpt8 * 2.SORT_REGULAR - compare items normally
9 * 3.SORT_NUMERIC - compare items numerically
H A Dkrsort_variation10.phpt9 * 2.SORT_REGULAR - compare items normally
10 * 3.SORT_STRING - compare items as strings
H A Dksort_variation11.phpt9 * 2.SORT_REGULAR - compare items normally
10 * 3.SORT_STRING - compare items as strings
H A Dksort_variation3.phpt9 * 2. SORT_REGULAR - compare items normally
10 * 3. SORT_NUMERIC - compare items numerically
H A Dkrsort_variation3.phpt9 * 2.SORT_REGULAR - compare items normally
10 * 3.SORT_NUMERIC - compare items numerically
/php-src/ext/bcmath/tests/number/methods/
H A Ddiv_with_scale.phpt29 if ($method_ret->compare($func_ret) !== 0) {
H A Dmul_with_scale.phpt29 if ($method_ret->compare($func_ret) !== 0) {
H A Dmod_with_scale.phpt29 if ($method_ret->compare($func_ret) !== 0) {
H A Dpow_with_scale.phpt29 if ($method_ret->compare($func_ret) !== 0) {
H A Dsub_with_scale.phpt31 if ($method_ret->compare($func_ret) !== 0) {
H A Dadd_with_scale.phpt31 if ($method_ret->compare($func_ret) !== 0) {
H A Dcompare_with_scale.phpt2 BcMath\Number compare() with scale
30 var_dump($value1->compare($value2, $scale));
H A Dpowmod_with_scale.phpt34 if ($method_ret->compare($func_ret) !== 0) {
/php-src/ext/standard/tests/strings/
H A Dstrncasecmp_variation3.phpt12 /* loop through to compare the strings, for various length values */
H A Dstrncmp_variation3.phpt12 /* loop through to compare the strings, for various length values */
H A Dstrncmp_variation8.phpt14 /* loop through to compare each string with the other string */
H A Dstrncasecmp_variation8.phpt14 /* loop through to compare each string with the other string */
/php-src/ext/spl/tests/
H A Dspl_heap_count_basic.phpt11 public function compare($a,$b): int
H A Dspl_heap_iteration_error.phpt10 public function compare($val1,$val2): int {
/php-src/ext/bcmath/tests/number/operators/
H A Dsub_int.phpt20 if ($ret->compare($ret2) !== 0) {
H A Dadd_int.phpt20 if ($ret->compare($ret2) !== 0) {
H A Dmul_int.phpt20 if ($ret->compare($ret2) !== 0) {
/php-src/ext/bcmath/
H A Dconfig.w328 raisemod.c sub.c compare.c divmod.c int2num.c long2num.c \
/php-src/ext/json/tests/
H A Djson_validate_005.phpt2 json_validate() - compare against json_decode() for different types of inputs

Completed in 19 milliseconds

123456789