Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.0/Zend/tests/
H A Dbug33996.phpt7 class Foo
12 function FooTest(Foo $foo)
24 FooTest(new Foo());
29 Fatal error: Uncaught TypeError: Argument 1 passed to FooTest() must be an instance of Foo, none gi…
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 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 Dbug29368.phpt6 class Foo
21 $bar = new Foo;
32 Foo::__construct
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 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 Dexception_004.phpt8 class Foo { }
11 throw new Foo();
12 } catch (Foo $e) {
H A Dbug72496.phpt5 class Foo
9 return 'Foo';
23 class Bar extends Foo
H A Dargument_restriction_003.phpt5 class Foo {
9 …public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllll…
19 Warning: Declaration of Sub::test() should be compatible with Base::test(Foo $foo, array $bar, $opt…
H A Dns_067.inc2 use Foo\Bar\Foo as Test;
/PHP-7.0/Zend/tests/return_types/
H A Dinheritance008.phpt11 class Foo {
17 class Bar extends Foo {
24 var_dump(Foo::test());
H A Dinheritance007.phpt9 class Foo {
15 class Bar extends Foo {
22 Fatal error: Declaration of Bar::test(): ArrayObject must be compatible with Foo::test(): Traversab…
H A Dinheritance006.phpt11 class Foo {
17 class Bar extends Foo {
24 Fatal error: Declaration of Bar::test(): B must be compatible with Foo::test(): A in %sinheritance0…
H A D023.phpt7 class Foo {
8 function foo() : Foo {}
12 …e name as their class will not be constructors in a future version of PHP; Foo has a deprecated co…
H A Dinheritance009.phpt9 class Foo {
15 class Bar extends Foo {
22 var_dump(Foo::test());
/PHP-7.0/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…
/PHP-7.0/ext/reflection/tests/
H A Dbug64936.phpt18 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
25 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
/PHP-7.0/sapi/phpdbg/tests/
H A Dprint_002.phpt34 namespace Foo {
36 function Foo($bar) {
49 (new \Foo\Bar)->Foo("test");
H A Dinfo_001.phpt23 User Class Foo\Bar (2)
63 namespace Foo {
65 function Foo($bar) {
78 (new \Foo\Bar)->Foo("test");
/PHP-7.0/Zend/
H A Dmicro_bench.php24 class Foo { class
135 $x = Foo::$a;
141 Foo::$a = 0;
147 $x = isset(Foo::$a);
153 $x = empty(Foo::$a);
159 Foo::f();
165 $x = new Foo();
295 Foo::read_static(N);
297 Foo::write_static(N);
311 Foo::call_static(N);
[all …]

Completed in 25 milliseconds

12345678910>>...14