Home
last modified time | relevance | path

Searched refs:Foo (Results 176 – 200 of 368) sorted by relevance

12345678910>>...15

/PHP-7.2/Zend/tests/
H A Dbug38234.phpt5 class Foo {
11 $x = new Foo();
H A Dbug39990.phpt5 class Foo {
11 $obj=new Foo();
H A Dbug43183.phpt6 use Test\Foo;
7 class Foo {}
H A Dbug37251.phpt5 class Foo {
11 $foo = new Foo();
H A Dbug46665.phpt11 $baz = '\\Foo\\Bar\\Baz';
16 %string|unicode%(11) "Foo\Bar\Baz"
H A Dbug65051.phpt6 class Foo {
15 $array = [[new Foo]];
H A Dclass_properties_static.phpt5 class Foo {
10 $f = new Foo;
H A Dbug70958.phpt5 trait Foo
13 use 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 Derrmsg_001.phpt10 function Foo();
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
/PHP-7.2/ext/reflection/tests/
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.2/Zend/tests/return_types/
H A D016.phpt8 class Foo {
14 $foo = new Foo;
H A D017.phpt14 class Foo {
18 $foo = new Foo;
/PHP-7.2/Zend/tests/grammar/
H A Dsemi_reserved_009.phpt11 class Foo
18 Foo::try();
/PHP-7.2/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.2/ext/mbstring/tests/
H A Dbug78609.phpt9 class Foo
17 var_dump(mb_check_encoding(new Foo, 'UTF-8'));
H A Dbug76704.phpt9 var_dump(mb_detect_order('Foo, UTF-8'));
10 var_dump(mb_detect_order(['Foo', 'UTF-8']))
/PHP-7.2/ext/json/tests/
H A Dbug66021.phpt8 class Foo {
12 echo json_encode(array(array(), (object) array(), new Foo), JSON_PRETTY_PRINT);
H A Dbug66025.phpt10 class Foo implements JsonSerializable {
16 echo json_encode([new Foo]), "\n";
/PHP-7.2/ext/session/tests/
H A Dsession_module_name_variation4.phpt29 $_SESSION["Foo"] = FALSE;
48 ["Foo"]=>
57 ["Foo"]=>
/PHP-7.2/Zend/tests/closures/
H A Dclosure_from_callable.inc23 class Foo
89 class SubFoo extends Foo {
167 $foo = new Foo;
174 $foo = new Foo;
182 $foo = new Foo;

Completed in 35 milliseconds

12345678910>>...15