Searched refs:ints (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/standard/tests/dir/ |
H A D | scandir_variation9.phpt | 2 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 D | scandir_variation9-win32-mb.phpt | 2 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 D | ctype_xdigit_variation4.phpt | 23 // 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 D | bug_73396.phpt | 12 // on 64-bit machines, these columns should come back as ints
|
/PHP-7.3/ext/wddx/tests/ |
H A D | bug35410.phpt | 2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
|
H A D | bug35410_64bit.phpt | 2 #35410 (wddx_deserialize() doesn't handle large ints as keys properly)
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | natcasesort_variation9.phpt | 11 * Pass an array containing sub-arrays, ints, floats, strings, boolean, null
|
H A D | array_key_exists_variation3.phpt | 2 Test array_key_exists() function : usage variations - floats and casting to ints
|
/PHP-7.3/ext/imap/tests/ |
H A D | imap_close_variation4.phpt | 2 Test imap_close() function : usage variations - different ints as $options arg
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gd.c | 2689 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 D | 024.phpt | 27 /* test just about any operator possible on $i and $j (ints) */
|
Completed in 52 milliseconds