Home
last modified time | relevance | path

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

12345

/PHP-5.5/win32/
H A Dinstall.txt305 follow the next step. Set the doc_root to point to your web servers
928 * Make sure the web server is running, and point your browser to
963 * You will need to change the extension_dir setting to point to the
/PHP-5.5/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…
H A D024.phpt8 <?php /* the point of this file is to intensively test various aspects of the parser.
/PHP-5.5/sapi/apache_hooks/
H A DREADME197 point.
/PHP-5.5/
H A Dphp.ini-development208 ; The number of significant digits displayed in floating point numbers.
290 ; digits after the floating point. The default value ensures that when floats
H A Dphp.ini-production208 ; The number of significant digits displayed in floating point numbers.
290 ; digits after the floating point. The default value ensures that when floats
/PHP-5.5/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 ***
H A Dsprintf_f_2.phpt48 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
/PHP-5.5/ext/standard/tests/math/
H A Dround_error.phpt7 * after the decimal point)
H A Dround_basic.phpt9 * after the decimal point)
H A Dround_variation1.phpt9 * after the decimal point)
H A Dround_variation2.phpt9 * after the decimal point)
H A Dfmod_variation2.phpt6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
H A Dfmod_variation1.phpt6 * Description: Returns the floating point remainder (modulo) of the division of the arguments.
H A Dnumber_format_multichar.phpt18 echo " number_format tests.....multiple character decimal point\n";
37 number_format tests.....multiple character decimal point
H A Dallowed_rounding_error.inc4 //different machines may give slightly different floating point numbers
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt48 class point
53 function point($x, $y) {
152 new point(NULL, NULL),
153 new point(2.5, 40.5),
154 new point(0, 0),
574 8: Object of class point could not be converted to int
580 8: Object of class point could not be converted to int
586 8: Object of class point could not be converted to int
979 8: Object of class point could not be converted to int
985 8: Object of class point could not be converted to int
[all …]
H A Dgettype_settype_basic.phpt36 class point
41 function point($x, $y) {
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 double
419 8: Object of class point could not be converted to double
623 object(point)#1 (2) {
839 object(point)#1 (2) {
H A Dgettype_settype_variation1.phpt45 class point
50 function point($x, $y) {
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
H A Dgettype_settype_variation3.phpt45 class point
50 function point($x, $y) {
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 double
577 8: Object of class point could not be converted to double
583 8: Object of class point could not be converted to double
976 8: Object of class point could not be converted to double
982 8: Object of class point could not be converted to double
[all …]
H A Dgettype_settype_variation4.phpt45 class point
50 function point($x, $y) {
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
50 function point($x, $y) {
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
50 function point($x, $y) {
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
50 function point($x, $y) {
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) {
H A Dgettype_settype_variation8.phpt45 class point
50 function point($x, $y) {
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),

Completed in 133 milliseconds

12345