Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/filter/tests/
H A Dbug81708.phpt2 Bug #81708 (UAF due to php_filter_float() failing for ints)
/PHP-8.0/ext/ctype/tests/
H A Dctype_xdigit_variation4.phpt18 // contain hexadecimal digits but do not correspond to 'correct' ints
24 // contain hexadecimal digits but do not correspond to 'correct' ints
/PHP-8.0/ext/pdo_dblib/tests/
H A Dbug_73396.phpt13 // on 64-bit machines, these columns should come back as ints
/PHP-8.0/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-8.0/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $flags arg
/PHP-8.0/ext/gd/libgd/
H A Dgd.c2682 int ints; in gdImageFilledPolygon() local
2749 ints = 0; in gdImageFilledPolygon()
2776 im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; in gdImageFilledPolygon()
2778 im->polyInts[ints++] = x2; in gdImageFilledPolygon()
2781 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()
2783 for (i = 0; i < ints - 1; i += 2) { in gdImageFilledPolygon()
/PHP-8.0/
H A DNEWS438 . Fix #81708: UAF due to php_filter_float() failing for ints.
/PHP-8.0/tests/lang/
H A D024.phpt27 /* test just about any operator possible on $i and $j (ints) */

Completed in 40 milliseconds