Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmath.c150 f1 = php_intpow10(abs(places)); in _php_math_round()
155 if (precision_places > places && precision_places - places < 15) { in _php_math_round()
166 f2 = php_intpow10(abs(places - precision_places)); in _php_math_round()
171 if (places >= 0) { in _php_math_round()
186 if (abs(places) < 23) { in _php_math_round()
187 if (places > 0) { in _php_math_round()
202 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
346 int places = 0; in PHP_FUNCTION() local
356 places = (int) precision; in PHP_FUNCTION()
363 if (places >= 0) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/standard/tests/strings/
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
/PHP-5.3/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-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt26 // placeholders in interesting places...
/PHP-5.3/tests/security/
H A Dopen_basedir.inc7 // actually create it in several different places depending on the SAPI..!
/PHP-5.3/
H A DCODING_STANDARDS131 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 DINSTALL174 described at the respective places in the manual. The version numbers
385 mentioned places. This quick guide covers only the basics to get
H A DNEWS1599 decimal places). (Ilia)
6941 places). (Marcus)
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src43 local functions. This source file is used in two places:
H A DChangeLog49 (h) The documentation has been revised and clarified in places.
287 34. Fixed typos in pcregrep: in two places there was SUPPORT_LIBZ2 instead of
304 39. If PCRE was compiled with UTF support, in three places in the DFA
940 places in pcre_compile().
1669 18. Tidied a few places to stop certain compilers from issuing warnings.
2014 these. I have refactored PCRE in four places to do this. The result is
2587 26. Timing data from pcretest is now shown to 4 decimal places instead of 3.
3364 20. A couple of places in pcretest check for end-of-line by looking for '\n';
3770 1. Compiling with gcc -pedantic found a couple of places where casts were
4760 most of the places where whitespace preceded '#'. I have given up and
[all …]
/PHP-5.3/ext/mbstring/libmbfl/
H A DLICENSE407 original copyright holder who places the Library under this License may add
/PHP-5.3/Zend/
H A DZEND_CHANGES959 places where objects are not allowed but strings are like array
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt4429 13. Perl recognizes comments in some places that PCRE does not, for
4538 places below. There is also a summary of features in the pcreunicode

Completed in 86 milliseconds