Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 25 of 54) sorted by relevance

123

/PHP-8.4/ext/gd/libgd/
H A Dgd_filter.c29 int gdImageScatter(gdImagePtr im, int sub, int plus) in gdImageScatter() argument
34 s.plus = plus; in gdImageScatter()
40 int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], unsigned int num_colors) in gdImageScatterColor() argument
45 s.plus = plus; in gdImageScatterColor()
58 int sub = scatter->sub, plus = scatter->plus; in gdImageScatterEx() local
60 if (plus == 0 && sub == 0) { in gdImageScatterEx()
63 else if (sub >= plus) { in gdImageScatterEx()
72 dest_x = (int)(x + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
73 dest_y = (int)(y + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
94 dest_x = (int)(x + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
[all …]
H A Dgd.h751 int plus; member
757 int gdImageScatter(gdImagePtr im, int sub, int plus);
758 int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], unsigned int num_colors);
/PHP-8.4/ext/date/tests/
H A Dgh14383.phpt22 echo "plus:\n";
35 plus:
/PHP-8.4/ext/bcmath/tests/
H A Dbcround_away_from_zero.phpt65 ========== plus precision ==========
H A Dbcround_ceiling.phpt65 ========== plus precision ==========
H A Dbcround_floor.phpt65 ========== plus precision ==========
H A Dbcround_half_down.phpt65 ========== plus precision ==========
H A Dbcround_half_even.phpt65 ========== plus precision ==========
H A Dbcround_half_odd.phpt65 ========== plus precision ==========
H A Dbcround_half_up.phpt65 ========== plus precision ==========
H A Dbcround_toward_zero.phpt65 ========== plus precision ==========
H A Dbcround_test_helper.inc106 echo "========== plus precision ==========\n";
/PHP-8.4/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/PHP-8.4/ext/json/tests/
H A Dbug64695.phpt2 Bug #64695 JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e
/PHP-8.4/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt22 dump_string_length( 'plus one' );
/PHP-8.4/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/PHP-8.4/ext/spl/tests/
H A Diterator_032.phpt46 Cannot seek to 3 which is behind offset 1 plus count 2
/PHP-8.4/ext/pdo_mysql/tests/
H A DREADME.md38 database, plus the following additional permissions:
/PHP-8.4/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c194 lexbor_diyfp_t* plus) in lexbor_diyfp_normalize_boundaries() argument
211 *plus = pl; in lexbor_diyfp_normalize_boundaries()
/PHP-8.4/ext/phar/
H A Dgdbhelp83 …displays all open file pointers in phar, and the phars plus entries that are open with reference c…
/PHP-8.4/ext/intl/tests/
H A Dlocale_get_region.phpt27 //Language subtag plus Script subtag:
H A Dlocale_get_script.phpt26 //Language subtag plus Script subtag:
H A Dlocale_get_primary_language.phpt27 //Language subtag plus Script subtag:
H A Dlocale_parse_locale2.phpt27 //Language subtag plus Script subtag:
/PHP-8.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt67 [+] => +

Completed in 32 milliseconds

123