Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 25 of 73) sorted by last modified time

123

/PHP-7.4/ext/gd/libgd/
H A Dgd.c309 long rd, gd, bd, ad; in gdImageColorClosestAlpha() local
322 rd = im->red[i] - r; in gdImageColorClosestAlpha()
327 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorClosestAlpha()
574 long rd, gd, bd, ad, dist; in gdImageColorResolveAlpha() local
594 rd = (long) (im->red[c] - r); in gdImageColorResolveAlpha()
598 dist = rd * rd + gd * gd + bd * bd + ad * ad; in gdImageColorResolveAlpha()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re483 …if (!timelib_strncasecmp(*ptr, "nd", 2) || !timelib_strncasecmp(*ptr, "rd", 2) ||!timelib_strncase…
907 daysuf = "st" | "nd" | "rd" | "th";
/PHP-7.4/
H A DUPGRADING431 . Passing the encoding as 3rd parameter to mb_strrpos() is deprecated. Instead
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c60 #define RD3(rd) (reg_map[rd]) argument
68 #define SET_REGS44(rd, rn) \ argument
69 ((reg_map[rn] << 3) | (reg_map[rd] & 0x7) | ((reg_map[rd] & 0x8) << 4))
76 #define RD4(rd) (reg_map[rd] << 8) argument
H A DsljitNativeARM_32.c72 #define RD(rd) (reg_map[rd] << 12) argument
H A DsljitNativeARM_64.c55 #define RD(rd) (reg_map[rd]) argument
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in137 ; This can be useful to work around memory leaks in 3rd party libraries. For
/PHP-7.4/win32/build/
H A DMakefile165 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
169 -rd /s /q $(BUILD_DIR)\pecl
174 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
179 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
180 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
181 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING)
209 -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
210 -rd /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
H A DMakefile.phpize25 -rd /s /q $(BUILD_DIR)\pecl
30 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @rd /s /q %D
/PHP-7.4/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt36 case 2: return "3rd";
/PHP-7.4/tests/classes/
H A Darray_access_001.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
93 string(3) "3rd"
133 string(3) "3rd"
164 string(3) "3rd"
176 string(3) "3rd"
H A Darray_access_002.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
93 string(3) "3rd"
133 string(3) "3rd"
164 string(3) "3rd"
176 string(3) "3rd"
H A Darray_access_003.phpt9 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
H A Darray_access_004.phpt7 public $a = array('1st', 1, 2=>'3rd', '4th'=>4);
H A Diterators_006.phpt64 echo "===3rd===\n";
80 ===3rd===
H A Diterators_001.phpt35 case 2: return "3rd";
195 object:3rd=>2
H A Diterators_002.phpt36 case 2: return "3rd";
H A Diterators_004.phpt40 case 2: return "3rd";
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt7 echo "-- 3rd or 4th arg as string --\n";
14 echo "\n-- 3rd or 4th arg as NULL --\n";
57 -- 3rd or 4th arg as string --
69 -- 3rd or 4th arg as NULL --
/PHP-7.4/ext/standard/tests/streams/
H A Dbug46426.phpt2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
/PHP-7.4/ext/spl/tests/
H A Darray_010.phpt6 $obj = new ArrayObject(array('1st', 1, 2=>'3rd', '4th'=>4));
73 string(3) "3rd"
94 string(3) "3rd"
112 string(3) "3rd"
122 string(3) "3rd"
/PHP-7.4/ext/oci8/tests/
H A Dfetch_object_1.phpt20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
104 string(19) "3rd row col2 string"
116 3rd row col2 string
H A Dfetch_object.phpt20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
104 string(19) "3rd row col2 string"
116 3rd row col2 string
H A Dfetch_object_2.phpt20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')",
111 3rd row col2 string
/PHP-7.4/ext/gd/tests/
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)

Completed in 93 milliseconds

123