Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmath.c136 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
139 f1 = php_intpow10(abs(places)); in _php_math_round()
144 if (precision_places > places && precision_places - 15 < places) { in _php_math_round()
157 use_precision = places - precision_places; in _php_math_round()
165 if (places >= 0) { in _php_math_round()
180 if (abs(places) < 23) { in _php_math_round()
181 if (places > 0) { in _php_math_round()
196 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
358 int places = 0; in PHP_FUNCTION() local
378 places = precision; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt34 …printf("\nException with mysqli. Note that at all other places we throws errors but no exceptions …
60 Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the …
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt26 // placeholders in interesting places...
/PHP-7.4/tests/security/
H A Dopen_basedir.inc7 // actually create it in several different places depending on the SAPI..!
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt112 of the following places: within a NOTICE text file distributed
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc243 * Helper to avoid duplicating milliseconds to secs/usecs in a few places
/PHP-7.4/
H A DCODING_STANDARDS.md139 except for places where the variable has no real meaning or a trivial
/PHP-7.4/docs/
H A Dstreams.md304 * `mode` is the stdio-like mode of operation - php streams places no real
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE407 original copyright holder who places the Library under this License may add
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE411 original copyright holder who places the Library under this License
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11882 # without valid Media descriptor in place of BPB, cases with are done at other places
H A Dmagic11882 # without valid Media descriptor in place of BPB, cases with are done at other places

Completed in 133 milliseconds