Searched refs:ints (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/standard/tests/dir/ |
H A D | scandir_variation9.phpt | 2 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 D | scandir_variation9-win32-mb.phpt | 2 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 D | bug81708.phpt | 2 Bug #81708 (UAF due to php_filter_float() failing for ints)
|
/PHP-8.0/ext/ctype/tests/ |
H A D | ctype_xdigit_variation4.phpt | 18 // 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 D | bug_73396.phpt | 13 // on 64-bit machines, these columns should come back as ints
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | natcasesort_variation9.phpt | 6 * 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-8.0/ext/imap/tests/ |
H A D | imap_close_variation4.phpt | 2 Test imap_close() function : usage variations - different ints as $flags arg
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 2682 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 D | NEWS | 438 . Fix #81708: UAF due to php_filter_float() failing for ints.
|
/PHP-8.0/tests/lang/ |
H A D | 024.phpt | 27 /* test just about any operator possible on $i and $j (ints) */
|
Completed in 33 milliseconds