Home
last modified time | relevance | path

Searched refs:f (Results 226 – 250 of 1040) sorted by relevance

12345678910>>...42

/php-src/ext/reflection/tests/
H A Dbug74949.phpt6 $f = function () {};
8 $r = new ReflectionMethod($f, "__invoke");
10 unset($f);
H A DReflectionFiber_notrace_1.phpt5 $f = new Fiber(Fiber::suspend(...));
6 $f->start();
8 $reflection = new ReflectionFiber($f);
/php-src/Zend/tests/
H A Dbug43344_12.phpt5 function f($a=array(namespace\bar)) {
8 echo f()."\n";
13 #0 %s(%d): f()
H A Dbug43344_13.phpt5 function f($a=array(namespace\bar=>0)) {
9 echo f()."\n";
14 #0 %s(%d): f()
H A Dbug43344_3.phpt6 function f($a=Foo::bar) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_7.phpt6 function f($a=namespace\bar) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_4.phpt6 function f($a=array(Foo::bar)) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
H A Dbug43344_8.phpt6 function f($a=array(namespace\bar)) {
9 echo f()."\n";
14 #0 %s(%d): Foo\f()
/php-src/ext/gd/libgd/
H A Dgd_filter.c120 FuncPtr f; in gdImageNegate() local
130 pxl = f (src, x, y); in gdImageNegate()
153 FuncPtr f; in gdImageGrayScale() local
167 pxl = f (src, x, y); in gdImageGrayScale()
193 FuncPtr f; in gdImageBrightness() local
240 FuncPtr f; in gdImageContrast() local
252 pxl = f(src, x, y); in gdImageContrast()
297 FuncPtr f; in gdImageColor() local
309 pxl = f(src, x, y); in gdImageColor()
342 FuncPtr f; in gdImageConvolution() local
[all …]
/php-src/tests/lang/
H A DforeachLoop.001.phpt19 foreach (array("d","e","f") as $v) {
22 foreach (array("d","e","f") as $k => $v) {
53 string(1) "f"
59 string(1) "f"
61 string(1) "f"
/php-src/sapi/cgi/tests/
H A D004.phpt2 execute a file with -f
30 var_dump(`$php -n -f "$filename"`);
32 var_dump(`$php -n -f "$filename" 2>/dev/null`);
34 var_dump(`$php -n -f "wrong"`);
/php-src/ext/standard/tests/math/
H A Dcosh_basic.phpt53 cosh .5 = float(%f)
55 cosh -0.5 = float(%f)
57 cosh 3 = float(%f)
59 cosh -3 = float(%f)
H A Dsinh_basic.phpt52 sinh .5 = float(%f)
54 sinh -0.5 = float(%f)
56 sinh 3 = float(%f)
58 sinh -3 = float(%f)
H A Dtanh_basic.phpt52 tanh .5 = float(%f)
54 tanh -0.5 = float(%f)
56 tanh 3 = float(%f)
58 tanh -3 = float(%f)
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_trampoline.phpt18 $f = fopen("php://temp", "r+");
19 fwrite($f, self::DTD);
20 rewind($f);
21 return $f;
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_attribute_ns.phpt13 $root->setAttributeNodeNS($dom->createAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns:f"));
14 $root->setAttributeNodeNS($dom->createAttributeNS("http://www.w3.org/1999/xlink", "z:f"));
21 <root x:foo="" xml:id="" xmlns="" xmlns:f="" xlink:f=""></root>
/php-src/ext/opcache/tests/jit/
H A Dclosure_001.phpt27 $f = bar();
29 var_dump($f->call($foo));
30 var_dump($f->call($foo));
31 var_dump($f());
/php-src/Zend/tests/generators/
H A Dgh9750-002.phpt6 function f() {
16 f($gen, f(yield));
H A Dgh9750-003.phpt6 function f() {
16 f(f($gen, yield));
H A Dgh9750-007.phpt6 function f(...$x) {
16 f(f(a: $gen, b: yield));
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation9.phpt99 ["f"]=>
116 ["f"]=>
131 ["f"]=>
149 ["f"]=>
166 ["f"]=>
186 ["f"]=>
204 ["f"]=>
225 ["f"]=>
241 ["f"]=>
260 ["f"]=>
[all …]
H A Darray_unshift_variation7.phpt14 $array = array('f' => "first", "s" => 'second', 1, 2.222);
59 ["f"]=>
76 ["f"]=>
91 ["f"]=>
109 ["f"]=>
123 ["f"]=>
140 ["f"]=>
154 ["f"]=>
171 ["f"]=>
187 ["f"]=>
[all …]
H A Darray_unshift_variation8.phpt14 $array = array('f' => "first", "s" => 'second', 1, 2.222);
59 ["f"]=>
76 ["f"]=>
90 ["f"]=>
107 ["f"]=>
121 ["f"]=>
138 ["f"]=>
152 ["f"]=>
169 ["f"]=>
183 ["f"]=>
[all …]
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt17 $f = 26.7;
18 $s = (string) $f;
21 $f = 2e100;
22 $s = (string) $f;
27 $s1 = "f";
34 $s1 = "f";
54 $s1 = "f";
59 $s1 = "f";
66 $s = "f" . "";
69 $s = "" . "f";
[all …]
/php-src/ext/com_dotnet/
H A Dcom_handlers.c243 if (f->arg_info) { in function_dtor()
244 efree(f->arg_info); in function_dtor()
246 efree(f); in function_dtor()
291 zend_internal_function f, *fptr = NULL; in com_method_get() local
307 f.type = ZEND_INTERNAL_FUNCTION; in com_method_get()
308 f.num_args = 0; in com_method_get()
309 f.arg_info = NULL; in com_method_get()
310 f.scope = obj->ce; in com_method_get()
314 f.doc_comment = NULL; in com_method_get()
316 fptr = &f; in com_method_get()
[all …]

Completed in 33 milliseconds

12345678910>>...42