Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 195) sorted by relevance

12345678

/PHP-5.5/ext/oci8/tests/
H A Dbug43492.phpt73 A B C D E F G H I J
74 A B C D E F G H I J
75 A B C D E F G H I J
76 A B C D E F G H I J
77 A B C D E F G H I J
78 A B C D E F G H I J
79 A B C D E F G H I J
80 A B C D E F G H I J
81 A B C D E F G H I J
82 A B C D E F G H I J
[all …]
H A Dbug43492_2.phpt64 A B C D E F G H I J
65 A B C D E F G H I J
66 A B C D E F G H I J
67 A B C D E F G H I J
68 A B C D E F G H I J
69 A B C D E F G H I J
70 A B C D E F G H I J
71 A B C D E F G H I J
72 A B C D E F G H I J
73 A B C D E F G H I J
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities21.phpt85 0009F: 9f 9f
99 0007F: 7f 7f
101 0009F: 9f 9f
117 0009F: 26647a63793b 9f
131 0007F: 7f 7f
133 0009F: 9f 9f
147 0007F: 7f 7f
149 0009F: INVALID SEQUENCE
163 0007F: 7f 7f
179 0007F: 7f 7f
[all …]
H A Dbug65230.phpt23 printf(" %%F: %F\n", $value);
37 %F: 3.410000
44 %F: 3.410000
51 %F: 3.410000
58 %F: 3.410000
H A Dvsprintf_basic3.phpt19 $format11 = "%F";
20 $format22 = "%F %F";
21 $format33 = "%F %F %F";
H A Dvprintf_basic3.phpt19 $format11 = "%F";
20 $format22 = "%F %F";
21 $format33 = "%F %F %F";
H A Dsprintf_basic3.phpt20 $format11 = "%F";
21 $format22 = "%F %F";
22 $format33 = "%F %F %F";
H A Dvfprintf_basic3.phpt19 $format11 = "%F";
20 $format22 = "%F %F";
21 $format33 = "%F %F %F";
H A Dhtmlentities20.phpt98 0001F: efbfbd efbfbd
100 0007F: efbfbd efbfbd
102 0009F: efbfbd efbfbd
126 0001F: efbfbd efbfbd
128 0007F: 7f 7f
130 0009F: c29f c29f
154 0001F: efbfbd efbfbd
156 0007F: efbfbd efbfbd
158 0009F: efbfbd efbfbd
184 0007F: 7f 7f
[all …]
H A Dprintf_basic3.phpt20 $format11 = "%F";
21 $format22 = "%F %F";
22 $format33 = "%F %F %F";
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt28 string(1) "F"
65 string(1) "F"
97 string(1) "F"
129 string(1) "F"
154 string(1) "F"
177 string(1) "F"
200 string(1) "F"
222 string(1) "F"
242 string(1) "F"
262 string(1) "F"
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dencoding.c193 #define F 0 /* character never appears in text */ macro
200 F, F, F, F, F, F, F, T, T, T, T, F, T, T, F, F, /* 0x0X */
202 F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */
208 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */
408 #undef F
/PHP-5.5/sapi/cli/tests/
H A D012.phpt10 var_dump(`"$php" -n -F some.php -F some.php`);
11 var_dump(`"$php" -n -F some.php -R some.php`);
12 var_dump(`"$php" -n -R some.php -F some.php`);
22 string(32) "You can use -R or -F only once.
24 string(32) "You can use -R or -F only once.
26 string(32) "You can use -R or -F only once.
28 string(32) "You can use -R or -F only once.
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_basic.phpt16 "5F",
43 .........value= 5F res = 0
54 .........value= 5F res = 0
65 .........value= 5F res = 0
76 .........value= 5F res = 0
87 .........value= 5F res = 0
111 .........value= 5F res = 5
122 .........value= 5F res = 5
133 .........value= 5F res = 5
144 .........value= 5F res = 5
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getConstants_basic.phpt12 class F extends E {
13 const a = 'hello from F';
18 $classes = array('C', 'D', 'E', 'F', 'X');
41 Constants from class F:
44 string(12) "hello from F"
H A DReflectionClass_getConstant_basic.phpt12 class F extends E {
13 const a = 'hello from F';
18 $classes = array("C", "D", "E", "F", "X");
36 Reflecting on class F:
37 string(12) "hello from F"
H A DReflectionObject_getConstants_basic.phpt12 class F extends E {
13 const a = 'hello from F';
18 $classes = array("C", "D", "E", "F", "X");
42 Reflecting on instance of class F:
45 string(12) "hello from F"
H A DReflectionClass_hasMethod_001.phpt38 echo " --> Check for F(): ";
39 var_dump($rc->hasMethod("F"));
48 --> Check for F(): bool(true)
53 --> Check for F(): bool(true)
58 --> Check for F(): bool(true)
63 --> Check for F(): bool(true)
68 --> Check for F(): bool(true)
73 --> Check for F(): bool(true)
H A DReflectionObject_getConstant_basic.phpt12 class F extends E {
13 const a = 'hello from F';
18 $classes = array("C", "D", "E", "F", "X");
36 Reflecting on instance of class F:
37 string(12) "hello from F"
H A Dbug48336.phpt22 class F extends E {
27 for($class = 'A'; $class <= 'F'; $class ++) {
44 F => F
/PHP-5.5/ext/mbstring/tests/
H A Dbug31911.phpt7 echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt57 Conint 0222F
70 DZcy 0040F
389 Pcy 0041F
518 Uarr 0219F
579 YAcy 0042F
603 acd 0223F
930 dzcy 0045F
1426 ngt 0226F
1598 pcy 0043F
1741 rlm 0200F
[all …]
/PHP-5.5/ext/standard/tests/filters/
H A Dread.phpt61 IF ($F = FOPEN(__FILE__, "RB")) {
62 STREAM_FILTER_APPEND($F, "STRTOUPPER");
63 WHILE (!FEOF($F)) {
64 ECHO FREAD($F, 8192);
66 FCLOSE($F);
/PHP-5.5/ext/ftp/tests/
H A Dftp_mdtm_basic.phpt23 echo date("F d Y H:i:s u",$time), PHP_EOL;
26 echo date("F d Y H:i:s u",$time), PHP_EOL;
29 echo date("F d Y H:i:s u",$time), PHP_EOL;
35 echo date("F d Y H:i:s u",$time), PHP_EOL;
/PHP-5.5/ext/standard/
H A Dmd5.c207 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
208 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
209 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
210 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
211 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
212 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
213 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
214 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
215 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
216 STEP(F, d, a, b, c, SET(9), 0x8b44f7af, 12) in body()
[all …]

Completed in 108 milliseconds

12345678