/PHP-8.0/ext/oci8/tests/ |
H A D | bug43492.phpt | 73 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 D | bug43492_2.phpt | 64 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-8.0/ext/standard/tests/array/ |
H A D | array_chunk_variation25.phpt | 28 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-8.0/sapi/cli/tests/ |
H A D | 012.phpt | 10 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-8.0/ext/standard/tests/strings/ |
H A D | vsprintf_basic3.phpt | 14 $format11 = "%F"; 15 $format22 = "%F %F"; 16 $format33 = "%F %F %F";
|
H A D | bug65230.phpt | 23 printf(" %%F: %F\n", $value); 38 %F: 3.410000 45 %F: 3.410000 52 %F: 3.410000 59 %F: 3.410000
|
H A D | vprintf_basic3.phpt | 14 $format11 = "%F"; 15 $format22 = "%F %F"; 16 $format33 = "%F %F %F";
|
H A D | sprintf_basic3.phpt | 15 $format11 = "%F"; 16 $format22 = "%F %F"; 17 $format33 = "%F %F %F";
|
H A D | vfprintf_basic3.phpt | 14 $format11 = "%F"; 15 $format22 = "%F %F"; 16 $format33 = "%F %F %F";
|
H A D | printf_basic3.phpt | 15 $format11 = "%F"; 16 $format22 = "%F %F"; 17 $format33 = "%F %F %F";
|
H A D | htmlentities20.phpt | 98 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-8.0/tests/basic/ |
H A D | gh7896.phpt | 8 FÖÖ=GüИter传 12 $_SERVER['FÖÖ'], 13 $_ENV['FÖÖ'], 14 getenv('FÖÖ')
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | encoding.c | 225 #define F 0 /* character never appears in text */ macro 232 F, F, F, F, F, F, F, T, T, T, T, T, T, T, F, F, /* 0x0X */ 234 F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ 240 T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, F, /* 0x7X */ 503 #undef F
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionClass_getConstants_basic.phpt | 12 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 D | ReflectionClass_getConstant_basic.phpt | 12 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 D | ReflectionObject_getConstants_basic.phpt | 12 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 D | ReflectionObject_getConstant_basic.phpt | 12 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 D | ReflectionClass_hasMethod_001.phpt | 38 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 D | bug48336.phpt | 22 class F extends E { 27 for($class = 'A'; $class <= 'F'; $class ++) { 44 F => F
|
/PHP-8.0/ext/opcache/tests/ |
H A D | compact_literals.phpt | 79 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-8.0/ext/mbstring/tests/ |
H A D | bug31911.phpt | 7 echo mb_decode_mimeheader("Works: =?iso-8859-1?q?=3F=3F=3F?=");
|
/PHP-8.0/ext/standard/tests/filters/ |
H A D | read.phpt | 61 IF ($F = FOPEN(__FILE__, "RB")) { 62 STREAM_FILTER_APPEND($F, "STRTOUPPER"); 63 WHILE (!FEOF($F)) { 64 ECHO FREAD($F, 8192); 66 FCLOSE($F);
|
/PHP-8.0/ext/standard/html_tables/ |
H A D | ents_html5.txt | 57 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-8.0/tests/lang/ |
H A D | 014.phpt | 5 function F ($a) { 10 F("echo \"Hello\";");
|
H A D | 012.phpt | 5 function F () { 13 echo F();
|