Home
last modified time | relevance | path

Searched refs:f (Results 476 – 500 of 928) sorted by relevance

1...<<11121314151617181920>>...38

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36999.phpt39 printf("%s %0.0f\n", gettype($num), $num);
41 printf("%s %0.0f\n", gettype($ret), $ret);
/PHP-7.4/ext/zlib/tests/
H A Dgzread_basic.phpt14 $f = __DIR__."/004.txt.gz";
15 $h = gzopen($f, 'r');
H A Dgzrewind_basic.phpt11 $f = __DIR__."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzseek_variation6.phpt11 $f = __DIR__."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzgetc_basic.phpt19 $f = __DIR__."/004.txt.gz";
20 $h = gzopen($f, 'r');
H A Dgzgetc_basic_1.phpt19 $f = __DIR__."/004.txt.gz";
20 $h = gzopen($f, 'r');
/PHP-7.4/ext/standard/tests/http/
H A Dhttp_response_header_03.phpt20 $f = file_get_contents('http://127.0.0.1:22348/');
21 var_dump($f);
/PHP-7.4/Zend/tests/generators/
H A Dbug71013.phpt18 $f = new FooBar;
19 yield from $f;
/PHP-7.4/ext/tidy/
H A Dconfig.m416 if test -f $i/include/$j/$j.h; then
21 elif test -f $i/include/$j.h; then
36 if test -f "$TIDY_INCDIR/tidybuffio.h"; then
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getMethod_002.phpt9 function f() {}
20 var_dump($rc->getMethod("f", "f"));
H A DReflectionClass_export_basic1.phpt12 $f = null,
56 Parameter #5 [ <optional> $f = NULL ]
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m419 if test -f "$PDO_OCI_LCS"; then
23 elif test -f $PDO_OCI_LCS_BASE.9.0; then
110 if test -f "$OCISDKRPMINC/oci.h" ; then
113 elif test -f "$OCISDKMANINC/oci.h" ; then
116 elif test -f "$OCISDKZIPINC/oci.h" ; then
146 if test -f "$PDO_OCI_LIB_DIR/sysliblist"; then
148 elif test -f "$PDO_OCI_DIR/rdbms/lib/sysliblist"; then
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt2 sprintf %f #2
48 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
76 var_dump(sprintf("%01.2f", $money)); // output "123.10"
101 string\(22\) \"%f = '43951789\.000000'\"
H A Dvfprintf_variation19.phpt19 "% f % f % f",
H A Dvfprintf_variation19_64bit.phpt19 "% f % f % f",
H A Daddcslashes_003.phpt36 string(11) "\f\o\o\[ \]"
38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
/PHP-7.4/ext/standard/tests/array/
H A Dbug34227.phpt64 function f($str)
73 $ret = array_filter(array(0), 'f');
H A Darray_walk_recursive_basic2.phpt13 $fruits = array("a" => "lemon", "b" => array( "c" => "orange", "d" => "banana"), "e" => array("f" =…
70 string(1) "f"
87 string(1) "f"
102 string(1) "f"
/PHP-7.4/ext/pspell/
H A Dconfig.m414 if test -f $i/include/pspell/pspell.h; then
17 elif test -f $i/include/pspell.h; then
/PHP-7.4/ext/date/tests/
H A Dbug53437_var6.phpt7 …:"0";s:1:"d";s:3:"bla";s:1:"h";s:1:"6";s:1:"i";s:1:"8";s:1:"s";s:1:"0";s:1:"f";d:0.123654;s:7:"wee…
28 ["f"]=>
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_003w.phpt11 function __construct($f, $s) {
12 $this->floatMessage = $f;
17 function __construct($f, $s, $x1, $x2, $x3) {
18 parent::__construct($f,$s);
H A Dr4_groupH_complex_rpcenc_004w.phpt11 function __construct($s, $i, $f) {
14 $this->varFloat = $f;
18 function __construct($f, $s) {
19 $this->floatMessage = $f;
H A Dr4_groupH_complex_rpcenc_005w.phpt11 function __construct($s, $i, $f) {
14 $this->varFloat = $f;
18 function __construct($f, $s) {
19 $this->floatMessage = $f;
H A Dr4_groupH_complex_rpcenc_006w.phpt11 function __construct($s, $i, $f) {
14 $this->varFloat = $f;
18 function __construct($f, $s) {
19 $this->floatMessage = $f;
/PHP-7.4/tests/run-test/
H A Dtest002.phpt15 %f

Completed in 32 milliseconds

1...<<11121314151617181920>>...38