Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation9.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
25 // different ints to pass as $sorting_order argument
26 $ints = array (PHP_INT_MAX, -PHP_INT_MAX, 0);
28 foreach($ints as $sorting_order) {
H A Dscandir_variation9-win32-mb.phpt2 Test scandir() function : usage variations - different ints as $sorting_order arg
31 // different ints to pass as $sorting_order argument
32 $ints = array (PHP_INT_MAX, -PHP_INT_MAX, 0);
34 foreach($ints as $sorting_order) {
/PHP-7.3/ext/ctype/tests/
H A Dctype_xdigit_variation4.phpt23 // contain hexadecimal digits but do not correspond to 'correct' ints
29 // contain hexadecimal digits but do not correspond to 'correct' ints
/PHP-7.3/ext/pdo_dblib/tests/
H A Dbug_73396.phpt12 // on 64-bit machines, these columns should come back as ints
/PHP-7.3/ext/wddx/tests/
H A Dbug35410.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
H A Dbug35410_64bit.phpt2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
/PHP-7.3/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt11 * 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-7.3/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
/PHP-7.3/ext/gd/libgd/
H A Dgd.c2689 int ints; in gdImageFilledPolygon() local
2756 ints = 0; in gdImageFilledPolygon()
2783 im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; in gdImageFilledPolygon()
2785 im->polyInts[ints++] = x2; in gdImageFilledPolygon()
2788 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()
2790 for (i = 0; i < ints - 1; i += 2) { in gdImageFilledPolygon()
/PHP-7.3/tests/lang/
H A D024.phpt27 /* test just about any operator possible on $i and $j (ints) */

Completed in 52 milliseconds