Home
last modified time | relevance | path

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

12345678

/PHP-7.4/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 …]
H A Dimp_res_field.phpt58 $is_null = oci_field_is_null($s, $i) ? "T" : "F";
159 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
160 C2_VARCHAR210 : is_null F, precision 0, scale 0, size 10, typeraw 1, type VARCHAR2
162 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
164 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
169 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
179 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
186 C4_NUMBER52 : is_null F, precision 5, scale 2, size 22, typeraw 2, type NUMBER
205 C1_NUMBER : is_null F, precision 0, scale -127, size 22, typeraw 2, type NUMBER
213 C3_VARCHAR21 : is_null F, precision 0, scale 0, size 4, typeraw 1, type VARCHAR2
[all …]
/PHP-7.4/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-7.4/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-7.4/ext/standard/tests/strings/
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-7.4/ext/fileinfo/libmagic/
H A Dencoding.c226 #define F 0 /* character never appears in text */ macro
233 F, F, F, F, F, F, F, T, T, T, T, T, T, T, F, F, /* 0x0X */
235 F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */
241 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */
504 #undef F
/PHP-7.4/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 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 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 Dbug48336.phpt22 class F extends E {
27 for($class = 'A'; $class <= 'F'; $class ++) {
44 F => F
/PHP-7.4/ext/opcache/tests/
H A Dcompact_literals.phpt79 class F {
80 const F="F";
84 public static $F = "FP";
89 var_dump(F::E); //"FE"
90 var_dump(F::F); //"F"
92 var_dump(F::TEST); //"FALSE"
94 var_dumP(F::$F); //"FP"
95 var_dumP(F::$E); //"FEP"
181 string(1) "F"
/PHP-7.4/ext/mbstring/tests/
H A Dbug31911.phpt7 echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
/PHP-7.4/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-7.4/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-7.4/tests/lang/
H A D014.phpt5 function F ($a) {
10 F("echo \"Hello\";");
/PHP-7.4/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;

Completed in 57 milliseconds

12345678