Home
last modified time | relevance | path

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

/PHP-5.6/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) {
/PHP-5.6/ext/skeleton/
H A Dcreate_stubs29 ints = ints "\tint " name "_len;\n"
36 ints = ints "\tint " name "_id = -1;\n"
178 ints = longs = doubles = strings = bools = zvals = ""
197 ints = ints "\tint argc = ZEND_NUM_ARGS();\n"
240 funcvals = strings ints longs doubles bools zvals
/PHP-5.6/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-5.6/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-5.6/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-5.6/ext/imap/tests/
H A Dimap_close_variation4.phpt2 Test imap_close() function : usage variations - different ints as $options arg
/PHP-5.6/ext/gd/libgd/
H A Dgd.c2643 int ints; in gdImageFilledPolygon() local
2710 ints = 0; in gdImageFilledPolygon()
2737 im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; in gdImageFilledPolygon()
2739 im->polyInts[ints++] = x2; in gdImageFilledPolygon()
2742 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()
2744 for (i = 0; i < ints - 1; i += 2) { in gdImageFilledPolygon()
/PHP-5.6/
H A DREADME.PARAMETER_PARSING_API92 and ints to strings length (i.e. for "s" you need to pass char * and int),
H A DNEWS10555 - Fixed bug #35410 (wddx_deserialize() doesn't handle large ints as keys
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog369 6. Inserted two casts and changed some ints to size_t in the light of some
2429 PCRE_MATCH_LIMIT_RECURSION values as ints, when they should be long ints.
4687 match_call_count was an int. I've made them both unsigned long ints.
/PHP-5.6/tests/lang/
H A D024.phpt27 /* test just about any operator possible on $i and $j (ints) */

Completed in 83 milliseconds