Home
last modified time | relevance | path

Searched refs:Foo (Results 151 – 175 of 327) sorted by relevance

12345678910>>...14

/PHP-7.0/ext/reflection/tests/
H A D022.phpt7 class Foo {
10 $class = new ReflectionClass("Foo");
H A D021.phpt7 class Foo {
10 $class = new ReflectionClass("Foo");
H A Dbug70982.phpt5 class Foo {
13 class Bar extends Foo {
H A DReflectionParameter_DefaultValueConstant_basic1.phpt28 class Foo {
29 const bar = 'Foo::bar';
35 $method = new ReflectionMethod('Foo', 'baz');
H A Dbug41884.phpt6 class Foo
12 $class = new ReflectionClass('Foo');
/PHP-7.0/Zend/tests/
H A Dbug38234.phpt5 class Foo {
11 $x = new Foo();
H A Dbug47572.phpt6 class Foo {
13 $foo = new Foo();
H A Dbug39990.phpt5 class Foo {
11 $obj=new Foo();
H A Dbug72119.phpt5 interface Foo {
9 class Hello implements Foo {
H A Dbug43183.phpt6 use Test\Foo;
7 class Foo {}
H A Dbug37251.phpt5 class Foo {
11 $foo = new Foo();
H A Dbug65051.phpt6 class Foo {
15 $array = [[new Foo]];
H A Dbug46665.phpt6 $baz = '\\Foo\\Bar\\Baz';
15 %string|unicode%(11) "Foo\Bar\Baz"
H A Dclass_properties_static.phpt5 class Foo {
10 $f = new Foo;
H A Dspecial_name_error2.phpt6 use Foo\Bar as self;
10 Fatal error: Cannot use Foo\Bar as self because 'self' is a special class name in %s on line %d
H A Dbug70958.phpt5 trait Foo
13 use Foo;
H A Derrmsg_001.phpt10 function Foo();
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
H A Dbug43344_6.phpt5 namespace Foo;
9 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_6.php:%d
/PHP-7.0/Zend/tests/return_types/
H A D016.phpt9 class Foo {
15 $foo = new Foo;
H A D017.phpt15 class Foo {
19 $foo = new Foo;
/PHP-7.0/ext/spl/tests/
H A Dbug48023.phpt7 new Foo;
12 Fatal error: Uncaught Error: Class 'Foo' not found in %s:%d
H A Dbug51374.phpt5 class Foo extends SplFileObject
10 $fileInfo->setFileClass('Foo');
/PHP-7.0/Zend/tests/grammar/
H A Dsemi_reserved_009.phpt11 class Foo
18 Foo::try();
/PHP-7.0/ext/json/tests/
H A Dbug66021.phpt8 class Foo {
12 echo json_encode(array(array(), (object) array(), new Foo), JSON_PRETTY_PRINT);
/PHP-7.0/ext/session/tests/
H A Dsession_module_name_variation4.phpt29 $_SESSION["Foo"] = FALSE;
49 ["Foo"]=>
58 ["Foo"]=>

Completed in 41 milliseconds

12345678910>>...14