Home
last modified time | relevance | path

Searched refs:places (Results 1 – 20 of 20) sorted by path

/php-src/
H A DCODING_STANDARDS.md146 except for places where the variable has no real meaning or a trivial
/php-src/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt7 // evaluated on each object construction. Currently, the places where this can happen is
/php-src/docs-old/
H A Dstreams.md304 * `mode` is the stdio-like mode of operation - php streams places no real
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst142 the value is not observable from other places. Modifying a value with RC 1 is unproblematic, since
/php-src/ext/bcmath/libbcmath/
H A DLICENSE411 original copyright holder who places the Library under this License
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h150 void bc_round(bc_num num, zend_long places, zend_long mode, bc_num *result);
/php-src/ext/dom/lexbor/
H A DLICENSE112 of the following places: within a NOTICE text file distributed
/php-src/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
/php-src/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt112 of the following places: within a NOTICE text file distributed
/php-src/ext/mbstring/libmbfl/
H A DLICENSE407 original copyright holder who places the Library under this License may add
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt93 * differ in a number of places from the table provided by the Unicode Consortium */
H A Diso2022jp_kddi_encoding.phpt49 * They are mapped in 22 ku (or 'rows') above the places where they are mapped
/php-src/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-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt26 // placeholders in interesting places...
/php-src/ext/standard/
H A Dmath.c51 return (places > 0) in php_round_get_basic_edge_case()
58 return (places > 0) in php_round_get_zero_edge_case()
164 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() argument
171 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
173 exponent = php_intpow10(abs(places)); in _php_math_round()
198 tmp_value = ceil(places > 0 ? value * exponent : value / exponent); in _php_math_round()
215 if (abs(places) < 23) { in _php_math_round()
216 if (places > 0) { in _php_math_round()
231 snprintf(buf, 39, "%15fe%d", tmp_value, -places); in _php_math_round()
308 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-src/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-src/ext/standard/tests/strings/
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
/php-src/tests/security/
H A Dopen_basedir.inc7 // actually create it in several different places depending on the SAPI..!

Completed in 212 milliseconds