Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 89) sorted by last modified time

1234

/PHP-7.4/
H A Dconfigure.ac1553 | the installation process at this point. |
H A Dphp.ini-development189 ; The number of significant digits displayed in floating point numbers.
295 ; digits after the floating point. The default value ensures that when floats
H A Dphp.ini-production189 ; The number of significant digits displayed in floating point numbers.
295 ; digits after the floating point. The default value ensures that when floats
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c2411 gdPointF extent[4], min, max, point; in gdTransformAffineBoundingBox() local
2424 point=extent[i]; in gdTransformAffineBoundingBox()
2425 if (gdAffineApplyToPointF(&extent[i], &point, affine) != GD_TRUE) { in gdTransformAffineBoundingBox()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt46 // WARNING: All arrays point to the same object - this will give bogus results!
77 // WARNING: All arrays point to the same object - this will give bogus results!
107 // WARNING: All arrays point to the same object - this will give bogus results!
H A Dmysqli_constants.phpt196 ... no we must have removed them at some point - for BC, weakening the test
H A Dmysqli_connect_oo.phpt136 /* NOTE that at this point one must use a different syntax! */
H A Dbug49442.phpt68 …At this point 'persistent' is not to be confused with what a user calls a 'persistent' - in this c…
/PHP-7.4/Zend/
H A DZend.m46 dnl x87 floating point internal precision control checks
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c597 IConnectionPoint *point; in php_com_object_enable_event_sink() local
603 &obj->sink_id, &point))) { in php_com_object_enable_event_sink()
606 IConnectionPoint_Advise(point, (IUnknown*)obj->sink_dispatch, &obj->sink_cookie); in php_com_object_enable_event_sink()
608 IConnectionPoint_Unadvise(point, obj->sink_cookie); in php_com_object_enable_event_sink()
610 IConnectionPoint_Release(point); in php_com_object_enable_event_sink()
/PHP-7.4/docs/
H A Drelease-process.md290 Usually we use the same content as for point 6, but included in php template
385 Add a commit on master after the branch point clearing the `NEWS`,
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr.phpt59 /* variation of start and length to point to same element */
60 echo ("\n*** Testing for variations of start and length to point to same element ***\n");
209 *** Testing for variations of start and length to point to same element ***
/PHP-7.4/ext/standard/tests/math/
H A Dround_basic.phpt9 * after the decimal point)
H A Dround_variation1.phpt9 * after the decimal point)
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt24 /* path doesn't exist at this point! */
/PHP-7.4/ext/standard/tests/general_functions/
H A Dfloatval.phpt36 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
80 floatval() on non float types, expected output: float value valid floating point numbers */
89 doubleval() on non float types, expected output: float value valid floating point numbers */
H A Dfloatval_variation1.phpt37 floatval() on non float types, expected output: float value valid floating point numbers */
47 doubleval() on non float types, expected output: float value valid floating point numbers */
H A Dgettype_settype_basic.phpt36 class point
68 new point(10,20)
242 8: Object of class point could not be converted to int
301 8: Object of class point could not be converted to int
360 8: Object of class point could not be converted to float
419 8: Object of class point could not be converted to float
623 object(point)#1 (2) {
839 object(point)#1 (2) {
H A Dgettype_settype_variation1.phpt45 class point
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
H A Dgettype_settype_variation2.phpt49 class point
153 new point(NULL, NULL),
154 new point(2.5, 40.5),
155 new point(0, 0),
575 8: Object of class point could not be converted to int
581 8: Object of class point could not be converted to int
587 8: Object of class point could not be converted to int
980 8: Object of class point could not be converted to int
986 8: Object of class point could not be converted to int
992 8: Object of class point could not be converted to int
H A Dgettype_settype_variation3.phpt45 class point
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
571 8: Object of class point could not be converted to float
577 8: Object of class point could not be converted to float
583 8: Object of class point could not be converted to float
976 8: Object of class point could not be converted to float
982 8: Object of class point could not be converted to float
988 8: Object of class point could not be converted to float
H A Dgettype_settype_variation4.phpt45 class point
158 new point(NULL, NULL),
159 new point(2.5, 40.5),
160 new point(0, 0),
H A Dgettype_settype_variation5.phpt45 class point
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
673 object(point)#1 (2) {
684 object(point)#2 (2) {
695 object(point)#3 (2) {
H A Dgettype_settype_variation6.phpt45 class point
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
H A Dgettype_settype_variation7.phpt45 class point
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
805 object(point)#1 (2) {
815 object(point)#2 (2) {
825 object(point)#3 (2) {

Completed in 54 milliseconds

1234