Home
last modified time | relevance | path

Searched refs:Foo (Results 101 – 125 of 346) sorted by relevance

12345678910>>...14

/PHP-7.1/ext/reflection/tests/
H A Dbug33312.phpt5 class Foo {
6 public function bar(Foo $foo, $bar = 'bar') {
10 $class = new ReflectionClass('Foo');
/PHP-7.1/ext/spl/tests/
H A Dbug44144.phpt7 class Foo {
10 $foo = new Foo;
20 object(Foo)#%d (0) {
H A Darray_022.phpt19 $b['baz'] = 'Foo';
40 $b['baz'] = 'Foo';
57 string(3) "Foo"
68 string(3) "Foo"
/PHP-7.1/Zend/tests/
H A Dgc_011.phpt7 class Foo {
13 $a = new Foo();
21 object(Foo)#%d (1) {
H A Dargument_restriction_004.phpt5 class Foo {
9 abstract public function test(Foo $foo, array $bar, $option = NULL, $extra = 16777215) ;
13 public function test(Foo $foo, array $bar, $option = NULL, $extra = 0xffffff ) {
H A Dbug31525.phpt7 class Foo {
15 $bar = new Foo();
21 object(Foo)#1 (0) {
H A Dbug63468.phpt5 class Foo
14 return 'Foo';
18 class Bar extends Foo
H A Dbug46241.phpt27 trigger_error( 'Foo', E_USER_WARNING );
44 trigger_error( 'Foo', E_USER_WARNING );
48 Caught on second level: 'Foo'
49 Caught on second level: 'Foo'
H A Dbug68652.phpt5 class Foo {
32 Foo::getInstance();
37 $foo = new Foo();
43 #1 [internal function]: Foo->__destruct()
H A Dbug29368.phpt6 class Foo
21 $bar = new Foo;
32 Foo::__construct
H A Dbug43344_7.phpt5 namespace Foo;
12 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_7.php:%d
14 #0 %s(%d): Foo\f()
H A Dbug43344_8.phpt5 namespace Foo;
12 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_8.php:%d
14 #0 %s(%d): Foo\f()
H A Dbug51176.phpt5 class Foo
11 Foo::bar();
25 $foo = new Foo();
H A Dcall_static_002.phpt6 class Foo {
17 $a = new Foo;
19 call_user_func(array('Foo', 'aAa'));
H A Dbug36759.phpt5 class Foo {
23 $x = new Foo($y);
26 Foo::__destruct
H A Dbug43344_9.phpt5 namespace Foo;
13 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_9.php:%d
15 #0 %s(%d): Foo\f()
H A Dbug72119.phpt5 interface Foo {
9 class Hello implements Foo {
18 Fatal error: Declaration of Hello::bar(array $baz = Array) must be compatible with Foo::bar(?array …
H A Dbug62441.phpt11 class Foo implements \Iface {
15 (new Foo)->method(new \stdClass);
19 Fatal error: Declaration of ns\Foo::method(ns\stdClass $o) must be compatible with Iface::method(st…
H A Dbug69467.phpt13 class Foo implements Baz{
17 $test = new Foo();
21 Fatal error: Access level to Foo::bad() must be public (as in class Baz) in %sbug69467.php on line …
H A Dbug75079.phpt6 trait Foo
22 use Foo;
27 use Foo;
H A Dexception_004.phpt8 class Foo { }
11 throw new Foo();
12 } catch (Foo $e) {
/PHP-7.1/Zend/tests/traits/
H A Dbug61998.phpt5 class Foo {
11 echo "From Foo\n";
48 $f = new Foo();
51 $f->func(); //from Foo
62 From Foo
/PHP-7.1/Zend/tests/return_types/
H A Dinheritance008.phpt9 class Foo {
15 class Bar extends Foo {
22 var_dump(Foo::test());
H A Dinheritance007.phpt7 class Foo {
13 class Bar extends Foo {
19 Fatal error: Declaration of Bar::test(): ArrayObject must be compatible with Foo::test(): Traversab…
/PHP-7.1/tests/lang/
H A Dcatchable_error_002.phpt5 class Foo {
8 function blah (Foo $a)
28 Argument 1 passed to blah() must be an instance of Foo, instance of stdClass given, called in %scat…

Completed in 35 milliseconds

12345678910>>...14