Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.1/Zend/tests/
H A Dbug41633_1.phpt5 class Foo {
9 echo Foo::A."\n";
H A Dbug33996.phpt7 class Foo
12 function FooTest(Foo $foo)
32 FooTest(new Foo());
H A Dbug41633_4.phpt5 class Foo {
9 var_dump(defined("Foo::A"));
H A Dns_028.inc2 namespace Foo;
4 class Foo {
H A Dns_067.phpt9 Foo\Bar\Foo
H A Dbug18556.phpt12 $this->foo = "Foo";
34 Foo
36 Foo
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 Dbug43183.phpt6 use Test\Foo;
7 class Foo {}
H A Dbug37251.phpt5 class Foo {
11 $foo = new Foo();
H A Dbug46665.phpt6 $baz = '\\Foo\\Bar\\Baz';
15 %string|unicode%(11) "Foo\Bar\Baz"
/PHP-7.1/Zend/tests/anon/
H A D009.phpt6 trait Foo {
13 use Foo;
/PHP-7.1/ext/oci8/tests/
H A Dbug71422.phpt15 "INSERT INTO BUG71422_TEST (TEST_ID, LABEL) VALUES (1, 'Foo')"
55 string(3) "Foo"
59 string(3) "Foo"
63 string(3) "Foo"
/PHP-7.1/ext/standard/tests/http/
H A Dbug48929.phpt35 do_test(array('header' => array('X-Foo: bar', 'Content-Type: text/plain'), 'method' => 'POST', 'con…
39 do_test(array('header' => "X-Foo: bar\r\nContent-Type: text/plain", 'method' => 'POST', 'content' =…
48 X-Foo: bar
57 X-Foo: bar
/PHP-7.1/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_004.phpt7 namespace Foo {
14 var_dump(Foo\add1(123));
/PHP-7.1/ext/reflection/tests/
H A D012.phpt7 class Foo {
10 $class = new ReflectionClass("Foo");
H A DReflectionClass_newInstanceWithoutConstructor.phpt7 class Foo
15 $class = new ReflectionClass('Foo');
27 object(Foo)#%d (0) {
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 {
/PHP-7.1/Zend/tests/return_types/
H A D019.phpt6 class Foo {
7 function __clone() : Foo {}
H A D014.phpt6 class Foo {
7 function __construct() : Foo {}
H A D018.phpt6 class Foo {
7 function __destruct() : Foo {}
H A D016.phpt8 class Foo {
14 $foo = new Foo;

Completed in 41 milliseconds

12345678910>>...14