Home
last modified time | relevance | path

Searched refs:f (Results 76 – 100 of 903) sorted by relevance

12345678910>>...37

/PHP-5.5/tests/classes/
H A Dtype_hinting_005a.phpt5 Class C { function f(array $a) {} }
8 Class D1 extends C { function f(array $a) {} }
11 Class D2 extends C { function f(SomeClass $a) {} }
15 Strict Standards: Declaration of D2::f() should be compatible with C::f(array $a) in %s on line 8
H A Dinheritance_003.phpt8 function f($x) {}
13 function f() {}
20 Strict Standards: Declaration of B::f() should be compatible with A::f($x) in %sinheritance_003.php…
H A Dinheritance_004.phpt8 function f() {}
13 function f($x) {}
20 Strict Standards: Declaration of B::f() should be compatible with A::f() in %sinheritance_004.php o…
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem17 a1:21:6a:55:4e:4d:3f:e6:67:9d:26:99:b2:cd:a4:
22 a7:47:8c:0d:26:90:56:4e:e6:a5:6e:8c:b3:f2:9f:
26 5e:1f:a3:53:5f:24:13:1c:f8:28:32:b0:7f:69:69:f3:0e:c0:
28 c9:7f:45:20:74:3e:89:c0:e0:26:84:51:cc:04:16:ce:69:99:
29 01:e1:26:99:b3:e3:f5:bd:ec:5f:a0:84:e4:38:da:75:78:7b:
31 02:94:86:11:3a:c4:61:7d:6f:71:83:21:8a:17:fb:17:e2:ee:
32 02:6b:61:c1:b4:52:63:d7:d8:46:b2:c5:9c:6f:38:91:8a:35:
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c66 if (f > str_len || (f < 0 && -f > str_len)) { in grapheme_substr_ascii()
70 if (l < 0 && (l + str_len - f) < 0) { in grapheme_substr_ascii()
77 if (f < 0) { in grapheme_substr_ascii()
78 f = str_len + f; in grapheme_substr_ascii()
79 if (f < 0) { in grapheme_substr_ascii()
80 f = 0; in grapheme_substr_ascii()
89 l = (str_len - f) + l; in grapheme_substr_ascii()
95 if (f >= str_len) { in grapheme_substr_ascii()
99 if ((f + l) > str_len) { in grapheme_substr_ascii()
100 l = str_len - f; in grapheme_substr_ascii()
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_012.phpt19 $phar['f.php'] = 'hi';
20 var_dump(isset($phar['f.php']));
21 echo $phar['f.php'];
23 unset($phar['f.php']);
24 var_dump(isset($phar['f.php']));
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_variation3.phpt103 float(%f)
105 float(%f)
107 float(%f)
109 float(%f)
111 float(%f)
113 float(%f)
115 float(%f)
124 float(-%f)
126 float(-%f)
128 float(-%f)
[all …]
H A Darray_fill.phpt50 start: 0 num: 0 value: f
85 start: 0 num: 1 value: f
88 string(1) "f"
134 string(1) "f"
136 string(1) "f"
202 string(1) "f"
248 string(1) "f"
250 string(1) "f"
316 string(1) "f"
362 string(1) "f"
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation34_64bit.phpt71 string(10) "0-9A-Fa-f]"
86 string(10) "0-9A-Fa-f]"
101 string(10) "0-9A-Fa-f]"
116 string(10) "0-9A-Fa-f]"
131 string(10) "0-9A-Fa-f]"
146 string(10) "0-9A-Fa-f]"
161 string(10) "0-9A-Fa-f]"
176 string(10) "0-9A-Fa-f]"
191 string(10) "0-9A-Fa-f]"
206 string(10) "0-9A-Fa-f]"
[all …]
H A Dbug47322.phpt6 sscanf(":59:58","%s:%d:%f", $a, $b, $c);
9 sscanf("15:01:58.2","%d:%f:%f", $a, $b, $c);
12 sscanf("15.1111::foo","%f:%d:%s", $a, $b, $c);
H A Dbug26973.phpt8 printf("%+05f\n", 200);
9 printf("%+05f\n", -200);
15 printf("%05f\n", 200);
16 printf("%05f\n", -200);
H A Dstripslashes_variation4.phpt21 array("f\\'oo", "b\\'ar", array("fo\\'o", "b\\'ar")),
22 array("f\\'oo", "b\\'ar", array("")),
23 array("f\\'oo", "b\\'ar", array("fo\\'o", "b\\'ar", array(""))),
24 array("f\\'oo", "b\\'ar", array("fo\\'o", "b\\'ar", array("fo\\'o", "b\\'ar")))
67 string(4) "f'oo"
82 string(4) "f'oo"
95 string(4) "f'oo"
115 string(4) "f'oo"
H A Dvprintf_basic3.phpt15 $format1 = "%f";
16 $format2 = "%f %f";
17 $format3 = "%f %f %f";
H A Dsprintf_variation35.phpt70 string(10) "0-9A-Fa-f]"
85 string(10) "0-9A-Fa-f]"
100 string(10) "0-9A-Fa-f]"
115 string(10) "0-9A-Fa-f]"
130 string(10) "0-9A-Fa-f]"
145 string(10) "0-9A-Fa-f]"
160 string(10) "0-9A-Fa-f]"
175 string(10) "0-9A-Fa-f]"
190 string(10) "0-9A-Fa-f]"
205 string(10) "0-9A-Fa-f]"
[all …]
H A Dsprintf_variation35_64bit.phpt66 string(10) "0-9A-Fa-f]"
81 string(10) "0-9A-Fa-f]"
96 string(10) "0-9A-Fa-f]"
111 string(10) "0-9A-Fa-f]"
126 string(10) "0-9A-Fa-f]"
141 string(10) "0-9A-Fa-f]"
156 string(10) "0-9A-Fa-f]"
171 string(10) "0-9A-Fa-f]"
186 string(10) "0-9A-Fa-f]"
201 string(10) "0-9A-Fa-f]"
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_set_chunk_size.phpt28 $f = fopen("test://foo","r");
34 var_dump(stream_set_chunk_size($f, 1));
36 var_dump(strlen(fread($f, 10000)));
38 var_dump(fwrite($f, str_repeat('b', 3)));
41 var_dump(stream_set_chunk_size($f, 100));
43 var_dump(strlen(fread($f, 250)));
45 var_dump(strlen(fread($f, 50)));
47 var_dump(strlen(fread($f, 50)));
52 var_dump(stream_set_chunk_size($f, 0));
53 var_dump(stream_set_chunk_size($f, -1));
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49847.phpt8 $f = dirname(__FILE__) . '\\bug49847.tmp';
11 file_put_contents($f, $s);
12 exec('type ' . $f, $output);
18 unlink($f);
/PHP-5.5/Zend/tests/
H A Dbug29104.phpt11 function f()
13 echo "function f\n";
22 f();
27 function f
H A Dbug38146.phpt7 $f = array("foo"=>"bar","bar"=>"foo");
8 return $f;
12 $f = new foo();
13 foreach($f->bar as $key => $value) {
H A Dbug47981.phpt13 class b implements a { function f($a=1) {}}
14 class c extends b {function f() {}}
17 string(60) "Declaration of c::f() should be compatible with b::f($a = 1)"
/PHP-5.5/tests/lang/
H A Dtype_hints_002.phpt9 function f(P $p = NULL) {
16 $o->f(new P);
17 $o->f();
18 $o->f(NULL);
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt15 $f = "parse_ini_file_variation3";
16 $dir1 = $pwd."/".$f.".dir1";
17 $dir2 = $pwd."/".$f.".dir2";
18 $dir3 = $pwd."/".$f.".dir3";
61 $f = "parse_ini_file_variation3";
64 $dir1 = $pwd."/".$f.".dir1";
65 $dir2 = $pwd."/".$f.".dir2";
66 $dir3 = $pwd."/".$f.".dir3";
/PHP-5.5/sapi/cli/tests/
H A Dbug44564.phpt12 var_dump(escapeshellcmd('f{o}<€>'));
13 var_dump(escapeshellarg('f~|;*Þ?'));
19 string(13) "f\{o\}\<€\>"
20 string(10) "'f~|;*Þ?'"
/PHP-5.5/ext/ldap/
H A Dconfig.m46 if test -f $1/include/ldap.h; then
10 elif test -f $1/include/umich-ldap/ldap.h; then
14 elif test -f $1/ldap/public/ldap.h; then
30 if test -f $OCISDKRPMINC/ldap.h; then
35 elif test -f $1/sdk/include/ldap.h; then
51 if test -f $i/include/sasl/sasl.h; then
55 elif test -f $i/include/sasl.h; then
120 if test -f $LDAP_LIBDIR/liblber.a || test -f $LDAP_LIBDIR/liblber.$SHLIB_SUFFIX_NAME; then
124 …elif test -f $LDAP_LIBDIR/libldap.$SHLIB_SUFFIX_NAME || test -f $LDAP_LIBDIR/libldap.$SHLIB_SUFFIX…
157 elif test -f $LDAP_LIBDIR/libldap30.$SHLIB_SUFFIX_NAME; then
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_toString_002.phpt9 function f() {}
12 function f() {}
18 function f() {}
47 Method [ <user> public method f ] {
71 Method [ <user, overwrites A, prototype A> public method f ] {
95 Method [ <user, inherits B, prototype A> public method f ] {
119 Method [ <user, overwrites B, prototype A> public method f ] {

Completed in 48 milliseconds

12345678910>>...37