Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 25 of 73) sorted by path

123

/PHP-7.4/
H A DUPGRADING431 . Passing the encoding as 3rd parameter to mb_strrpos() is deprecated. Instead
/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/ext/date/tests/
H A D003.phpt17 string(3) "3rd"
37 string(4) "23rd"
H A Ddate-time-modify-times.phpt9 'october 23:00', // October 23rd, with a broken time
18 'october 23:00', // October 23rd, with a broken time
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic449 # "1" on 3rd line means compressed
2163 # Yes, the 3rd and 4th bytes pmSigPad are reserved, but we use them to make the
2574 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma}
10047 >0 ubyte 0x4f QNX4.x 3rd part
10535 # skip 3rd sector of MS x86 bootloader with assember instructions cli;MOVZX EAX,BYTE PTR [BP+10];MO…
10538 # skip 13rd sector of MS x86 bootloader
21063 # <stuartc@rd.bbc.co.uk> Stuart Cunningham
28749 # 3rd BLOB
H A Dmagic私はガラスを食べられます449 # "1" on 3rd line means compressed
2163 # Yes, the 3rd and 4th bytes pmSigPad are reserved, but we use them to make the
2574 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma}
10047 >0 ubyte 0x4f QNX4.x 3rd part
10535 # skip 3rd sector of MS x86 bootloader with assember instructions cli;MOVZX EAX,BYTE PTR [BP+10];MO…
10538 # skip 13rd sector of MS x86 bootloader
21063 # <stuartc@rd.bbc.co.uk> Stuart Cunningham
28749 # 3rd BLOB
/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/gd/tests/
H A Dbug73157.phpt2 Bug #73157 (imagegd2() ignores 3rd param if 4 are given)
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strrpos_encoding_3rd_param.phpt2 Passing encoding as 3rd param to mb_strrpos (legacy)
/PHP-7.4/ext/oci8/tests/
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_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_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/openssl/tests/
H A Dbug64802.phpt17 string(9) "www.rd.io"
21 string(5) "rd.io"
25 string(9) "api.rd.io"
/PHP-7.4/ext/pcre/pcre2lib/sljit/
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
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
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_hasConstant_001.phpt25 $rd = new ReflectionClass("D");
27 var_dump($rd->hasConstant("myConst"));
29 var_dump($rd->hasConstant("doesntExist"));
H A Dbug40431.phpt39 echo "=== 3rd test ===\n";
108 === 3rd test ===
H A Dbug43926.phpt19 $rd = new ReflectionClass('D');
24 $cd = $rd->newInstance();
29 print("Is? D ". ($rd->isInstance($ca) ? 'true' : 'false') .", instanceof: ". (($ca instanceof D) ? …
34 print("Is? D ". ($rd->isInstance($cc) ? 'true' : 'false') .", instanceof: ". (($cc instanceof D) ? …
39 print("Is? D ". ($rd->isInstance($cd) ? 'true' : 'false') .", instanceof: ". (($cd instanceof D) ? …
44 print("Is? D ". ($rd->isInstance($ce) ? 'true' : 'false') .", instanceof: ". (($ce instanceof D) ? …
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation1.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation10.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation11.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation12.phpt13 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation5.phpt12 and 3rd element is csv fields
H A DSplFileObject_fputcsv_variation6.phpt15 and 3rd element is csv fields

Completed in 191 milliseconds

123