Home
last modified time | relevance | path

Searched refs:places (Results 1 – 19 of 19) sorted by relevance

/PHP-8.3/ext/standard/tests/math/
H A Dnumber_format_decimals.phpt47 ... with decimal places of 0: string(1) "2"
48 ... with decimal places of 1: string(3) "1.5"
53 ... with decimal places of -1: string(1) "0"
54 ... with decimal places of -2: string(1) "0"
55 ... with decimal places of -3: string(1) "0"
56 ... with decimal places of -4: string(1) "0"
57 ... with decimal places of -5: string(1) "0"
58 ... with decimal places of %i: string(1) "0"
60 ... with decimal places of 0: string(2) "15"
67 ... with decimal places of -2: string(1) "0"
[all …]
/PHP-8.3/ext/standard/
H A Dmath.c125 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() argument
134 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
137 f1 = php_intpow10(abs(places)); in _php_math_round()
142 if (precision_places > places && precision_places - 15 < places) { in _php_math_round()
155 use_precision = places - precision_places; in _php_math_round()
163 if (places >= 0) { in _php_math_round()
178 if (abs(places) < 23) { in _php_math_round()
179 if (places > 0) { in _php_math_round()
194 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
272 int places = 0; in PHP_FUNCTION() local
[all …]
H A Dphp_math.h21 PHPAPI double _php_math_round(double value, int places, int mode);
/PHP-8.3/ext/standard/tests/strings/
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt30 …printf("\nValueError with mysqli. Note that at all other places we throws errors but no exceptions…
60 ValueError with mysqli. Note that at all other places we throws errors but no exceptions unless the…
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt7 // evaluated on each object construction. Currently, the places where this can happen is
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt27 // placeholders in interesting places...
/PHP-8.3/tests/security/
H A Dopen_basedir.inc7 // actually create it in several different places depending on the SAPI..!
/PHP-8.3/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt49 * They are mapped in 22 ku (or 'rows') above the places where they are mapped
H A Dcp5022x_encoding.phpt93 * differ in a number of places from the table provided by the Unicode Consortium */
/PHP-8.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt112 of the following places: within a NOTICE text file distributed
/PHP-8.3/
H A DCODING_STANDARDS.md146 except for places where the variable has no real meaning or a trivial
H A DUPGRADING379 . number_format() $decimal parameter handles rounding to negative places. It
382 got silently ignored and the number got rounded to zero decimal places.
H A DNEWS1164 . Added support for rounding negative places in number_format().
/PHP-8.3/docs/
H A Dstreams.md304 * `mode` is the stdio-like mode of operation - php streams places no real
/PHP-8.3/ext/mbstring/libmbfl/
H A DLICENSE407 original copyright holder who places the Library under this License may add
/PHP-8.3/ext/bcmath/libbcmath/
H A DLICENSE411 original copyright holder who places the Library under this License
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic14282 # without valid Media descriptor in place of BPB, cases with are done at other places
H A Dmagic私はガラスを食べられます14282 # without valid Media descriptor in place of BPB, cases with are done at other places

Completed in 197 milliseconds