Home
last modified time | relevance | path

Searched refs:fractional (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/bcmath/tests/
H A Dbcpow_error1.phpt19 bcpow(): Argument #2 ($exponent) cannot have a fractional part
20 bcpow(): Argument #2 ($exponent) cannot have a fractional part
H A Dbug75178.phpt19 bcpowmod(): Argument #1 ($num) cannot have a fractional part
20 bcpowmod(): Argument #3 ($modulus) cannot have a fractional part
H A Dbug78878.phpt14 bcpowmod(): Argument #3 ($modulus) cannot have a fractional part
H A Dbug72093.phpt20 bcpowmod(): Argument #2 ($exponent) cannot have a fractional part
/php-src/ext/standard/
H A Dstrnatcmp.c94 int fractional, result; in strnatcmp_ex() local
127 fractional = (ca == '0' || cb == '0'); in strnatcmp_ex()
129 if (fractional) in strnatcmp_ex()
/php-src/Zend/tests/float_to_int/
H A Dno_warnings_compatible_float_literals_assignment_ops.phpt2 …uld not warn for literals in combined assingment operetor if float has a fractional part equal to 0
H A Dno_warning_compatible_string_float_literals.phpt2 Implicit string float to int conversions should not warn for literals if float has a fractional par…
H A Dno_warning_compatible_float_literals.phpt2 Implicit float to int conversions should not warn for literals if float has a fractional part equal…
H A Dno_warnings_compatible_string_float_vars.phpt2 Implicit string float to int conversions should not warn for variables if float has a fractional pa…
H A Dno_warnings_compatible_float_vars.phpt2 Implicit float to int conversions should not warn for variables if float has a fractional part equa…
/php-src/ext/mysqli/tests/
H A Dbug76386.phpt2 Prepared Statement formatter truncates fractional seconds from date/time column (bug #76386)
15 …die(sprintf("skip Server doesn't support fractional seconds in timestamp (%s)", mysqli_get_server_…
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_invalid.phpt20 var_dump( range("A", "H", 2.6) ); // Because step is fractional it tries to interpret inputs as flo…

Completed in 15 milliseconds