Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dmath.c138 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
141 f1 = php_intpow10(abs(places)); in _php_math_round()
146 if (precision_places > places && precision_places - places < 15) { in _php_math_round()
159 use_precision = places - precision_places; in _php_math_round()
167 if (places >= 0) { in _php_math_round()
182 if (abs(places) < 23) { in _php_math_round()
183 if (places > 0) { in _php_math_round()
198 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
360 int places = 0; in PHP_FUNCTION() local
380 places = precision; in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/standard/tests/strings/
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
/PHP-7.2/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.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt26 // placeholders in interesting places...
/PHP-7.2/tests/security/
H A Dopen_basedir.inc7 // actually create it in several different places depending on the SAPI..!
/PHP-7.2/ext/opcache/
H A DREADME154 The OPcache stores the places where DECLARE_CLASS opcodes use
/PHP-7.2/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt112 of the following places: within a NOTICE text file distributed
/PHP-7.2/
H A DCODING_STANDARDS133 avoided, except for places where the variable has no real meaning or
H A DREADME.STREAMS280 mode is the stdio-like mode of operation - php streams places no real meaning
H A DINSTALL181 mentioned places. This quick guide covers only the basics to get
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc243 * Helper to avoid duplicating milliseconds to secs/usecs in a few places
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog1171 (h) The documentation has been revised and clarified in places.
1409 34. Fixed typos in pcregrep: in two places there was SUPPORT_LIBZ2 instead of
1426 39. If PCRE was compiled with UTF support, in three places in the DFA
2062 places in pcre_compile().
2792 18. Tidied a few places to stop certain compilers from issuing warnings.
3137 these. I have refactored PCRE in four places to do this. The result is
3710 26. Timing data from pcretest is now shown to 4 decimal places instead of 3.
4487 20. A couple of places in pcretest check for end-of-line by looking for '\n';
4893 1. Compiling with gcc -pedantic found a couple of places where casts were
5883 most of the places where whitespace preceded '#'. I have given up and
[all …]
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE407 original copyright holder who places the Library under this License may add
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt4650 15. Perl recognizes comments in some places that PCRE does not, for
4794 matching is mentioned in several places below. There is also a summary
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic10290 # without valid Media descriptor in place of BPB, cases with are done at other places
H A Dmagic私はガラスを食べられます10290 # without valid Media descriptor in place of BPB, cases with are done at other places

Completed in 177 milliseconds