Home
last modified time | relevance | path

Searched refs:foo (Results 326 – 350 of 405) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dbasic.test4 {% set foo = 'foo' %}
5 {% set bar = 'foo<br />' %}
7 {{ foo }}
10 {% set foo, bar = 'foo', 'bar' %}
12 {{ foo }}{{ bar }}
16 foo
17 foo&lt;br /&gt;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined.test20 {{ object.foo is defined ? 'ok' : 'ko' }}
26 {{ object.self.foo is defined ? 'ok' : 'ko' }}
30 {{ "foo" is defined ? 'ok' : 'ko' }}
35 {{ { foo: "bar" } is defined ? 'ok' : 'ko' }}
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_method_that_declares_anonymous_class.php2 interface foo { interface
9 $o = new class { public function foo() {} }; function in class_with_method_that_declares_anonymous_class::method::AnonymousClassb9224f5c0100
10 $o = new class{public function foo(){}}; function in class_with_method_that_declares_anonymous_class::method::AnonymousClassb9224f5c0200
13 $o = new class implements foo {};
H A Dclass_with_method_that_declares_anonymous_class2.php4 $foo = new class {
10 return $foo->method_in_anonymous_class();
H A Dclosure.php2 $function1 = function($foo, $bar) use ($var) {}; argument
3 $function2 = function(Foo $foo, $bar) use ($var) {}; argument
4 $function3 = function ($foo, $bar, $baz) {}; argument
5 $function4 = function (Foo $foo, $bar, $baz) {}; argument
H A Dsource4.php12 public function foo(); function
23 public function foo() function in c
H A Dsource5.php2 function foo($a, array $b, array $c = array()) {} function
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
42 public function bar(Foo $foo)
44 $arguments = array($foo);
64 public function baz(Foo $foo)
66 $arguments = array($foo);
H A Dinterface.phpt7 public function bar(Foo $foo);
36 public function bar(Foo $foo)
38 $arguments = array($foo);
H A Dinvocation_object_clone_object.phpt7 public function bar(Foo $foo)
11 public function baz(Foo $foo)
43 public function bar(Foo $foo)
45 $arguments = array($foo);
65 public function baz(Foo $foo)
67 $arguments = array($foo);
H A Dnamespaced_class.phpt9 public function bar(Foo $foo)
13 public function baz(Foo $foo)
44 public function bar(NS\Foo $foo)
46 $arguments = array($foo);
66 public function baz(NS\Foo $foo)
68 $arguments = array($foo);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DProxyObjectTest.php22 $foo = new Foo;
24 $this->assertEquals('result', $foo->doSomething($proxy));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DClassWithSelfTypeHint.php4 public function foo(self $foo) argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dbasic.test5 {{ include("foo.twig") }}
8 --TEMPLATE(foo.twig)--
H A Dsandbox.test4 {{ include("foo.twig", sandboxed = true) }}
5 --TEMPLATE(foo.twig)--
8 {{ foo|e }}
9 {{ foo|e }}
13 Twig\Sandbox\SecurityNotAllowedFilterError: Filter "e" is not allowed in "foo.twig" at line 4.
H A Dsandbox_disabling.test4 {{ include("foo.twig", sandboxed = true) }}
6 --TEMPLATE(foo.twig)--
7 foo
9 {{ foo|e }}
11 return ['foo' => 'bar<br />']
13 foo
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dspecial_chars.test4 {{ §('foo') }}
8 §foo§
H A Dstatic_calls.test4 {{ static_call_string('foo') }}
5 {{ static_call_array('foo') }}
7 return ['foo' => 'foo']
9 *foo*
10 *foo*
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Ddefault_values.test10 {{ test('foo') }}
11 {{ test('bar', 'foo') }}
H A Dnested_calls.test6 {% macro foo(data) %}
14 {{ macros.foo(macros.bar()) }}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D433.phpt27 -'foo'
H A D503.phpt28 foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D783.phpt7 $_SERVER['argv'][3] = 'foo,bar';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClassWithNonPublicAttributes.php21 public $foo = 1; variable in ClassWithNonPublicAttributes
H A DCoverageNamespacedFunctionTest.php9 foo\func();

1...<<11121314151617