/PHP-7.1/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.1/Zend/ |
H A D | zend_vm_gen.php | 612 fputs($f,$s); 941 out($f, $code); 1343 out($f,"{\n"); 1345 out($f,"\n"); 1422 $f = function($specs) use (&$f) { 1504 out_line($f); 1796 out($f, 2193 fclose($f); 2224 fclose($f); 2471 out($f,"\n"); [all …]
|
/PHP-7.1/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.1/ext/pcre/pcrelib/ |
H A D | dftables.c | 61 FILE *f; in main() local 86 if (f == NULL) in main() 95 fprintf(f, in main() 103 fprintf(f, in main() 114 fprintf(f, in main() 121 fprintf(f, in main() 127 fprintf(f, in main() 131 fprintf(f, " "); in main() 151 fprintf(f, in main() 171 fprintf(f, in main() [all …]
|
H A D | pcre_printint.c | 225 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_puchar() 344 fprintf(f, " "); in pcre_printint() 368 fprintf(f, " "); in pcre_printint() 375 fprintf(f, "\n"); in pcre_printint() 379 fprintf(f, " /i "); in pcre_printint() 386 fprintf(f, "\n"); in pcre_printint() 516 fprintf(f, "{"); in pcre_printint() 533 fprintf(f, "{"); in pcre_printint() 546 fprintf(f, "]"); in pcre_printint() 588 fprintf(f, "]{"); in pcre_printint() [all …]
|
/PHP-7.1/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 | 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 | 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 | 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 | 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 | 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 …]
|
/PHP-7.1/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.1/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.1/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.1/scripts/dev/generate-phpt/tests/ |
H A D | gtFunctionTest.php | 11 $f = new gtFunction('cos'); 12 $f->setArgumentNames(); 13 $m = $f->getMandatoryArgumentNames(); 20 $f->setArgumentNames(); 32 $f->setArgumentNames(); 33 $f->setExtraArgumentList(); 41 $f->setArgumentNames(); 42 $f->setShortArgumentList(); 50 $f->setArgumentNames(); 51 $f->setValidArgumentLists(); [all …]
|
H A D | gtVariationTestCaseFunctionTest.php | 9 $f = new gtFunction('cos'); 10 $f->setArgumentNames(); 11 $f->setArgumentLists(); 16 $vtc->setUp($f, 1, 'int'); 26 $f = new gtFunction('date_sunrise'); 27 $f->setArgumentNames(); 28 $f->setArgumentLists(); 34 $vtc->setUp($f, 6, 'int'); 45 $f->setArgumentNames(); 46 $f->setArgumentLists(); [all …]
|
/PHP-7.1/tests/lang/ |
H A D | engine_assignExecutionOrder_008.phpt | 12 echo $a[$i=f()][++$i]; 64 $i=f(): good 65 $$x=f(): good 66 ${'i'}=f(): good 67 $i[0]=f(): good 68 $i[0][0]=f(): good 69 $i->p=f(): 72 $i->p->q=f(): 75 $i->p[0]=f(): good 76 $i->p[0]->p=f(): [all …]
|
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)
|
/PHP-7.1/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.1/ext/phar/tests/ |
H A D | phar_oo_007.phpt | 25 $f = $phar['a.php']; 27 $s = $f->fstat(); 33 var_dump($f->ftell()); 34 var_dump($f->eof()); 35 var_dump($f->fgets()); 36 var_dump($f->eof()); 38 var_dump($f->ftell()); 39 var_dump($f->fgets()); 49 $f = $phar['a.php']; 52 var_dump($f->eof()); [all …]
|