Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt28 string(1) "F"
60 string(1) "F"
92 string(1) "F"
124 string(1) "F"
149 string(1) "F"
172 string(1) "F"
195 string(1) "F"
217 string(1) "F"
237 string(1) "F"
257 string(1) "F"
[all …]
/php-src/ext/reflection/tests/
H A Dgh8982.phpt7 class F
18 #[F]
25 #[F]
40 test(F::class, $f);
42 test(F::class, $m);
47 object(F)#4 (0) {
50 Attribute "F" cannot target method (allowed targets: function)
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 {
26 $classes = ['A', 'B', 'C', 'D', 'E', 'F'];
44 F => F
/php-src/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-src/ext/standard/tests/strings/
H A Dvsprintf_basic3.phpt14 $format11 = "%F";
15 $format22 = "%F %F";
16 $format33 = "%F %F %F";
H A Dbug65230.phpt24 printf(" %%F: %F\n", $value);
39 %F: 3.410000
46 %F: 3.410000
53 %F: 3.410000
60 %F: 3.410000
H A Dvprintf_basic3.phpt14 $format11 = "%F";
15 $format22 = "%F %F";
16 $format33 = "%F %F %F";
H A Dvfprintf_basic3.phpt14 $format11 = "%F";
15 $format22 = "%F %F";
16 $format33 = "%F %F %F";
H A Dsprintf_basic3.phpt15 $format11 = "%F";
16 $format22 = "%F %F";
17 $format33 = "%F %F %F";
H A Dprintf_basic3.phpt15 $format11 = "%F";
16 $format22 = "%F %F";
17 $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 …]
/php-src/tests/basic/
H A Dgh7896.phpt8 FÖÖ=GüИter传
12 $_SERVER['FÖÖ'],
13 $_ENV['FÖÖ'],
14 getenv('FÖÖ')
/php-src/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-src/ext/opcache/tests/jit/
H A Dfetch_static_prop_001.phpt9 class F {
12 F::$a[] = 2;
13 var_dump(F::$a);
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c235 #define F 0 /* character never appears in text */ macro
242 F, F, F, F, F, F, F, T, T, T, T, T, T, T, F, F, /* 0x0X */
244 F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */
250 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */
566 #undef F
/php-src/ext/mbstring/tests/
H A Dbug31911.phpt7 echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
/php-src/ext/curl/tests/
H A Dcurl_escape.phpt16 string(36) "http%3A%2F%2Fwww.php.net%2F%20%3F%21"
/php-src/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-src/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-src/Zend/tests/offsets/
H A Darray_container_offset_behaviour.phpt51 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
57 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
60 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
64 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
67 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
71 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
75 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
79 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
84 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
88 Deprecated: Implicit conversion from float %F to int loses precision in %s on line %d
[all …]

Completed in 150 milliseconds

1234567891011