Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 108) sorted by relevance

12345

/php-src/Zend/tests/readonly_props/
H A Dpromotion.phpt15 $point = new Point(1.0, 2.0, 3.0);
17 $point->x = 4.0;
21 var_dump($point);
/php-src/ext/standard/tests/array/
H A Darray_diff_uassoc_variation5.phpt2 Test array_diff_uassoc() function : usage variation - Comparing integers and floating point numbers
20 echo "\n-- Result of comparing integers and floating point numbers --\n";
28 -- Result of comparing integers and floating point numbers --
H A Darray_diff_assoc_variation5.phpt15 echo "-- Result of comparing integers and floating point numbers: --\n";
31 echo "-- Result of comparing floating points and strings containing floating point: --\n";
46 -- Result of comparing integers and floating point numbers: --
94 -- Result of comparing floating points and strings containing floating point: --
H A Darray_intersect_uassoc_variation6.phpt23 echo "\n-- Result of floating points and strings containing floating point intersection --\n";
37 -- Result of floating points and strings containing floating point intersection --
H A Darray_intersect_ukey_variation6.phpt24 echo "\n-- Result of floating points and strings containing floating point intersection --\n";
38 -- Result of floating points and strings containing floating point intersection --
H A Darray_diff_uassoc_variation6.phpt24 echo "\n-- Result of comparing floating points and strings containing floating point --\n";
38 -- Result of comparing floating points and strings containing floating point --
H A Darray_intersect_uassoc_variation5.phpt21 echo "\n-- Result of integers and floating point intersection --\n";
33 -- Result of integers and floating point intersection --
H A Darray_intersect_ukey_variation5.phpt22 echo "\n-- Result of integers and floating point intersection --\n";
34 -- Result of integers and floating point intersection --
/php-src/ext/ffi/tests/
H A Dbug77768.phpt26 struct point {int x,y;};
28 typedef struct point d;
29 typedef struct point d;
/php-src/Zend/tests/
H A Dctor_promotion_basic.phpt10 $point = new Point(1, 2, 3);
14 $point->x = "foo";
H A Dfloat_prec_001.phpt2 Double precision is used for floating point calculations
/php-src/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt62 error info: 'Input string must be exactly one UTF-8 encoded code point long.: U_ILLEGAL_ARGUMENT_ER…
65 error info: 'Input string must be exactly one UTF-8 encoded code point long.: U_ILLEGAL_ARGUMENT_ER…
68 error info: 'Code point out of range: U_ILLEGAL_ARGUMENT_ERROR' (1)
H A Dbug53735.phpt2 Bug #53735 NumberFormatter returns NaN when converting float point
/php-src/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt46 //check color of a point on edge..
48 //.. a point in filled body
50 // ..and a point on background
H A Dimagedashedline_basic.phpt35 //check color of a point on edge..
37 // ..and a point on background
/php-src/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
76 floatval() on non float types, expected output: float value valid floating point numbers */
85 doubleval() on non float types, expected output: float value valid floating point numbers */
/php-src/ext/standard/tests/array/range/
H A Drange_bug72017.phpt2 Bug #72017 (incorrect truncation due to floating point precision issue)
/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/ext/standard/tests/math/
H A Dnumber_format_multichar.phpt17 echo " number_format tests.....multiple character decimal point\n";
36 number_format tests.....multiple character decimal point
H A Dallowed_rounding_error.inc4 //different machines may give slightly different floating point numbers
/php-src/Zend/asm/
H A Dmake_ppc64_sysv_elf_gas.S111 # entry point (ELFv2) or descriptor (ELFv1)
113 # save address of context-function entry point
116 # save address of context-function entry point
/php-src/tests/lang/
H A DforeachLoop.010.phpt13 // At this point, the array $a is referenced.
19 // At this point the array $a is no longer referenced, so foreach should operate on a copy of the a…
/php-src/ext/spl/tests/
H A Dbug61527.phpt20 /* now point to 2 */
24 /* now point to 3 */
/php-src/ext/pcre/tests/
H A Derrors06.phpt7 …last_error_msg() === 'The offset did not correspond to the beginning of a valid UTF-8 code point');
/php-src/ext/standard/tests/
H A Dbug49244.phpt2 Bug #49244 (Floating point NaN cause garbage characters)

Completed in 31 milliseconds

12345