Home
last modified time | relevance | path

Searched refs:ints (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
20 // different ints to pass as $sorting_order argument
21 $ints = array (PHP_INT_MAX, -PHP_INT_MAX, 0);
23 foreach($ints as $sorting_order) {
H A Dscandir_variation9-win32-mb.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
26 // different ints to pass as $sorting_order argument
27 $ints = array (PHP_INT_MAX, -PHP_INT_MAX, 0);
29 foreach($ints as $sorting_order) {
/php-src/ext/filter/tests/
H A Dbug81708.phpt2 Bug #81708 (UAF due to php_filter_float() failing for ints)
/php-src/ext/pdo_dblib/tests/
H A Dbug_73396.phpt17 // on 64-bit machines, these columns should come back as ints
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt6 * Pass an array containing sub-arrays, ints, floats, strings, boolean, null
H A Darray_key_exists_variation3.phpt2 Test array_key_exists() function : usage variations - floats and casting to ints
/php-src/ext/gd/libgd/
H A Dgd.c2652 int ints; in gdImageFilledPolygon() local
2719 ints = 0; in gdImageFilledPolygon()
2746 im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; in gdImageFilledPolygon()
2748 im->polyInts[ints++] = x2; in gdImageFilledPolygon()
2751 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()
2753 for (i = 0; i < ints - 1; i += 2) { in gdImageFilledPolygon()
/php-src/tests/lang/
H A D024.phpt27 /* test just about any operator possible on $i and $j (ints) */

Completed in 28 milliseconds