Home
last modified time | relevance | path

Searched refs:I (Results 76 – 100 of 336) sorted by last modified time

12345678910>>...14

/PHP-7.4/ext/zlib/tests/
H A Dgzgets_basic.phpt38 string(38) "all I know is that you can realize it
44 string(39) "and I know that it descends down on me
H A Dgzopen_basic.phpt41 all I know is that you can realize it
44 and I know that it descends down on me
47 all I know is that you can realize it
50 and I know that it descends down on me
H A Dgzpassthru_basic.phpt26 all I know is that you can realize it
29 and I know that it descends down on me
H A Dgzread_basic.phpt31 all I know is that you can realize it
35 and I know that it descends down on me
H A Dreadgzfile_variation10.phpt35 all I know is that you can realize it
38 and I know that it descends down on me
42 all I know is that you can realize it
45 and I know that it descends down on me
55 all I know is that you can realize it
58 and I know that it descends down on me
62 all I know is that you can realize it
65 and I know that it descends down on me
H A Dreadgzfile_variation11.phpt32 all I know is that you can realize it
35 and I know that it descends down on me
39 all I know is that you can realize it
42 and I know that it descends down on me
46 all I know is that you can realize it
49 and I know that it descends down on me
53 all I know is that you can realize it
56 and I know that it descends down on me
60 all I know is that you can realize it
63 and I know that it descends down on me
H A Dreadgzfile_variation12.phpt30 all I know is that you can realize it
33 and I know that it descends down on me
37 all I know is that you can realize it
40 and I know that it descends down on me
44 all I know is that you can realize it
47 and I know that it descends down on me
51 all I know is that you can realize it
54 and I know that it descends down on me
/PHP-7.4/ext/standard/tests/strings/
H A Dsubstr_count_variation_001.phpt18 var_dump( substr_count($str, "I", NULL) );
H A Dstrrpos.phpt8 var_dump(strrpos("I am what I am and that's all what I am", "am", -3));
H A Dstrripos.phpt8 var_dump(strripos("I am what I am and that's all what I am", "am", -3));
H A Dunpack_error.phpt18 var_dump(unpack("I", pack("I", 65534), 0, $extra_arg));
22 var_dump(unpack("B", pack("I", 65534)));
H A Dconvert_uuencode_basic.phpt58 string(82) "M2&5R92!I<R!A('-I;7!L92!S=')I;F<@=&\@=&5S="!C;VYV97)T7W5U96YC
84 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA
H A Dchunk_split_variation8.phpt63 :::I:::t::: :::h:::a:::s::: :::_:::s:::p:::e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::…
H A Dchunk_split_variation5.phpt54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dprint_r.phpt256 array( -0.00, "Where am I?", array(7,8,9), TRUE, 'A', 987654321 ),
1608 [1] => Where am I?
1624 [1] => Where am I?
1640 [1] => Where am I?
H A Dprint_r_64bit.phpt260 array( -0.00, "Where am I?", array(7,8,9), TRUE, 'A', 987654321 ),
1612 [1] => Where am I?
1628 [1] => Where am I?
1644 [1] => Where am I?
H A Dvar_dump.phpt255 array( -0.00, "Where am I?", array(7,8,9), TRUE, 'A', 987654321 ),
899 string(11) "Where am I?"
1526 string(11) "Where am I?"
H A Dvar_dump_64bit.phpt255 array( -0.00, "Where am I?", array(7,8,9), TRUE, 'A', 987654321 ),
899 string(11) "Where am I?"
1526 string(11) "Where am I?"
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_1.phpt2 Basic long path test with file I/O
H A Dtest_long_path_2.phpt2 Basic long path test with file I/O, multibyte path and realpath() check
/PHP-7.4/ext/standard/tests/file/
H A Drename_variation13-win32.phpt26 "", // I think both p8 and php are wrong on the messages here
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists.phpt21 array('Red' => 'Rose', 'I' => 'You'),
/PHP-7.4/ext/standard/
H A Dsha1.c121 #define I(x, y, z) ((x) ^ (y) ^ (z)) macro
150 (e) += I ((b), (c), (d)) + (w) + (uint32_t)(0xCA62C1D6); \
H A Dmd5.c151 #define I(x, y, z) ((y) ^ ((x) | ~(z))) macro
264 STEP(I, a, b, c, d, GET(0), 0xf4292244, 6) in body()
265 STEP(I, d, a, b, c, GET(7), 0x432aff97, 10) in body()
267 STEP(I, b, c, d, a, GET(5), 0xfc93a039, 21) in body()
268 STEP(I, a, b, c, d, GET(12), 0x655b59c3, 6) in body()
269 STEP(I, d, a, b, c, GET(3), 0x8f0ccc92, 10) in body()
271 STEP(I, b, c, d, a, GET(1), 0x85845dd1, 21) in body()
272 STEP(I, a, b, c, d, GET(8), 0x6fa87e4f, 6) in body()
274 STEP(I, c, d, a, b, GET(6), 0xa3014314, 15) in body()
276 STEP(I, a, b, c, d, GET(4), 0xf7537e82, 6) in body()
[all …]
/PHP-7.4/ext/simplexml/tests/
H A Dbug45553.phpt9 <data a:label="I am A" label="I am Nothing">test1</data>
10 <a:data a:label="I am a:A" label="I am a:Nothing">test2</a:data>
30 I am A
31 I am a:Nothing
32 I am a:A
33 I am a:Nothing
34 I am Nothing

Completed in 46 milliseconds

12345678910>>...14