/PHP-7.4/ext/oci8/tests/ |
H A D | imp_res_3.phpt | 118 2 f 2 f 2 f 2 f 2 f 157 2 f 2 f 2 f 2 f 2 f 196 2 f 2 f 2 f 2 f 2 f 235 2 f 2 f 2 f 2 f 2 f 274 2 f 2 f 2 f 2 f 2 f 313 2 f 2 f 2 f 2 f 2 f 352 2 f 2 f 2 f 2 f 2 f 391 2 f 2 f 2 f 2 f 2 f 430 2 f 2 f 2 f 2 f 2 f 469 2 f 2 f 2 f 2 f 2 f [all …]
|
/PHP-7.4/Zend/ |
H A D | zend_vm_gen.php | 631 fputs($f,$s); 1030 out($f, $code); 1678 $f = function($specs) use (&$f) { 1709 fclose($f); 2671 fclose($f); 2709 fclose($f); 2756 out($f, "\n"); 2760 out($f, "{\n"); 2828 out($f, "{\n"); 2834 out($f, "}\n"); [all …]
|
/PHP-7.4/ext/openssl/tests/ |
H A D | openssl_spki_export_challenge_basic.phpt | 56 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 58 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 60 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 62 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 64 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 66 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 68 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 70 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 72 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" 74 string\(36\) \"[0-9a-f]{8}\-([0-9a-f]{4}\-){3}[0-9a-f]{12}\" [all …]
|
/PHP-7.4/ext/phar/ |
H A D | build_precommand.php | 32 unset($f[0]); 33 $c = count($f); 34 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) { 35 unset($f[$c--]); 38 $f[$c] = substr($f[$c], 0, -2); 40 if (substr($f[$c], -1) == "\n") { 41 $f[$c] = substr($f[$c], 0, -1); 44 $f[$c] = substr($f[$c], 0,-2); 46 while ($c && (strlen($f[$c]) == 0 || $f[$c] == "\n" || $f[$c] == "\r\n")) { 47 unset($f[$c--]); [all …]
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | sprintf_variation9.phpt | 50 "%Lf", " %f", "%f ", 51 "\t%f", "\n%f", "%4f", 52 "%30f", "%[0-9]", "%*f", 72 string(1) "f" 74 string(1) "f" 83 string(1) "f" 87 string(1) "f" 89 string(1) "f" 98 string(1) "f" 102 string(1) "f" [all …]
|
H A D | sprintf_variation13.phpt | 39 "%Lf", " %f", "%f ", 40 "\t%f", "\n%f", "%4f", 41 "%30f", "%[0-9]", "%*f" 61 string(1) "f" 63 string(1) "f" 72 string(1) "f" 76 string(1) "f" 78 string(1) "f" 87 string(1) "f" 91 string(1) "f" [all …]
|
H A D | sprintf_variation10.phpt | 37 "%Lf", " %f", "%f ", 38 "\t%f", "\n%f", "%4f", 39 "%30f", "%[0-9]", "%*f" 60 string(1) "f" 62 string(1) "f" 71 string(1) "f" 75 string(1) "f" 77 string(1) "f" 86 string(1) "f" 90 string(1) "f" [all …]
|
H A D | sprintf_variation12.phpt | 33 "%Lf", " %f", "%f ", 34 "\t%f", "\n%f", "%4f", 35 "%30f", "%[0-9]", "%*f" 56 string(1) "f" 58 string(1) "f" 67 string(1) "f" 71 string(1) "f" 73 string(1) "f" 82 string(1) "f" 86 string(1) "f" [all …]
|
H A D | sprintf_f.phpt | 2 sprintf %f 6 var_dump(sprintf("%3.2f", 1.2)); 7 var_dump(sprintf("%-3.2f", 1.2)); 8 var_dump(sprintf("%03.2f", 1.2)); 9 var_dump(sprintf("%-03.2f", 1.2)); 11 var_dump(sprintf("%5.2f", 3.4)); 12 var_dump(sprintf("%-5.2f", 3.4)); 13 var_dump(sprintf("%05.2f", 3.4)); 14 var_dump(sprintf("%-05.2f", 3.4)); 16 var_dump(sprintf("%7.2f", -5.6)); [all …]
|
H A D | sprintf_variation14.phpt | 23 "%Lf", " %f", "%f ", 24 "\t%f", "\n%f", "%4f", 25 "%30f", "%[0-9]", "%*f" 45 string(1) "f" 47 string(1) "f" 56 string(1) "f" 60 string(1) "f" 62 string(1) "f" 71 string(1) "f" 75 string(1) "f" [all …]
|
H A D | vsprintf_variation5.phpt | 20 "%f", 21 "%+f %-f %F", 22 "%lf %Lf, %4f %-4f", 23 "%10.4f %-10.4F %04f %04.4f", 24 "%'#2f %'2f %'$2f %'_2f", 25 "%f %f %f %f", 26 "% %%f f%", 27 '%3$f %4$f %1$f %2$f' 65 string(57) "2147483649.000000 f, 2147483640.000000 -2147483640.000000" 77 string(15) "%-5678.567800 f"
|
H A D | vprintf_variation5.phpt | 20 "%f", 21 "%+f %-f %F", 22 "%lf %Lf, %4f %-4f", 23 "%10.4f %-10.4F %04f %04.4f", 24 "%'#2f %'2f %'$2f %'_2f", 25 "%f %f %f %f", 26 "% %%f f%", 27 '%3$f %4$f %1$f %2$f' 69 2147483649.000000 f, 2147483640.000000 -2147483640.000000 85 %-5678.567800 f
|
H A D | vfprintf_variation5.phpt | 20 "%f", 21 "%+f %-f %F", 22 "%lf %Lf, %4f %-4f", 23 "%10.4f %-10.4F %04f %04.4f", 24 "%'#2f %'2f %'$2f %'_2f", 25 "%f %f %f %f", 26 "% %%f f%", 27 '%3$f %4$f %1$f %2$f' 74 2147483649.000000 f, 2147483640.000000 -2147483640.000000 82 %-5678.567800 f
|
H A D | sprintf_variation48.phpt | 50 string(%d) "%f" 52 string(%d) "%f" 54 string(%d) " %f" 55 string(%d) "%f " 56 string(%d) " %f" 58 %f" 59 string(%d) "%f" 65 string(%d) "%f" 67 string(%d) "%f" 73 %f" [all …]
|
H A D | vsprintf_variation6.phpt | 19 '%f %+f %-f 20 %lf %Lf %4f %-4f 21 %10.4f %-10.4f %04f %04.4f 22 %\'#2f %\'2f %\'$2f %\'_2f 23 %3$f %4$f %1$f %2$f'; 75 123456.000000 f -12346789.000000 12346789.000000 82 123.000000 f -123.000000 123.000000 89 1.000000 f 1.000000 1.000000 96 1.000000 f 0.000000 1.000000
|
H A D | vprintf_variation6.phpt | 19 '%f %+f %-f 20 %lf %Lf %4f %-4f 21 %10.4f %-10.4f %04f %04.4f 22 %\'#2f %\'2f %\'$2f %\'_2f 23 %3$f %4$f %1$f %2$f'; 77 123456.000000 f -12346789.000000 12346789.000000 85 123.000000 f -123.000000 123.000000 93 1.000000 f 1.000000 1.000000 101 1.000000 f 0.000000 1.000000
|
/PHP-7.4/ext/standard/tests/math/ |
H A D | bug27646.phpt | 7 $f=12.3; 8 var_dump($f); 12 $f=-12.3; 13 var_dump($f); 17 $f=-INF; 22 $f=INF; 27 $f=NAN; 34 float(1%f) 36 float(1%f) 37 float(-1%f) [all …]
|
/PHP-7.4/tests/output/ |
H A D | ob_start_basic_004.phpt | 44 f[call:1; len:1]1 45 f[call:2; len:1]2 46 f[call:3; len:1]3 47 f[call:4; len:1]4 48 f[call:5; len:1]5 49 f[call:6; len:1]6 50 f[call:7; len:1]7 52 f[call:9; len:0] 59 f[call:5; len:0] 69 f[call:3; len:0] [all …]
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_printint.c | 210 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_custring() 220 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_custring_bylen() 328 fprintf(f, " "); in pcre2_printint() 352 fprintf(f, " "); in pcre2_printint() 359 fprintf(f, "\n"); in pcre2_printint() 370 fprintf(f, "\n"); in pcre2_printint() 505 fprintf(f, "{"); in pcre2_printint() 522 fprintf(f, "{"); in pcre2_printint() 535 fprintf(f, "]"); in pcre2_printint() 577 fprintf(f, "]{"); in pcre2_printint() [all …]
|
/PHP-7.4/tests/lang/ |
H A D | engine_assignExecutionOrder_009.phpt | 5 function f($x) { 6 echo "f($x) "; 11 var_dump(f($i=0) < f(++$i)); 12 var_dump(f($i=0) <= f(++$i)); 13 var_dump(f($i=0) > f(++$i)); 14 var_dump(f($i=0) >= f(++$i)); 27 f(0) f(1) bool(true) 28 f(0) f(1) bool(true) 29 f(0) f(1) bool(false) 30 f(0) f(1) bool(false)
|
H A D | engine_assignExecutionOrder_008.phpt | 11 echo $a[$i=f()][++$i]; 63 $i=f(): good 64 $$x=f(): good 65 ${'i'}=f(): good 66 $i[0]=f(): good 67 $i[0][0]=f(): good 68 $i->p=f(): 71 $i->p->q=f(): 76 $i->p[0]=f(): 79 $i->p[0]->p=f(): [all …]
|
H A D | bug24652.phpt | 6 $f = array('7' => 0); 7 var_dump($f); 8 var_dump(array_key_exists(7, $f)); 9 var_dump(array_key_exists('7', $f)); 13 $f = array_flip(array('7')); 14 var_dump($f); 15 var_dump(array_key_exists(7, $f)); 16 var_dump(array_key_exists('7', $f));
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | ftruncate_bug76803.phpt | 8 $f = fopen($fn, "w"); 9 fwrite($f, "Hello"); 10 ftruncate($f, 2); 11 fwrite($f, "World"); 12 fclose($f); 15 $f = fopen($fn, "w"); 16 fwrite($f, "Hello"); 17 ftruncate($f, 2); 18 fclose($f); 25 rewind($f); [all …]
|
/PHP-7.4/Zend/tests/ |
H A D | fr47160.phpt | 41 var_dump($f('you')); 63 $f = bar(); 73 $f = $x($c, $m); 80 $f(); 81 call_user_func($f); 86 $f(); 87 call_user_func($f); 93 $f(); 94 call_user_func($f); 99 $f(); [all …]
|
/PHP-7.4/ext/phar/tests/ |
H A D | phar_oo_007.phpt | 24 $f = $phar['a.php']; 26 $s = $f->fstat(); 32 var_dump($f->ftell()); 33 var_dump($f->eof()); 34 var_dump($f->fgets()); 35 var_dump($f->eof()); 37 var_dump($f->ftell()); 38 var_dump($f->fgets()); 48 $f = $phar['a.php']; 51 var_dump($f->eof()); [all …]
|